Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: opposite event description in blog #534

Merged
merged 1 commit into from Mar 21, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 1 addition & 1 deletion blog/electron-18.md
Expand Up @@ -39,7 +39,7 @@ Additionally, Electron has changed supported versions from latest three versions
- Removed the old `BrowserWindowProxy`-based implementation of `window.open`. This also removes the `nativeWindowOpen` option from `webPreferences`. [#29405](https://github.com/electron/electron/pull/29405)
- Added 'focus' and 'blur' events to `WebContents`. [#25873](https://github.com/electron/electron/pull/25873)
- Added Substitutions menu roles on macOS: `showSubstitutions`, `toggleSmartQuotes`, `toggleSmartDashes`, `toggleTextReplacement`. [#32024](https://github.com/electron/electron/pull/32024)
- Added `first-instance-ack` event to the `app.requestSingleInstanceLock()` flow, so that users can pass some data back from the second instance to the first instance. [#31460](https://github.com/electron/electron/pull/31460)
- Added a `first-instance-ack` event to the `app.requestSingleInstanceLock()` flow, allowing users to seamlessly transmit data from the first instance to the second instance. [#31460](https://github.com/electron/electron/pull/31460)
- Added support for more color formats in `setBackgroundColor`. [#33364](https://github.com/electron/electron/pull/33364)

See the [18.0.0 release notes](https://github.com/electron/electron/releases/tag/v18.0.0) for a full list of new features and changes.
Expand Down