Skip to content

Releases: vuejs/babel-plugin-jsx

v3.0.0

Choose a tag to compare

@github-actions github-actions released this 22 Jun 03:44
v3.0.0
11b8af5

   🚨 Breaking Changes

   🚀 Features

   🐞 Bug Fixes

    View changes on GitHub

v2.0.1

Choose a tag to compare

@github-actions github-actions released this 06 Oct 16:59
v2.0.1
70aa0ca

   🚨 Breaking Changes

    View changes on GitHub

v1.5.0

Choose a tag to compare

@github-actions github-actions released this 10 Aug 01:23
v1.5.0
5230a84

   🚀 Features

    View changes on GitHub

v1.4.0

Choose a tag to compare

@github-actions github-actions released this 09 Mar 18:14
v1.4.0
368e4bd

⚠️ Minor Changes

  • You need to specify the full path for the sub-export or use the main export.
--- require('@vue/babel-plugin-jsx/dist/index')
--- require('@vue/babel-plugin-jsx/dist')
+++ require('@vue/babel-plugin-jsx/dist/index.js')
+++ require('@vue/babel-plugin-jsx')

   🐞 Bug Fixes

    View changes on GitHub

v1.3.0

Choose a tag to compare

@github-actions github-actions released this 05 Mar 03:35
87dd433

   🚀 Features

  • Support SVG 2 elements, using @vue/shared to ensure consistent behavior with vue  -  by @2234839 in #745 (a7607)

   🐞 Bug Fixes

    View changes on GitHub

v1.2.5

Choose a tag to compare

@github-actions github-actions released this 11 Sep 11:23
v1.2.5
1d6003c

   🐞 Bug Fixes

  • Missing colon in event name for dynamic model arguments  -  by @KaelWD in #642 (ad14b)
    View changes on GitHub

v1.2.4

Choose a tag to compare

@github-actions github-actions released this 06 Sep 21:30
v1.2.4
47f097a

No significant changes

    View changes on GitHub

v1.2.3

Choose a tag to compare

@github-actions github-actions released this 06 Sep 21:18
v1.2.3
9ae4ecc

   🐞 Bug Fixes

    View changes on GitHub

v1.2.2

Choose a tag to compare

@github-actions github-actions released this 19 Mar 16:35
c52e244

   🚀 Features

   🐞 Bug Fixes

  • Enable optimizing dependencies in build mode  -  by @sxzz (bb8cb)
  • Pin @babel/helper-module-imports to ~7.22.15, workaround for babel regression  -  by @sodatea (f916a)
    View changes on GitHub

v1.2.1

Choose a tag to compare

@github-actions github-actions released this 22 Jan 15:10
v1.2.1
0838a22

   🐞 Bug Fixes

  • resolve-type: Overwrite exports field for publish  -  by @sxzz (fab79)
    View changes on GitHub