Releases: vue-macros/vue-macros-cli
Releases · vue-macros/vue-macros-cli
v1.2.1
🚀 Features
- Remove transform attributeName - by @zhiyuanzmj (89a0c)
- sg:
- Convert dot to underline - by @zhiyuanzmj (028e4)
- Remove transform v-on - by @zhiyuanzmj (4ad9d)
View changes on GitHub
v1.2.0
🚀 Features
- init/define-prop: Add edition options - by @zhiyuanzmj (b7773)
- init/tsconfig: Add macros-global type - by @zhiyuanzmj (06175)
- sg: Convert tagName and attributeName to pascal-case - by @zhiyuanzmj (81dda)
🐞 Bug Fixes
- define-slots: Convert to slot.default if no attribute - by @zhiyuanzmj (06f7e)
- sg: Correct transform slot's tagName - by @zhiyuanzmj (14e49)
View changes on GitHub
v1.1.1
🚀 Features
- setup-sfc: Convert to setup.tsx suffix - by @zhiyuanzmj (7c515)
- sg: Support single file - by @zhiyuanzmj (a2559)
🐞 Bug Fixes
- Typo - by @zhiyuanzmj (4e5dd)
View changes on GitHub
v1.1.0
🚀 Features
- cli:
- Support --version option - by @zhiyuanzmj (2c48e)
- Add init command - by @zhiyuanzmj (990d5)
🐞 Bug Fixes
- jsx-directive: Prevent format style block - by @zhiyuanzmj (5cdf8)
View changes on GitHub
v1.0.10
🐞 Bug Fixes
- jsx-directive: Execute self-closing-tag first - by @zhiyuanzmj (f760e)
View changes on GitHub
v1.0.9
🚀 Features
- jsx-directive:
- Support fragment - by @zhiyuanzmj (1a579)
- Convert to self-closing-tag - by @zhiyuanzmj (be6bd)
🐞 Bug Fixes
- define-render: Ignore comment in style block - by @zhiyuanzmj (b251b)
View changes on GitHub
v1.0.8
🚀 Features
- jsx-directive: Support template-ref - by @zhiyuanzmj (6eda9)
🐞 Bug Fixes
- define-slots: Cover to slot.name in tag_end - by @zhiyuanzmj (c89dd)
View changes on GitHub
v1.0.7
🚀 Features
- jsx-directive:
- Support jsx_namespace_name in v-on - by @zhiyuanzmj (af4bd)
- Convert to jsx comment - by @zhiyuanzmj (6b75e)
🐞 Bug Fixes
- jsx-directive:
- Allow template strings in v-text - by @zhiyuanzmj (635af)
- Ignore files without script block - by @zhiyuanzmj (67573)
View changes on GitHub
v1.0.6
🚀 Features
- jsx-directive: Support $event in v-on - by @zhiyuanzmj (bc102)
🐞 Bug Fixes
- jsx-directive: Prevent remove custom block - by @zhiyuanzmj (d538c)
View changes on GitHub
v1.0.5
🚀 Features
- sg: Add v-slot no value support - by @zhiyuanzmj (d6fea)
🐞 Bug Fixes
- setup-sfc: Only process vue file - by @zhiyuanzmj (9c307)