Bug Fixes
web-ext run
:- Fixed bug on using
web-ext run --arg
with values that start with--
(e.g. Chrome's--no-default-browser-check
or Firefox's--search=...
options) (fixed by updating yargs dependency to v15.3.1, #1902) - Added support for running extensions on android build variants by specify the fully qualified android component as
--firefox-apk-component
(#1891, #1918), e.g.:
web-ext run --firefox-apk=org.mozilla.fenix.performancetest --firefox-apk-component=org.mozilla.fenix.HomeActivity
- Fixed bug on using
web-ext sign
:- Fixed
npm audit
errors detected when using web-ext as an npm dependency (#1913, #1902)
Features
web-ext run
:--firefox-binary "firefoxdeveloperedition"/"deved"
can now be used as shortcut aliases for running an extension on a Firefox Developer Edition instance (#1929)
web-ext lint
: updated to use addons-linter v1.26.0 (#1887):- Imported firefox 76/77/78 APIs Schema
- See all addons-linter changes: 1.23.0...1.26.0
web-ext build
:
See all changes: 4.2.0...4.3.0