Skip to content

Releases: webextension-toolbox/webextension-toolbox

7.1.1

01 Feb 07:35
Compare
Choose a tag to compare

Fixed

  • Fixes #865 by making sure all options are loaded into the filter before filtering, not just options with default values

7.1.0

31 Jan 21:04
Compare
Choose a tag to compare

Changed

  • Configures the swc-loader and babel-loader (via @babel/preset-env preset) to target browsers defined by the project's browserslist configuration settings, but only when the vendor version is NOT explicitly defined. Thanks you to @rthaut!

7.0.0

29 Jan 19:37
d6abcee
Compare
Choose a tag to compare

Changed

  • Uses ESM instead of CJS
  • Optimize code
  • Provide support for SWC
  • Add option to only copy files and not compile them (compileIgnore glob)
  • Additional debugging
  • yaml config file to use instead of or with command options
  • Move examples into their own template repos and use those in testing

Fixed

  • web_accessible_resources ignore js file (#793)
  • Setup with additional webextension-toolbox.config.js config seems to fail on windows 11 (#656)
  • Request for Node.js 20 Support (#847)
  • Chalk is an implicit dependency (should be explicit) (#835)

6.2.0

28 Oct 22:06
Compare
Choose a tag to compare

Changed

  • Updated Dependencies

6.1.0

13 Jun 16:11
Compare
Choose a tag to compare

Changed

  • Updated Dependencies

6.0.0

13 Mar 16:26
Compare
Choose a tag to compare

Changed

  • Updated Dependencies
  • Require webpack-webextension-plugin 3.0.0

Removed

  • Support for NodeJS 12.x

5.2.2

19 Apr 17:52
Compare
Choose a tag to compare

Fixed

  • Add missing browserlist to package.json

5.2.1

15 Apr 20:08
Compare
Choose a tag to compare

Fixed

  • ts-loader should load service_worker to parse if its written in typescript

5.2.0

14 Apr 21:06
Compare
Choose a tag to compare

Changes

  • Updated @webextension-toolbox/webpack-webextension-plugin and glob to latest versions.

5.1.1

11 Apr 19:37
Compare
Choose a tag to compare

Fixed

  • Target resolution was incorrect and thus detroying most of the built modules

Changes