Skip to content

Releases: vuejs/babel-plugin-jsx

v1.1.3

25 Jun 09:25
v1.1.3
80f266b
Compare
Choose a tag to compare

No significant changes

Β Β Β Β View changes on GitHub

v1.1.2

25 Jun 08:57
v1.1.2
ef1a0fd
Compare
Choose a tag to compare

Β Β Β πŸš€ Features

  • jsx-explorer: Support dev debugging Β -Β  by @sxzz (a92ff)

   🐞 Bug Fixes

Β Β Β Β View changes on GitHub

1.1.1

17 Oct 09:51
Compare
Choose a tag to compare

1.1.1

2021-10-17

  • 🐞 fix: wrong compilation result when _Fragment is imported (#518)

1.1.0

29 Sep 22:56
Compare
Choose a tag to compare

2021-09-30

  • 🌟 feat: allow string arguments on directives [#496]

1.0.7

03 Sep 16:09
Compare
Choose a tag to compare

2021-09-04

  • 🐞 state.get(...) error should not be thrown when sourceType equals script

1.0.6

02 May 04:30
Compare
Choose a tag to compare

2021-05-02

  • 🐞 fix wrong compilation result of custom directives

1.0.5

18 Apr 03:07
Compare
Choose a tag to compare

2021-04-18

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

1.0.4

29 Mar 13:08
Compare
Choose a tag to compare

2021-03-29

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

1.0.3

06 Feb 13:56
Compare
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
Compare
Choose a tag to compare

2021-01-17

  • πŸ›  merge generated imports [#274]