Releases: vuejs/vue-jsx-vapor
Releases · vuejs/vue-jsx-vapor
v2.3.5
v2.3.4
🐞 Bug Fixes
- eslint/jsx-sort-props: Correct sort for reservedProps - by @zhiyuanzmj (7ddd0)
- macros: Make alias option optional - by @zhiyuanzmj (d459b)
View changes on GitHub
v2.3.3
🚀 Features
- compiler:
- Defaults prop.value to true when it is null - by @zhiyuanzmj (e653e)
- macros:
- Automatically infer type from default value - by @zhiyuanzmj (d7b31)
- Automatically infer type from default value for defineModel - by @zhiyuanzmj (47c13)
View changes on GitHub
v2.3.2
🐞 Bug Fixes
- macros/volar: Add semicolon for defineComponent - by @zhiyuanzmj (1289c)
View changes on GitHub
v2.3.1
No significant changes
View changes on GitHub
v2.3.0
🚀 Features
- Introduce eslint - by @zhiyuanzmj (f241a)
- macros/defineComponent: Support auto return functional component for SSR - by @zhiyuanzmj (c0b31)
View changes on GitHub
v2.2.0
v2.1.8
🐞 Bug Fixes
- vue-jsx-vapor: Prevent register HMR in production environment - by @zhiyuanzmj (cab7d)
View changes on GitHub
v2.1.7
🚀 Features
- vue-jsx-vapor:
- Support hmr - by @zhiyuanzmj (c1091)
- Support hmr for functional components - by @zhiyuanzmj (faed7)
🐞 Bug Fixes
- macros/volar: Use __MACROS_ctx to infer type - by @zhiyuanzmj (0a5b3)
🏎 Performance
- macors/volar: Optimize infer type performance - by @zhiyuanzmj (bebec)
View changes on GitHub
v2.1.6
🐞 Bug Fixes
- compiler: Use modelValueModifiers instead of modelModifiers - by @zhiyuanzmj (563b2)
- macros: Remove lib option - by @zhiyuanzmj (95487)