Skip to content
This repository has been archived by the owner on Jun 23, 2021. It is now read-only.

6.0.0

Latest
Compare
Choose a tag to compare
@sentialx sentialx released this 31 Dec 15:49
· 30 commits to master since this release

Breaking changes

  • Instead of three separate preload scripts there is only one
  • Removed not needed anymore additional argument --window-id from webContents
  • Replaced additional argument in webContents --blacklist with property blacklist in ExtensibleSession class
  • ExtensibleSession class doesn't need to be instantiated in ready event anymore. Only the loadExtension method has to be called after the app has been ready.
  • background pages now live in the same session as tabs
  • ExtensibleSession takes an options object as an argument instead of session
  • Added activeTab property to ExtensibleSession class determining currently active (focused) webContents. By default -1.
  • Moved create-tab and set-badge-text events from extensionsRenderer object to ExtensibleSession class.

New supported APIs

  • chrome.cookies.getAll
  • chrome.cookies.get
  • chrome.cookies.set
  • chrome.cookies.remove
  • chrome.cookies.onChanged

Fixes

  • Fixed chrome.storage.get not accepting default settings
  • Fixed chrome.webRequest.* breaking websites