Skip to content

Releases: mozilla/web-ext

2.9.0

29 Aug 12:54
@rpl rpl
Compare
Choose a tag to compare

Features

  • Updated web-ext lint to use addons-linter 1.3.1 (#1362) (088ba87),
    See addons-linter version 1.2.7, 1.3.0 and 1.3.1:
    • Added basic support for WebExtensions dictionaries
    • WebExtensions API Schemas updated up to Firefox 62b15
    • Added support for ES6 modules

Bug Fixes

  • Fixed lags due to large amount of warnings logged in the console when javascript.options.strict is set to true (#1357) (dfad256, closes #1355)
  • Update firefox-profile to version 1.2.0 (#1359) (0731209, closes #1358)

See all changes: 2.8.0...2.9.0

2.8.0

31 Jul 18:19
@rpl rpl
Compare
Choose a tag to compare

Features

See all changes: 2.7.0...2.8.0

2.7.0

23 May 20:41
@rpl rpl
Compare
Choose a tag to compare

Features

Bug Fixes

  • Improved web-ext start-up time by lazy loading some modules (#1302) (f9db35b)
  • Updated or replaced some npm packages which could be affected by vulnerabilities and raise errors on nsp check / npm audit (#1323):
    • Replaced open npm dependency with opn 5.3.0 (0915b4a)
    • Updated fx-runner to version 1.0.9 (d6d253c)
    • Updated sign-addon to version 0.3.1 (23fc1d8)
  • Fixed incompatibility with json-parse-better-errors 1.0.2 (#1303) (00f71a3)

See all changes: 2.6.0...2.7.0

2.6.0

28 Mar 12:36
@rpl rpl
Compare
Choose a tag to compare

Bug Fixes

Features

See all changes: 2.5.0...2.6.0

2.5.0

14 Mar 20:34
Compare
Choose a tag to compare

Bug Fixes

Features

  • Added support to configure web-ext by declaring a webExt object within package.json (#1266) (523767a)

See all changes: 2.4.0...2.5.0

2.4.0

01 Feb 17:31
Compare
Choose a tag to compare

Features

See all changes: 2.3.2...2.4.0

2.3.2

23 Jan 17:50
4db239b
Compare
Choose a tag to compare

Bug Fixes

  • Fixed a usage error, specified an unknown option: "0", which was triggered by array values in a config file (#1221, #1213)
  • Fixed a usage error, expected type "string", when startUrl and other options were specified as arrays in a config file (#1221, #1215)
  • Fixed a bug where you could not activate verbose mode from a config file (#1221, #1214)
  • Fixed web-ext run on Android 5 (android-21, android-22) (#1217)
  • Fixed a bug where the privacy policy page opened on web-ext run (#1220)
  • Fixed Android cleanup message on exit (#1201)

See all changes: 2.3.1...2.3.2

2.3.1

09 Jan 16:26
Compare
Choose a tag to compare

Bug Fixes

  • Fixed a type error when specifying an array option in a config file (#1199) (854c82c)
  • Fixed some typos in Android and config related error messages (#1194, #1196, #1200)

See all changes: 2.3.0...2.3.1

2.3.0

08 Jan 17:55
Compare
Choose a tag to compare

Features

  • Running an extension in Firefox for Android is now supported via --target=firefox-android (#868) (1b22d60)
  • You can now set option defaults in a configuration file using --config (#1080, #1152). Several other patches from @shubheksha had already landed to make this feature possible.
  • A config file named web-ext-config.js in the current directory or one named .web-ext-config.js in the user's home directory will be loaded automatically (#1161)

See all changes: 2.2.2...2.3.0

2.2.2

13 Oct 21:50
Compare
Choose a tag to compare

Bug Fixes

  • Fixed deploy script so that it doesn't cleanup the dist file before publishing a release. Version 2.2.1 is broken because of this. (9e7e7a4)

See all changes: 2.2.1...2.2.2