Releases: mozilla/webextension-polyfill
Releases · mozilla/webextension-polyfill
0.12.0
0.11.0
Bug Fixes
0.10.0
Bug Fixes
- Removed obsolete deprecation warning logged on sendResponse callback calls (#386)
0.9.0
Bug Fixes
- enable webextension-polyfill usage via webpack ProvidePlugin (#351)
0.8.0
0.7.0
0.6.0
Bug Fixes
- fix: Added missing chrome privacy api settings (#205)
- fix: Make the polyfill dist file loadable as an ES6 module (#202)
Docs
- README.md: Added a new "Basic Setup with ES6 module loader" section (#216)
0.5.0
Bug Fixes
- Removed
browser.runtime.getBrowserInfo()
, as it is not available in Chromium-based browsers (#200) - The webextension-polyfill now throws an error when loaded in non-extension contexts (#190)
Docs
- README.md: Added a new "Usage with webpack without bundling" section (#194)
- README.md: Clarify why Chrome-only methods have no Promise (#183)
0.4.0
Bug Fixes
0.3.1
Bug Fixes
- Prevent a webpage document element to be detected as the Extension API object (#153)