Releases: vuejs/babel-plugin-jsx
Releases Β· vuejs/babel-plugin-jsx
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]
1.0.3
2021-02-06
- π the child nodes of
keepAlive
should not be transformed to slots
1.0.2
2021-01-17
- π merge generated imports [#274]