2021-10-17
- 🐞 fix: wrong compilation result when _Fragment is imported (#518)
2021-09-30
- 🌟 feat: allow string arguments on directives [#496]
2021-05-02
- 🐞 fix wrong compilation result of custom directives
2021-04-18
- 🐞 using v-slots without children should not be spread
2021-03-29
- 🌟 add pragma option and support @jsx annotation [#322]
2021-02-06
- 🐞 the child nodes of
keepAlive
should not be transformed to slots
2021-01-17
- 🛠 merge generated imports [#274]
2021-01-09
- 🌟 support optional
enableObjectSlots
[#259]
2020-12-26
2020-12-12
- 🐞 wrong result in slots array map expression #218
2020-12-08
- 🌟 support multiple v-models
- 🌟 support support passing object slots via JSX children
2020-09-14
2020-08-28
- 🌟 rename package scope from ant-design-vue to vue (09c220e)
- 🌟 replace namespace imports with named imports #67
2020-07-29
- 🌟 support
v-html
andv-text
- 🌟 add
isCustomElement
- 🛠 do not optimize by default
- remove
compatibleProps
- rename
usePatchFlag
asoptimize
2020-07-22
- 🐞 Properly force update on forwarded slots #33
2020-07-15
- 🐞 Fix directive with single param did not work
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
2020-07-12
- 🐞 Fix component doesn't render when variables outside slot
- 🌟 support
vSlots
- 🌟 optional
usePatchFlag