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