Releases: vuejs/vue-jsx-vapor
Releases · vuejs/vue-jsx-vapor
v2.6.7
🐞 Bug Fixes
- compiler:
- Escape html for safer template output - by @zhiyuanzmj (d02e2)
- Treat template v-for with single component child as component - by @zhiyuanzmj (f6577)
View changes on GitHub
v2.6.6
🚀 Features
- macros:
- Add "/" prefix for helper-id - by @zhiyuanzmj (341d1)
- Support generic components - by @zhiyuanzmj (ff75e)
🐞 Bug Fixes
- macros:
- Add placeholder after removed params - by @zhiyuanzmj (e7b81)
- Prevent handle dts files - by @zhiyuanzmj (a34b2)
- runtime:
- Handle undefined default slot for Fragment - by @zhiyuanzmj (8a349)
- Correct expose types for VaporComponentInstance - by @zhiyuanzmj (ebe60)
View changes on GitHub
v2.6.5
No significant changes
View changes on GitHub
v2.6.4
🐞 Bug Fixes
- volar/jsx-element: Return VaporInstance for functional component - by @zhiyuanzmj (3b142)
View changes on GitHub
v2.6.3
🚀 Features
- volar: Introduce jsx-element - by @zhiyuanzmj (264c7)
🐞 Bug Fixes
- compiler: Adjust children generation order for hydration - by @zhiyuanzmj (128eb)
View changes on GitHub
v2.6.2
🚀 Features
- compiler: Add withFallback option to compile components to createComponentWithFallback - by @zhiyuanzmj (0c2d4)
- macros: Add verification feature for return keyword - by @zhiyuanzmj (65c6a)
🐞 Bug Fixes
- babel:
- Import createComponentWithFallback from vue-jsx-vapor - by @zhiyuanzmj (0c5b9)
- runtime:
- Correct props type for h - by @zhiyuanzmj (44394)
- NormalizeNode slots for createComponentWithFallback - by @zhiyuanzmj (2f8e6)
View changes on GitHub
v2.6.1
🐞 Bug Fixes
- macros: Correct types for defineComponent and defineVaporComponent - by @zhiyuanzmj (8a79b)
View changes on GitHub
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)