Skip to content

Releases: aklinker1/vite-plugin-web-extension

v1.0.5

18 Jan 15:05
Compare
Choose a tag to compare

Bug Fixes

  • correctly handle build.emptyOutDir in watch mode (a9642ce)
  • verbose mode logs weren't always dim (0e1a92f)

v1.0.4

12 Jan 15:31
Compare
Choose a tag to compare

Bug Fixes

  • corrected peer dependency (fec96fc)

v1.0.3

29 Dec 16:32
Compare
Choose a tag to compare

Bug Fixes

  • build content scripts correctly for vite v2.7 (f13c08d)
  • deprecate serviceWorkerType and always build service worker in lib mode (8ad5603)
  • improved logging (ed1589b)

v1.0.2

01 Dec 16:50
Compare
Choose a tag to compare

Bug Fixes

  • prefix sandbox page scripts to /sandbox/ (9906224)

v1.0.1

01 Dec 16:38
Compare
Choose a tag to compare

Bug Fixes

v1.0.0

01 Dec 16:14
Compare
Choose a tag to compare

Bug Fixes

  • change how sandbox pages are output (3b02295)

BREAKING CHANGES

  • all sandbox pages are now output to the sandbox directory, then their directory relative to the vite root

v0.12.0

01 Dec 15:50
Compare
Choose a tag to compare

Features

  • build sandboxed pages as standalone pages (6400474)

v0.11.1

01 Dec 14:46
Compare
Choose a tag to compare

Bug Fixes

  • only empty out directory on first build in watch mode (069c77e)

v0.11.0

01 Dec 14:37
Compare
Choose a tag to compare

Features

  • allow building service worker in standalone build (14f2965)

v0.10.1

30 Nov 20:38
Compare
Choose a tag to compare

Bug Fixes

  • don't build content scripts when there is a build failure (57a2ef7)
  • validate manifest before reading files to prevent errors (6aafb2d)