Releases: chibivue-land/chibivue
Releases · chibivue-land/chibivue
v0.0.8
📖 Book
💖 Thanks: @taichi221228 @stutkhd-0709 @2nofa11 @madogiwa0124 @yamanoku @l4dybird @reona5
fix
- relative file paths in fs.readFileSync #264
- related: #234
- 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
Others
v0.0.7
📖 Book
💖 Thanks: @shoma-mano @madogiwa0124 @2nofa11 @stutkhd-0709
supplement
- reason for looping and searching for tags in the function isEnd (https://github.com/Ubugeeei/chibivue/pull/231)
tweak
- fix typo (https://github.com/Ubugeeei/chibivue/pull/240)
- fixe error by adding missing handler argument to Proxy (https://github.com/Ubugeeei/chibivue/pull/235, ubugeeei@db5e45d)
- fix type error on import of App.vue in sample code (https://github.com/Ubugeeei/chibivue/pull/236)
- remove unused generate in Minimum Example (https://github.com/Ubugeeei/chibivue/pull/232)
Others
- ci improvement (https://github.com/Ubugeeei/chibivue/pull/239, ubugeeei@fc52020)
- configure textlint (space-between-half-and-full-width) (https://github.com/Ubugeeei/chibivue/pull/229)
- format code on markdown (https://github.com/Ubugeeei/chibivue/pull/230)
v0.0.6
📖 Book
💖 Thanks for contributing: @madogiwa0124 @mesichicken
dx
- explanation of how to debug vuejs/core (https://github.com/Ubugeeei/chibivue/pull/227)
✨ New Page - impl vuejs/core hmr playground template (https://github.com/Ubugeeei/chibivue/pull/226)
tweak
- remove unnecessary
let
(https://github.com/Ubugeeei/chibivue/pull/225) - remove unnecessary codes (https://github.com/Ubugeeei/chibivue/pull/220, https://github.com/Ubugeeei/chibivue/pull/221)
- fix typo (https://github.com/Ubugeeei/chibivue/pull/222, https://github.com/Ubugeeei/chibivue/pull/219)
- add label element for input element (https://github.com/Ubugeeei/chibivue/pull/216)
- fix img element alt attrs (https://github.com/Ubugeeei/chibivue/pull/215)
🎍 Others
- configure linter and formatter (https://github.com/Ubugeeei/chibivue/pull/218)
v0.0.5
v0.0.4
📘 Book
Feat
- trigger reactive effects when only changed https://github.com/Ubugeeei/chibivue/pull/206
- handling objects with changing keys https://github.com/Ubugeeei/chibivue/pull/207
Fix
- omission normalizeChildren https://github.com/Ubugeeei/chibivue/pull/205
Chore
- rendering mermaid on production https://github.com/Ubugeeei/chibivue/pull/187
Thanks: @ren-yamanashi - add warning for Vue 3.4 https://github.com/Ubugeeei/chibivue/pull/193
- remove reactive effect deps https://github.com/Ubugeeei/chibivue/pull/197
Others
Dx
- check build root package https://github.com/Ubugeeei/chibivue/pull/195
Fix
- restore getImportedName https://github.com/Ubugeeei/chibivue/pull/194
v0.0.3
v0.0.2
New Chapters
- Resolving Components (ubugeeei@f969757).
Fixes
- skip processExpression for literals (ubugeeei@76df4a3)
- processExpression for dir.exp (v-if) (ubugeeei@fd0b81a)
- many typos.
Special Thanks ❤️
v0.0.1 (first versioning)
other: 🔹 update readme