Releases: vuejs/vue-jsx-vapor
Releases · vuejs/vue-jsx-vapor
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)
View changes on GitHub
v2.1.5
v2.1.4
🚀 Features
- vue-jsx-vapor: Use virtual code to support browser environments - by @zhiyuanzmj (db166)
View changes on GitHub
v2.1.3
🐞 Bug Fixes
- compiler: Move next, child and nthChild before the setInsertionState - by @zhiyuanzmj (d12a0)