Sourced from electron's releases.
electron v35.7.5
Release Notes for v35.7.5
[!WARNING] Electron 35.x.y has reached end-of-support as per the project's support policy. Developers and applications are encouraged to upgrade to a newer version of Electron.
Fixes
electron v35.7.4
Release Notes for v35.7.4
- Fix ffmpeg generation on Windows non-x64
electron v35.7.2
Release Notes for v35.7.2
Fixes
- Fixed an issue where printing PDFs with
webContents.print({ silent: true })would fail. #47645 (Also in 36, 37)electron v35.7.0
Release Notes for v35.7.0
Other Changes
- Updated Node.js to v22.16.0. #47213
electron v35.6.0
Release Notes for v35.6.0
Features
- Added support for
--no-experimental-global-navigatorflag. #47416 (Also in 36, 37)- Added support for customizing system accent color and highlighting of active window border. #47539 (Also in 36, 37)
Fixes
- Fixed a potential crash using
session.clearDatain some circumstances. #47410 (Also in 36, 37)- Fixed an error when importing
electronfor the first time from an ESM module loaded by a CJS module in a packaged app. #47344 (Also in 36, 37)- Fixed an issue where calling
Fetch.continueResponsevia debugger withWebContentsViewcould cause a crash. #47443 (Also in 36, 37)- Fixed an issue where utility processes could leak file handles. #47542 (Also in 36, 37)
- Partially fixes an issue with printing a PDF via
webContents.print()where the callback would not be called. #47399 (Also in 36, 37)Other Changes
- Backported fix for 420637585. #47369
electron v35.5.1
Release Notes for v35.5.1
... (truncated)
Sourced from electron's changelog.
Breaking Changes
Breaking changes will be documented here, and deprecation warnings added to JS code where possible, at least one major version before the change is made.
Types of Breaking Changes
This document uses the following convention to categorize breaking changes:
- API Changed: An API was changed in such a way that code that has not been updated is guaranteed to throw an exception.
- Behavior Changed: The behavior of Electron has changed, but not in such a way that an exception will necessarily be thrown.
- Default Changed: Code depending on the old default may break, not necessarily throwing an exception. The old behavior can be restored by explicitly specifying the value.
- Deprecated: An API was marked as deprecated. The API will continue to function, but will emit a deprecation warning, and will be removed in a future release.
- Removed: An API or feature was removed, and is no longer supported by Electron.
Planned Breaking API Changes (39.0)
Deprecated:
--host-rulescommand line switchChromium is deprecating the
--host-rulesswitch.You should use
--host-resolver-rulesinstead.Behavior Changed: window.open popups are always resizable
Per current WHATWG spec, the
window.openAPI will now always create a resizable popup window.To restore previous behavior:
webContents.setWindowOpenHandler((details) => { return { action: 'allow', overrideBrowserWindowOptions: { resizable: details.features.includes('resizable=yes') } } })Behavior Changed: shared texture OSR
paintevent data structureWhen using shared texture offscreen rendering feature, the
paintevent now emits a more structured object. It moves thesharedTextureHandle,planes,modifierinto a unifiedhandleproperty. See here for more details.Planned Breaking API Changes (38.0)
Removed:
ELECTRON_OZONE_PLATFORM_HINTenvironment variableThe default value of the
--ozone-plaftformflag changed toauto.
... (truncated)
86d839a
build: correct CHECK syntax (#48106)5be0be7
fix: ensure snapshot is valid (#48105)df232d1
ci: cleanup use new arc cluster (#48007)ab51554
ci: fixup mac runner hang (#47992)203abdd
ci: use new arc cluster (#47913)ea17e83
build: fix ffmpeg generation on Windows non-x64 (#47845)7b5d411
build(dev-deps): drop unused @types/webpack dep (#47806)def6203
build: deep update brace-expansion to resolve an audit alert (#47719)28d8ed0
test: cleanup RenderFrame lifespan tests (#47795)ee8942d
build: drop eslint-plugin-unicorn (#47690)