Releases: vue-macros/vue-macros
Releases · vue-macros/vue-macros
v3.0.0-beta.14
🚀 Features
- nuxt: Expose volar plugin - by @zhiyuanzmj in #959 (b0dc8)
🐞 Bug Fixes
- jsx-directive: Prevent generating component context for native elements - by @zhiyuanzmj in #958 (b169c)
View changes on GitHub
v3.0.0-beta.13
🐞 Bug Fixes
- volar/jsx-directive: Allow dynamic v-slot without expression - by @zhiyuanzmj in #953 (33b41)
View changes on GitHub
v3.0.0-beta.12
No significant changes
View changes on GitHub
v3.0.0-beta.11
🐞 Bug Fixes
- volar/jsx-directive: Use getStart instead of pos for v-if and v-for - by @zhiyuanzmj in #949 (37881)
View changes on GitHub
v3.0.0-beta.10
🐞 Bug Fixes
- volar/jsx-directive: Prevent convert v-model to value for radio and checkbox - by @zhiyuanzmj in #947 (55f28)
View changes on GitHub
v3.0.0-beta.9
🚀 Features
- volar: Support __typeProps & __typeEmits for Vue 3.5 - by @zhiyuanzmj in #946 (9ab74)
View changes on GitHub
v3.0.0-beta.8
🚀 Features
- docs: Add llms.txt - by @sxzz (d2575)
- jsx-directive: Add $stable flag for v-slot - by @zhiyuanzmj in #942 (b8634)
🐞 Bug Fixes
- docs: Fix
llms.txt
generation - by @okineadev in #940 (e9d2b) - jsx-directive: Ensure $stable flag is only used with Vue - by @zhiyuanzmj (f493f)
View changes on GitHub
v3.0.0-beta.7
🚨 Breaking Changes
🐞 Bug Fixes
- volar/jsx-directive:
- Prevent generate empty modifiers - by @zhiyuanzmj (900d1)
- Prevent generate ctx for native form elements - by @zhiyuanzmj (e628d)
View changes on GitHub
v3.0.0-beta.6
🚀 Features
- volar/jsx-directive: Support modifiers for v-model - by @zhiyuanzmj in #934 (bf7b1)
🐞 Bug Fixes
- volar:
- Remove unused patch code - by @zhiyuanzmj in #935 (6499a)
- volar/jsx-directive:
- Prevent add events for native input tag - by @zhiyuanzmj in #933 (f6b1f)
- Use modelValueModifiers instead of modelModifiers - by @zhiyuanzmj in #936 (792a6)
View changes on GitHub
v3.0.0-beta.5
🚨 Breaking Changes
- jsx-directive: Use v-slots instead of vSlots - by @zhiyuanzmj in #930 (21fd9)
🚀 Features
- common: Support
local
option forimportHelperFn
- by @zhiyuanzmj (03a4e)
🐞 Bug Fixes
- volar/jsx-directive:
- Prevent handle v-model's dynamic argument for component context - by @zhiyuanzmj in #931 (ced1f)
- Prevent missing types when v-slots are used with v-for - by @zhiyuanzmj in #932 (cd1f8)