Jsx Next Versions Save

JSX for Vue 3

v1.2.2

2 months ago

   🚀 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

4 months ago

   🐞 Bug Fixes

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

v1.2.0

4 months ago

   🚀 Features

    View changes on GitHub

v1.1.6

5 months ago

   🐞 Bug Fixes

    View changes on GitHub

v1.2.0-alpha.0

8 months ago

   🚀 Features

  • Resolve type  -  by @sxzz (a8d9d)
  • Infer component name  -  by @sxzz (51668)
  • Integrate with JSX plugin  -  by @sxzz (6760d)

   🐞 Bug Fixes

  • Disable incremental  -  by @sxzz (47746)
  • Dep  -  by @sxzz (aa954)
  • babel-helper-vue-transform-on: Dts type  -  by @sxzz (1dd05)
    View changes on GitHub

v1.1.5

11 months ago

   🐞 Bug Fixes

  • Don't transform empty string to boolean  -  by @sxzz (a030d)
    View changes on GitHub

v1.1.4

11 months ago

   🐞 Bug Fixes

  • Support es2015  -  by @sxzz (450d7)
    View changes on GitHub

v1.1.3

11 months ago

No significant changes

    View changes on GitHub

v1.1.2

11 months ago

   🚀 Features

  • jsx-explorer: Support dev debugging  -  by @sxzz (a92ff)

   🐞 Bug Fixes

  • Add @babel/core as peerDependencies  -  by @sodatea (d13cd)
  • jsx: Multiline property value  -  by @sxzz (8ed49)
    View changes on GitHub

v1.1.1

2 years ago

1.1.1

2021-10-17

  • 🐞 fix: wrong compilation result when _Fragment is imported (#518)