Releases: mozilla/web-ext
Releases · mozilla/web-ext
2.9.0
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
Features
- Added support for negated patterns in --ignore-files (#1348) (065188d), closes #1347
- Supported selection of any given APK when running an extension on Android (#1338) (1cd88a1)
- Updated "web-ext lint" to use addons-linter version 1.2.6 (which fixes mozilla/addons-linter#2108)
See all changes: 2.7.0...2.8.0
2.7.0
Features
- Updated
web-ext lint
to the Firefox 61 schema. Seeaddons-linter
version 1.0.0
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): - Fixed incompatibility with json-parse-better-errors 1.0.2 (#1303) (00f71a3)
See all changes: 2.6.0...2.7.0
2.6.0
2.5.0
2.4.0
Features
- Update
web-ext lint
to the Firefox 59 schema. Seeaddons-linter
version 0.35.0.
See all changes: 2.3.2...2.4.0
2.3.2
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"
, whenstartUrl
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
2.3.0
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