Skip to content

Releases: vuejs/babel-plugin-jsx

v1.0.0-rc.1

29 Jul 04:50

Choose a tag to compare

2020-07-29

  • 🌟 support v-html and v-text
  • 🌟 add isCustomElement
  • πŸ›  do not optimize by default

Breaking Change

  • remove compatibleProps
  • rename usePatchFlag as optimize

v1.0.0-beta.4

22 Jul 01:26

Choose a tag to compare

2020-07-22

  • 🐞Properly force update on forwarded slots

v1.0.0-beta.3

15 Jul 15:53

Choose a tag to compare

2020-07-15

  • 🐞 Fix directive with single param did not work

v1.0.0-beta.2

15 Jul 01:40

Choose a tag to compare

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

v1.0.0-beta.1

12 Jul 08:33

Choose a tag to compare

2020-07-12

  • 🐞 Fix component doesn't render when variables outside slot
  • 🌟 support v-slots
  • 🌟 optional usePatchFlag