Skip to content

Releases: samrum/vite-plugin-web-extension

v2.1.1

01 Oct 23:17
v2.1.1
1a3c220
Compare
Choose a tag to compare

Bug Fixes

  • improve the way CSP is modified in HMR mode (#54) (6143dfe)

v2.1.0

26 Sep 05:44
v2.1.0
c3b4477
Compare
Choose a tag to compare

Features

  • generate loader files for web accessible scripts (#52) (da38880)

v2.0.0

06 Sep 04:50
v2.0.0
86035ab
Compare
Choose a tag to compare

⚠ BREAKING CHANGES

  • Vite 3 is now the minimum supported version of Vite

Features

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)

  • bump Vite to 3.0.2 (#36) (bdfa480)

v1.0.2-beta.1

24 Apr 07:40
v1.0.2-beta.1
0efc21e
Compare
Choose a tag to compare

Bug Fixes

  • add /vite/client to optimizeDeps.exclude (#27) (119cbc2)

v1.0.2-beta.0

24 Apr 07:25
v1.0.2-beta.0
f24543b
Compare
Choose a tag to compare

Bug Fixes

  • force /@vite/client to be external (#26) (9c11af5)

v1.0.2

24 Apr 07:42
v1.0.2
0c68129
Compare
Choose a tag to compare
chore(release): 1.0.2

v1.0.1

23 Apr 22:58
v1.0.1
df46f2d
Compare
Choose a tag to compare

Bug Fixes

  • vite-ignore /@vite/client import in client.js (#25) (4d0edc7)

v1.0.0

08 Apr 07:17
v1.0.0
4e9d6ef
Compare
Choose a tag to compare

⚠ 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

Features

  • add client types for plugin users (#11) (8b96fac)

Bug Fixes

  • multiple css dependencies in content scripts, shared css across chunks (#13) (c2dbe8f)

v0.1.8

28 Mar 06:51
v0.1.8
96d1586
Compare
Choose a tag to compare

Bug Fixes

  • devBuilder: add missing csp source for firefox (#10) (cb2f239)

v0.1.7

18 Feb 05:59
v0.1.7
40a23cf
Compare
Choose a tag to compare

Features

  • dev: reprocess manifest HTML files on change (#7) (d643e5e)