Releases: vuejs/babel-plugin-jsx
Releases Β· vuejs/babel-plugin-jsx
v1.1.5
Β Β Β π Bug Fixes
- Don't transform empty string to boolean Β -Β by @sxzz (a030d)
v1.1.2
Β Β Β π Features
Β Β Β π Bug Fixes
1.1.1
1.1.1
2021-10-17
- π fix: wrong compilation result when
_Fragment
is imported (#518)
1.1.0
2021-09-30
- π feat: allow string arguments on directives [#496]
1.0.7
2021-09-04
- π
state.get(...)
error should not be thrown when sourceType equals script
1.0.6
2021-05-02
- π fix wrong compilation result of custom directives
1.0.5
2021-04-18
- π using v-slots without children should not be spread
1.0.4
2021-03-29
- π add pragma option and support @jsx annotation [#322]