Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
samuelmaddock committed Sep 4, 2021
1 parent 3a115f7 commit c47bcb3
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
15 changes: 15 additions & 0 deletions packages/electron-chrome-extensions/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,20 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [3.9.0] - 2021-09-04

### Added

- `chrome.webNavigation.onDOMContentLoaded` for iframes—`[email protected]` required.

### Changed

- Reduced IPC traffic for updated extension icons.

### Fixed

- `chrome.contextMenus.onClicked` callback was never invoked.
- `partition` of `<browser-action-list>` would error when a remote session partition was set.

## [3.8.0] - 2021-06-14

Expand Down Expand Up @@ -131,6 +145,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

- Extension action popups now resize appropriately in [email protected].

[3.9.0]: https://github.com/samuelmaddock/electron-browser-shell/compare/[email protected]@3.9.0
[3.8.0]: https://github.com/samuelmaddock/electron-browser-shell/compare/[email protected]@3.8.0
[3.7.0]: https://github.com/samuelmaddock/electron-browser-shell/compare/[email protected]@3.7.0
[3.6.1]: https://github.com/samuelmaddock/electron-browser-shell/compare/[email protected]@3.6.1
Expand Down
2 changes: 1 addition & 1 deletion packages/electron-chrome-extensions/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "electron-chrome-extensions",
"version": "3.8.0",
"version": "3.9.0",
"description": "Chrome extension support for Electron",
"main": "dist/index.js",
"scripts": {
Expand Down

0 comments on commit c47bcb3

Please sign in to comment.