Skip to content

Releases: aklinker1/vite-plugin-web-extension

v3.0.7-alpha1

08 May 15:56
Compare
Choose a tag to compare
v3.0.7-alpha1 Pre-release
Pre-release

Attempt to fix #102, released from #105

v3.0.6

07 Apr 18:12
Compare
Choose a tag to compare

Bug Fixes

  • Vue not working in content scripts in dev mode (#101) (a89fefb)

v3.0.5

06 Apr 01:21
Compare
Choose a tag to compare

Bug Fixes

  • Enable public directory for child builds (#100) (5d41f73)

v3.0.4

05 Apr 18:16
Compare
Choose a tag to compare

Bug Fixes

  • Define process.env.NODE_ENV for lib mode builds (#98) (80e310f)

v3.0.3

05 Apr 16:51
Compare
Choose a tag to compare

Bug Fixes

  • Add localhost to host_permissions for MV3 dev mode (d5ea459)

v3.0.2

17 Mar 14:28
Compare
Choose a tag to compare

Bug Fixes

  • Respect disableAutoLaunch in dev mode (#91) (8cf802e)

v3.0.1

16 Mar 01:06
Compare
Choose a tag to compare

Bug Fixes

  • SSR HTML entrypoints in dev mode (#85) (1080610)

v3.0.0

11 Mar 17:51
Compare
Choose a tag to compare

v3 is out with Vite 4 support. This is a breaking change because of breaking type changes to the vite.Plugin type. See v3 migration.

TLDR:

pnpm i vite@latest

And you're good to go.

Features

BREAKING CHANGES

  • Vite 4 plugins have different types and cannot be used with Vite 3.

v2.0.3

09 Mar 20:13
Compare
Choose a tag to compare

Bug Fixes

  • Use correct origin for assets in dev mode (#80) (f45ca3c)

v2.0.2

03 Mar 22:22
Compare
Choose a tag to compare

Bug Fixes

  • Error rendering manifest on Windows (#75) (a38672c)