Skip to content

Releases: vuejs/babel-plugin-jsx

1.0.1

09 Jan 13:35
Compare
Choose a tag to compare

2021-01-09

  • 🌟 support optional enableObjectSlots [#259]

1.0.0

25 Dec 17:05
Compare
Choose a tag to compare
v1.0.0

chore: 1.0.0 changelog [ci skip]

1.0.0-rc.5

11 Dec 16:46
Compare
Choose a tag to compare

2020-12-12

  • 🐞 fix wrong result in slots array map expression #218

1.0.0-rc.4

08 Dec 14:23
Compare
Choose a tag to compare

2020-12-08

  • 🌟 support multiple v-models
  • 🌟 support support passing object slots via JSX children

v1.0.0-rc.3

14 Sep 09:52
Compare
Choose a tag to compare

2020-09-14

  • 🐞 fix mergeProps order error (bf59811)
  • 🌟 optional mergeProps (e16695d)

v1.0.0-rc.2

28 Aug 03:01
Compare
Choose a tag to compare

2020-08-28

  • 🌟 rename package scope from ant-design-vue to vue (09c220e)
  • 🌟 replace namespace imports with named imports #67

v1.0.0-rc.1

29 Jul 04:50
Compare
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
Compare
Choose a tag to compare

2020-07-22

  • 🐞Properly force update on forwarded slots

v1.0.0-beta.3

15 Jul 15:53
Compare
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
Compare
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