Skip to content

Releases: Ubugeeei/chibivue

v0.0.8

18 Feb 13:47
Compare
Choose a tag to compare

📖 Book

💖 Thanks: @taichi221228 @stutkhd-0709 @2nofa11 @madogiwa0124 @yamanoku @l4dybird @reona5

fix

  • relative file paths in fs.readFileSync #264
  • fix sample code (Generate render function based on AST) #260

supplement

tweak

  • remove lock and chore vite config (chapter codes) #265
  • fix typos
  • Remove unused parent in sample codes. #252
  • contrast ratio of VPButton colors on the top page to meet the WCAG standards #251

:octocat: Others

  • testing
    • 10_minimum_example/060_template_compiler #258
    • 10_minimum_example/060_template_compiler2 #261
    • chapter's e2e tests (~ 10_minimum_example/050_component_system3)
    • test on ci #257
  • fix dev setup script #246 #253

v0.0.7

08 Jan 12:43
Compare
Choose a tag to compare

📖 Book

💖 Thanks: @shoma-mano @madogiwa0124 @2nofa11 @stutkhd-0709

supplement

  • reason for looping and searching for tags in the function isEnd (#231)

tweak

  • fix typo (#240)
  • fixe error by adding missing handler argument to Proxy (#235, db5e45d)
  • fix type error on import of App.vue in sample code (#236)
  • remove unused generate in Minimum Example (#232)

:octocat: Others

  • ci improvement (#239, fc52020)
  • configure textlint (space-between-half-and-full-width) (#229)
  • format code on markdown (#230)

v0.0.6

06 Jan 16:47
Compare
Choose a tag to compare

📖 Book

💖 Thanks for contributing: @madogiwa0124 @mesichicken

dx

  • explanation of how to debug vuejs/core (#227)
    New Page
  • impl vuejs/core hmr playground template (#226)

tweak

  • remove unnecessary let (#225)
  • remove unnecessary codes (#220, #221)
  • fix typo (#222, #219)
  • add label element for input element (#216)
  • fix img element alt attrs (#215)

🎍 Others

  • configure linter and formatter (#218)

v0.0.5

02 Jan 11:24
Compare
Choose a tag to compare

Feat?

v0.0.4

01 Jan 18:44
Compare
Choose a tag to compare

📘 Book

Feat

  • trigger reactive effects when only changed #206
  • handling objects with changing keys #207

Fix

  • omission normalizeChildren #205

Chore

:octocat: Others

Dx

  • check build root package #195

Fix

  • restore getImportedName #194

v0.0.3

29 Dec 07:53
Compare
Choose a tag to compare

Book

Fix

Chore

Others

  • migrate to pnpm workspace (~/packages) 1d60c16

Special Thanks: @madogiwa0124 @ponyoxa @ikexing-cn @HeavenOSK

v0.0.2

04 Nov 22:10
Compare
Choose a tag to compare

New Chapters

Fixes

v0.0.1 (first versioning)

22 Oct 15:49
Compare
Choose a tag to compare
other: 🔹 update readme