Skip to content

Releases: LancerComet/vue2-jsx-runtime

v0.6.0

18 Nov 14:54

Choose a tag to compare

v0.5.0

22 Sep 16:15

Choose a tag to compare

  • Add refInFor support, thank you! #14 @s-elo

v0.4.0

04 Apr 05:09

Choose a tag to compare

  • v-model now supports deep binding.

v0.3.1

18 Jul 13:18

Choose a tag to compare

  • Add prop merging unit testing #7 .
  • Add jsx-dev-runtime.js #6 #7 .
  • Update README.md

v0.3.0

26 May 03:46

Choose a tag to compare

0.3.0

v0.2.1

22 May 18:11

Choose a tag to compare

  • Merage on={} and onEvent={}. They can be used at same time.

v0.2.0

20 May 17:10

Choose a tag to compare

  • Update JSXS handling to avoid JSXS recreation.

v0.1.0

20 May 12:46

Choose a tag to compare

  • Update key support.
  • Add <transition /> and <transition-group /> support.
  • Update domprops detection.

v0.1.0-beta.4

20 May 10:07

Choose a tag to compare

v0.1.0-beta.4 Pre-release
Pre-release
  • Add v-model support on Vue components.
  • Update directive handling.
  • Fix incorrect v-model binding on checkbox input.

v0.1.0-beta.3

20 May 05:52

Choose a tag to compare

v0.1.0-beta.3 Pre-release
Pre-release
  • Update async component testing.
  • Remove fragment support.
  • Update HTML attributes detection.