Skip to content

Releases: mozilla/webextension-polyfill

0.12.0

14 May 17:58
@rpl rpl
Compare
Choose a tag to compare

Bug Fixes

  • Removed unnecessary webpack and webpack-cli npm packages from webextension-polyfill npm package dependencies (#614) (#604)

See all changes for 0.12.0

0.11.0

16 Apr 13:05
89a7281
Compare
Choose a tag to compare

Bug Fixes

  • Fix no-op check to work with Safari and support of old browsers (#582) (#364)

See all changes for 0.11.0

0.10.0

12 Aug 19:40
@rpl rpl
Compare
Choose a tag to compare

Bug Fixes

  • Removed obsolete deprecation warning logged on sendResponse callback calls (#386)

See all changes for 0.10.0

0.9.0

25 Mar 16:58
@rpl rpl
Compare
Choose a tag to compare

Bug Fixes

  • enable webextension-polyfill usage via webpack ProvidePlugin (#351)

See all changes for 0.9.0

0.8.0

20 Apr 11:25
@rpl rpl
Compare
Choose a tag to compare

Bug Fixes

  • browser.devtools.network.onRequestFinished is now wrapped by the polyfill and provides a promise-based request API object (#250, fixes #249)
  • the promise wrappers has been updated to reject with Error instances (#293, fixes #257)

See all changes for 0.8.0

0.7.0

10 Nov 20:21
@rpl rpl
Compare
Choose a tag to compare

Features

  • Added tabs.goBack and tabs.goForward (#243)
  • Added devtools.panels.elements.createSidebarPane to metadata (#246)

See all changes for 0.7.0

0.6.0

23 Dec 12:30
@rpl rpl
Compare
Choose a tag to compare

Bug Fixes

  • fix: Added missing chrome privacy api settings (#205)
  • fix: Make the polyfill dist file loadable as an ES6 module (#202)

Docs

See all changes for 0.6.0

0.5.0

26 Sep 22:18
@rpl rpl
Compare
Choose a tag to compare

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

See all changes for 0.5.0

0.4.0

06 Feb 11:44
@rpl rpl
Compare
Choose a tag to compare

Bug Fixes

  • browser.devtools.inspectedWindow.eval promise should always resolve to an array (#168, #175)

See all changes for 0.4.0

0.3.1

21 Aug 10:06
@rpl rpl
Compare
Choose a tag to compare

Bug Fixes

  • Prevent a webpage document element to be detected as the Extension API object (#153)

See all changes for 0.3.1