Releases: unplugin/unplugin-vue
Releases · unplugin/unplugin-vue
v5.2.1
🚀 Features
🐞 Bug Fixes
- Allow overwrite esbuild config - by @sxzz (f9c4f)
- Skip checking private properties of typeParameters - by @sxzz (739d7)
- hmr:
🏎 Performance
View changes on GitHub
v5.1.5
v5.1.4
v5.1.3
v5.1.2
🚀 Features
- Add
features
option - by @sxzz (623ab) - Sync to
@vitejs/[email protected]
- by @sxzz (d7f4f) - Add rolldown support - by @sxzz (4e99b)
- examples: Add rspack - by @sxzz (50caf)
🐞 Bug Fixes
- Handle circular references in HMR check - by @sxzz (df28f)
- Allow disabling transformAssetUrls - by @sxzz (1a098)
- Don't inline template when
__VUE_PROD_DEVTOOLS__
- by @sxzz (e83ae) - Clear cache after build end - by @sxzz (53af5)
- Clear script cache if recall - by @sxzz (a5921)
- Add deprecated
script.propsDestructure
option - by @sxzz (6dbe7)
View changes on GitHub
v5.0.5
v5.0.4
v5.0.3
v5.0.2
🚨 Breaking Changes
🚀 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)