Releases: samrum/vite-plugin-web-extension
Releases · samrum/vite-plugin-web-extension
v5.1.1
v5.1.0
v5.0.0
⚠ BREAKING CHANGES
Check MIGRATION.md for migration instructions
- drop vite 3 support, minimum version is now vite 4 (#99)
- drop node 14 support, minimum version is now node 16 (#98)
- throw an error when inputs have matching output identifiers (#103)
- hmr: always use transformIndexHtml for HTML processing, remove devHtmlTransform option (#115)
Features
Bug Fixes
-
hmr: directory already exists error on server start (#108) (e177115)
-
hmr: location.reload/document errors in service worker (#100) (5527320)
-
hmr: readFile, writeFile not exported by fs-extra (#106) (c9c2ebf)
-
hmr: vite env client path is wrong in workspaces (#101) (c9eb6be)
-
shared output id error is triggered on same input/output pair (#107) (0c0a822)
-
devBuilder: always use transformIndexHtml for HTML processing (#115) (3e7da0c)
-
drop node 14 support, minimum version is now node 16 (#98) (79a3542)
-
drop vite 3 support, minimum version is now vite 4 (#99) (aa72014)
-
throw an error when inputs have matching output identifiers (#103) (f929057)
v4.1.0
v4.0.0
⚠ BREAKING CHANGES
Check MIGRATION.md for migration instructions
- The webAccessibleScripts option has been removed and replaced by the additionalInputs option. For similar functionality, move scripts to additionalInputs.scripts and html files to additionalInputs.html. Check the README or MIGRATION files for detailed usage instructions.
- useDynamicUrlContentScripts option renamed to useDynamicUrlWebAccessibleResources
- dev mode plugin HTML transforms are no longer applied by default. Use the devHtmlTransform option to enable if needed.
- optimize web accessible resources (#89)