Skip to content

Releases: vuejs/babel-plugin-jsx

1.0.5

18 Apr 03:07

Choose a tag to compare

2021-04-18

  • 🐞 using v-slots without children should not be spread

1.0.4

29 Mar 13:08

Choose a tag to compare

2021-03-29

  • 🌟 add pragma option and support @jsx annotation [#322]

1.0.3

06 Feb 13:56

Choose a tag to compare

2021-02-06

  • 🐞 the child nodes of keepAlive should not be transformed to slots

1.0.2

16 Jan 16:25

Choose a tag to compare

2021-01-17

  • πŸ›  merge generated imports [#274]

1.0.1

09 Jan 13:35

Choose a tag to compare

2021-01-09

  • 🌟 support optional enableObjectSlots [#259]

1.0.0

25 Dec 17:05

Choose a tag to compare

v1.0.0

chore: 1.0.0 changelog [ci skip]

1.0.0-rc.5

11 Dec 16:46

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

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

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

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