Releases: LancerComet/vue2-jsx-runtime
Releases · LancerComet/vue2-jsx-runtime
v0.6.0
- Add attrs support, thanks to @DLillard0 #15
v0.5.0
v0.4.0
v-model
now supports deep binding.
v0.3.1
v0.3.0
0.3.0
v0.2.1
- Merage
on={}
andonEvent={}
. They can be used at same time.
v0.2.0
- Update JSXS handling to avoid JSXS recreation.
v0.1.0
- Update key support.
- Add
<transition />
and<transition-group />
support. - Update domprops detection.
v0.1.0-beta.4
- Add v-model support on Vue components.
- Update directive handling.
- Fix incorrect v-model binding on checkbox input.
v0.1.0-beta.3
- Update async component testing.
- Remove fragment support.
- Update HTML attributes detection.