Releases: samrum/vite-plugin-web-extension
Releases · samrum/vite-plugin-web-extension
v2.1.1
v2.1.0
v2.0.0
⚠ BREAKING CHANGES
- Vite 3 is now the minimum supported version of Vite
Features
- add devtools support (#40) (627e7f0)
- add missing html file entry points (#45) (178205a)
- web accessible scripts (#31) (32c24a4)
Bug Fixes
-
include imports from web accessible scripts in manifest v3 (#41) (65d52f5)
-
make dynamic imports resolve relative to extension host (#37) (7948164)
-
manifest V3: correct matches property in web accessible resources (#47) (17d97d3)
-
manifest v3: web accessible resource match rewrite is broken (#48) (4e2ba91)
v1.0.2-beta.1
v1.0.2-beta.0
v1.0.2
chore(release): 1.0.2
v1.0.1
v1.0.0
⚠ BREAKING CHANGES
- import.meta.CURRENT_CONTENT_SCRIPT_CSS_URL has been replaced with import.meta.PLUGIN_WEB_EXT_CHUNK_CSS_PATHS. Minimum supported version of Vite is now 2.9.0
See Migration Guide for migration instructions