Releases: vuejs/babel-plugin-jsx
Releases Β· vuejs/babel-plugin-jsx
1.0.1
1.0.0
1.0.0-rc.5
2020-12-12
- π fix wrong result in slots array map expression #218
1.0.0-rc.4
2020-12-08
- π support multiple v-models
- π support support passing object slots via JSX children
v1.0.0-rc.3
v1.0.0-rc.2
v1.0.0-rc.1
2020-07-29
- π support
v-html
andv-text
- π add
isCustomElement
- π do not optimize by default
Breaking Change
- remove
compatibleProps
- rename
usePatchFlag
asoptimize
v1.0.0-beta.4
2020-07-22
- πProperly force update on forwarded slots
v1.0.0-beta.3
2020-07-15
- π Fix directive with single param did not work