mirror of
https://github.com/vuejs/babel-plugin-jsx.git
synced 2024-11-10 09:39:14 +08:00
2.2 KiB
2.2 KiB
1.1.0
2021-09-30
- 🌟 feat: allow string arguments on directives [#496]
1.0.6
2021-05-02
- 🐞 fix wrong compilation result of custom directives
1.0.5
2021-04-18
- 🐞 using v-slots without children should not be spread
1.0.4
2021-03-29
- 🌟 add pragma option and support @jsx annotation [#322]
1.0.3
2021-02-06
- 🐞 the child nodes of
keepAlive
should not be transformed to slots
1.0.2
2021-01-17
- 🛠 merge generated imports [#274]
1.0.1
2021-01-09
- 🌟 support optional
enableObjectSlots
[#259]
1.0.0
2020-12-26
1.0.0-rc.5
2020-12-12
- 🐞 wrong result in slots array map expression #218
1.0.0-rc.4
2020-12-08
- 🌟 support multiple v-models
- 🌟 support support passing object slots via JSX children
1.0.0-rc.3
2020-09-14
1.0.0-rc.2
2020-08-28
- 🌟 rename package scope from ant-design-vue to vue (09c220e)
- 🌟 replace namespace imports with named imports #67
1.0.0-rc.1
2020-07-29
- 🌟 support
v-html
andv-text
- 🌟 add
isCustomElement
- 🛠 do not optimize by default
Breaking Change
- remove
compatibleProps
- rename
usePatchFlag
asoptimize
1.0.0-beta.4
2020-07-22
- 🐞 Properly force update on forwarded slots #33
1.0.0-beta.3
2020-07-15
- 🐞 Fix directive with single param did not work
1.0.0-beta.2
2020-07-15
- 🐞 Fix walksScope throw error when path.parentPath is null #25
- 🐞 Fix fragment with condition fails with undefined vnode #28
- 🌟 New Directive API
1.0.0-beta.1
2020-07-12
- 🐞 Fix component doesn't render when variables outside slot
- 🌟 support
vSlots
- 🌟 optional
usePatchFlag