Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 2053e5f

Browse files
committedApr 17, 2024··
Remove "also in" excerpts
1 parent c856a9b commit 2053e5f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed
 

‎blog/electron-30-0.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -45,10 +45,10 @@ Electron 30 upgrades Chromium from `122.0.6261.39` to `124.0.6367.49`, Node from
4545
### New Features
4646

4747
- Added a `transparent` webpreference to webviews. ([#40301](https://github.com/electron/electron/pull/40301))
48-
- Added a new instance property `navigationHistory` on webContents API with `navigationHistory.getEntryAtIndex` method, enabling applications to retrieve the URL and title of any navigation entry within the browsing history. ([#41662](https://github.com/electron/electron/pull/41662)) <span style="font-size:small;">(Also in [29](https://github.com/electron/electron/pull/41661))</span>
48+
- Added a new instance property `navigationHistory` on webContents API with `navigationHistory.getEntryAtIndex` method, enabling applications to retrieve the URL and title of any navigation entry within the browsing history. ([#41662](https://github.com/electron/electron/pull/41662))
4949
- Added new `BrowserWindow.isOccluded()` method to allow apps to check occlusion status. ([#38982](https://github.com/electron/electron/pull/38982))
50-
- Added proxy configuring support for requests made with the `net` module from the utility process. ([#41417](https://github.com/electron/electron/pull/41417)) <span style="font-size:small;">(Also in [28](https://github.com/electron/electron/pull/41744), [29](https://github.com/electron/electron/pull/41416))</span>
51-
- Added support for Bluetooth ports being requested by service class ID in `navigator.serial`. ([#41734](https://github.com/electron/electron/pull/41734)) <span style="font-size:small;">(Also in [29](https://github.com/electron/electron/pull/41735))</span>
50+
- Added proxy configuring support for requests made with the `net` module from the utility process. ([#41417](https://github.com/electron/electron/pull/41417))
51+
- Added support for Bluetooth ports being requested by service class ID in `navigator.serial`. ([#41734](https://github.com/electron/electron/pull/41734))
5252
- Added support for the Node.js [`NODE_EXTRA_CA_CERTS`](https://nodejs.org/api/cli.html#node_extra_ca_certsfile) CLI flag. ([#41822](https://github.com/electron/electron/pull/41822))
5353

5454
### Breaking Changes

0 commit comments

Comments
 (0)
Please sign in to comment.