Releases: vuejs/vue-jsx-vapor
Releases · vuejs/vue-jsx-vapor
v2.6.0
🚀 Features
- Introduce @vue-jsx-vapor/runtime - by @zhiyuanzmj (27add)
- vue-jsx-vapor: Support functional props for h - by @zhiyuanzmj (4fb5d)
🐞 Bug Fixes
- macros:
- Return DefineComponent type for defineComponent - by @zhiyuanzmj (5803b)
- Allow VariableStatement for defineModel - by @zhiyuanzmj (9769f)
- Prevent return defineComponent for generic component - by @zhiyuanzmj (dc64b)
View changes on GitHub
v2.5.4-beta.1
No significant changes
View changes on GitHub
v2.5.3
🚀 Features
- compiler:
- Support JSXComponent in JSXExpressionContainer - by @zhiyuanzmj (c69e8)
- Add fast-remove flag - by @zhiyuanzmj (4e549)
- eslint:
- Support template literal interpolation for define-style - by @zhiyuanzmj (5be50)
- macros/volar:
- Allow define styles after the ReturnStatement - by @zhiyuanzmj (25547)
- vue-jsx-vapor:
- Support h and Fragment - by @zhiyuanzmj (c4e0b)
View changes on GitHub
v2.5.2
🚀 Features
- macros: Support vue sfc - by @zhiyuanzmj (0106c)
- vue-jsx-vapor: Support vue sfc - by @zhiyuanzmj (c24d3)
🐞 Bug Fixes
- ts-macro: Prevent useSelector undefined error - by @zhiyuanzmj (1800b)
- vue-jsx-vapor: Generate correct HMR - by @zhiyuanzmj (27179)
View changes on GitHub
v2.5.1
🚀 Features
- compiler:
- Generate more efficient runtime code for specific interpolation patterns - by @zhiyuanzmj (3c22e)
- Support JSXNamespacedName for v-model - by @zhiyuanzmj (941fb)
- vue-jsx-vapor:
- Add getCurrentInstance - by @zhiyuanzmj (067f0)
🐞 Bug Fixes
- compiler:
- Remove compiler error for v-slots - by @zhiyuanzmj (033d6)
- Use underscores instead of colons for cached name - by @zhiyuanzmj (0ffd1)
View changes on GitHub
v2.5.0
v2.4.8
🐞 Bug Fixes
- compiler: Use parseExpression instead of walkIdentifiers - by @zhiyuanzmj (13fa2)
View changes on GitHub
v2.4.7
🚀 Features
- Support functional component in interop mode - by @zhiyuanzmj (26afc)
View changes on GitHub
v2.4.6
🚀 Features
- Add sourceMap option - by @zhiyuanzmj (95664)
- vue-jsx-vapor: Add class and style for IntrinsicAttributes - by @zhiyuanzmj (99704)
🐞 Bug Fixes
- compiler:
- Prevent v-for components from being single root - by @zhiyuanzmj (9c10b)
- Correct execution order of operations - by @zhiyuanzmj (485e7)
- compiler-vapor:
- Properly locate last if node - by @zhiyuanzmj (9633b)
View changes on GitHub
v2.4.5
🚀 Features
- eslint: Enhance offset calculation for defineStyle formatting - by @zhiyuanzmj (7d53c)
- macros: Improve handling of required props in defineComponent - by @zhiyuanzmj (18894)