Releases: vuejs/vue-jsx-vapor
Releases · vuejs/vue-jsx-vapor
v2.4.4
v2.4.3
🐞 Bug Fixes
- compiler: Use createNodes instead of setNodes for v-slot - by @zhiyuanzmj (1c5cf)
View changes on GitHub
v2.4.2
🚀 Features
- vue-jsx-vapor: Support array expression - by @zhiyuanzmj (bccb5)
🐞 Bug Fixes
- comiler: Unwrap type for expressions - by @zhiyuanzmj (a5c0c)
- vue-jsx-vapor: Remove pauseTracking - by @zhiyuanzmj (78fcc)
View changes on GitHub
v2.4.1
🚀 Features
- macros: Use vue-jsx-vapor/runtime to support browser environments - by @zhiyuanzmj (20be1)
🐞 Bug Fixes
- vue-jsx-vapor: Expose correct jsx-runtime type - by @zhiyuanzmj (bdd36)
View changes on GitHub
v2.4.0
🚀 Features
- macros:
- Add JSX support for auto generate props - by @zhiyuanzmj (4cfcc)
- Props allowed to be overridden for defineComponent - by @zhiyuanzmj (2f5ce)
- macros/define-style:
- Support navigation for css-modules - by @zhiyuanzmj (71012)
- vue-jsx-vapor:
- Add pauseTracking and pauseTracking for createNodes - by @zhiyuanzmj (617eb)
- Support custom HTMLAttributes for jsx-runtime - by @zhiyuanzmj (22fb3)
- Introduce useProps and useFullProps - by @zhiyuanzmj (69041)
🐞 Bug Fixes
- babel: Add typescript plugin for parse - by @zhiyuanzmj (2d0cd)
- vue-jsx-vapor/volar: Correct passing macros's options - by @zhiyuanzmj (21d8b)
View changes on GitHub
v2.3.6
🚀 Features
- vue-jsx-vapor: Support vaporComponent for createNodes - by @zhiyuanzmj (403a8)
View changes on GitHub
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)