Unplugin Vue Versions Save

✨ Transform Vue 3 SFC to JavaScript. Supports Vite, esbuild, Rollup, Webpack and more.

v5.0.5

2 months ago

   🐞 Bug Fixes

  • Remove vite as peer dep  -  by @sxzz (74f4a)
    View changes on GitHub

v5.0.4

2 months ago

   🐞 Bug Fixes

  • Add @vue/reactivity for plugin itself  -  by @sxzz (cff40)
    View changes on GitHub

v5.0.3

3 months ago

   🐞 Bug Fixes

  • Emit error messages on webpack & esbuild  -  by @sxzz (80677)
    View changes on GitHub

v5.0.2

4 months ago

   🚨 Breaking Changes

  • Drop node 16 & vite 4  -  by @sxzz (2c232)

   🚀 Features

  • Skip hmr when script is merely formatted  -  by @sxzz (dbadc)
  • Add customElement option to compiler  -  by @sxzz (896ce)
  • Provide default value for VUE_PROD_HYDRATION_MISMATCH_DETAILS  -  by @sxzz (d67c6)

   🐞 Bug Fixes

  • Only enable ast reuse for vue 3.4.3+  -  by @sxzz (f1d8b)
  • Ensure consistent user template options when reusing AST  -  by @sxzz (33a53)
    View changes on GitHub

v4.5.2

5 months ago

   🚨 Breaking Changes

  • Drop reactivity transform support  -  by @sxzz (1ec2d)

   🚀 Features

  • Support template AST reuse from Vue 3.4 parser  -  by @sxzz (f691a)

   🐞 Bug Fixes

  • devToolsEnabled default value  -  by @sxzz (22496)
  • Respect vite base config for absolute URLs during dev  -  by @sxzz (50a29)
  • examples/webpack: Transform TS  -  by @sxzz (fd719)
    View changes on GitHub

v4.5.1

6 months ago

   🐞 Bug Fixes

  • Inline ts script  -  by @sxzz (b3259)
    View changes on GitHub

v4.5.0

6 months ago

   🚨 Breaking Changes

  • Move api to new entry  -  by @sxzz (3ccbd)

   🚀 Features

  • Support generated JS imports for external scoped style  -  by @sxzz (5004b)
  • Support vite 5  -  by @sxzz (22f2f)

   🐞 Bug Fixes

    View changes on GitHub

v4.3.5

9 months ago

   🐞 Bug Fixes

  • Expose api for rollup  -  by @sxzz (48322)
    View changes on GitHub

v4.3.4

9 months ago

   🚀 Features

  • Expose options in api  -  by @sxzz (89faf)
    View changes on GitHub

v4.3.3

9 months ago

   🐞 Bug Fixes

  • Make it work when a default lang was specified  -  by @sxzz (edc2d)
  • Distinguish HMR and transform descriptor  -  by @sxzz (a161d)
    View changes on GitHub