mirror of
https://github.com/vuejs/babel-plugin-jsx.git
synced 2025-02-12 08:20:25 +08:00
17 lines
435 B
Markdown
17 lines
435 B
Markdown
## 1.0.0-beta.2
|
|
|
|
`2020-07-15`
|
|
|
|
- 🐞 Fix walksScope throw error when path.parentPath is null [#25](https://github.com/vueComponent/jsx/pull/25)
|
|
- 🐞 Fix fragment with condition fails with undefined vnode [#28](https://github.com/vueComponent/jsx/pull/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`
|