Skip to content

Releases: webextension-toolbox/webpack-webextension-plugin

3.3.1

08 Jan 07:18
Compare
Choose a tag to compare

Changed

  • Added non default export for esm imports

Changed

  • Updated Readme

3.2.1

28 Oct 22:00
Compare
Choose a tag to compare

Changed

  • Updated Readme

3.1.0

13 Jun 15:42
Compare
Choose a tag to compare

Changed

  • Updated Dependencies

3.0.0

13 Mar 15:53
Compare
Choose a tag to compare

Fixed

  • Fixes #357 Schema for manifest validation is out of date

Changed

  • Updated Dependencies
  • References both Mozilla and Chrome manifest schemas during validation

Removed

  • Support for NodeJS 12.x

Added

  • Added tests for the manifest validations and transformations

2.1.3

03 Jun 21:06
Compare
Choose a tag to compare

Fixed

  • Fixes #204 Hardcoded service_worker file breaks when using custom service_worker (Thanks @j1mie)

2.1.2

19 Apr 17:41
Compare
Choose a tag to compare

Fixed

  • Fixes #167 Localized strings are now being removed from manifest.json (Thanks @rthaut)

2.1.1

14 Apr 20:55
Compare
Choose a tag to compare

Fixed

  • Fixed issues with nodejs 12 and promises

2.1.0

14 Apr 20:40
Compare
Choose a tag to compare

Added

  • Official Support for hooks in service worker to reload extension during development

2.0.4

11 Apr 19:21
Compare
Choose a tag to compare

Fixed

  • Client background_page no longer relies on pollyfill and thus must detect browser/chrome for options

2.0.3

06 Apr 21:09
Compare
Choose a tag to compare

Changes

  • Fix repo url in package.json for GPR