Electron: v29.0.0-alpha.3 Release

Release date:
December 8, 2023
Previous version:
v29.0.0-alpha.2 (released December 6, 2023)
Magnitude:
0 Diff Delta
Contributors:
1 total committer
Data confidence:
Commits:

Top Contributors in v29.0.0-alpha.3

trop[bot]

Directory Browser for v29.0.0-alpha.3

All files are compared to previous version, v29.0.0-alpha.2. Click here to browse diffs between other versions.

Loading File Browser...

Release Notes Published

Note: This is an alpha release. Please file new issues for any bugs you find in it.

This release is published to npm under the alpha tag and can be installed via npm install electron@alpha, or npm install [email protected].

# Release Notes for v29.0.0-alpha.3

Features

  • Added keyboardLock to ses.setPermissionRequestHandler(handler). #40369 <span style="font-size:small;">(Also in 26, 27, 28)</span>
  • Added an option in protocol.registerSchemesAsPrivileged to allow V8 code cache in custom schemes. #40544
  • Added new Electron Fuse that opts the file:// protocol into more secure and restrictive behaviour that matches Chromium. #40372
  • Added new webUtils.getPathForFile method to replace File.path augmentation. #38776
  • Added support for configuring use_remote_checksums via .npmrc. #40253
  • Migrated app.{set|get}LoginItemSettings(settings) to use Apple's new recommended underlying framework on macOS. #37244
  • This PR adds several properties to the display object including detected, maximumCursorSize, and nativeOrigin. #40497 <span style="font-size:small;">(Also in 28)</span>

    Fixes

  • Backported fix for AVX related crashes on certain linux machines. #40536 <span style="font-size:small;">(Also in 26, 27, 28)</span>

  • Fixed "will-navigate" not being emitted when pressing links in chrome: pages. #40390 <span style="font-size:small;">(Also in 27, 28)</span>

  • Fixed a potential issue with async_hook corruption in some error contexts. #40574 <span style="font-size:small;">(Also in 26, 27, 28)</span>

  • Fixed a unexpectedly thrown error in some unsupported chrome extensions. #40500 <span style="font-size:small;">(Also in 26, 27, 28)</span>

  • Fixed an error changing file format in dialog.showOpenDialog on macOS. #40308 <span style="font-size:small;">(Also in 27, 28)</span>

  • Fixed an issue where WebViews could sometimes crash on unload. #40400 <span style="font-size:small;">(Also in 26, 27, 28)</span>

  • Fixed an issue where Windows Toast notifications weren't properly dismissed from the Action Center on notification.close() if they'd previously been dismissed. #40197 <span style="font-size:small;">(Also in 26, 27, 28)</span>

  • Fixed an issue where MessagePorts were not being correctly garbage collected when not referenced. #40189 <span style="font-size:small;">(Also in 28)</span>

  • Fixed an issue where navigator.keyboard.lock() did not work per latest expected behavior. #40365 <span style="font-size:small;">(Also in 26, 27, 28)</span>

  • Fixed an issue where devtools could not be re-opened. #40666 <span style="font-size:small;">(Also in 28)</span>

  • Fixed an issue where font requests were incorrectly being sent to dev tools multiple times per resource. #40681 <span style="font-size:small;">(Also in 27, 28)</span>

  • Fixed an issue where fully occluded windows would return an empty image from webContents.capturePage() on Windows and Linux. #39730 <span style="font-size:small;">(Also in 25, 26, 27, 28)</span>

  • Fixed an issue where zoom level settings did not persist per-session for webviews. #40650

  • Fixed an issue with webContents interaction with fullscreen and WCO on macOS. #40179 <span style="font-size:small;">(Also in 25, 26, 27, 28)</span>

  • Fixed app incorrectly activating panel windows on macOS Sonoma. #40307 <span style="font-size:small;">(Also in 28)</span>

  • Fixed child window opening in non-active macOS apps. #40546 <span style="font-size:small;">(Also in 26, 27, 28)</span>

  • Fixed file paths passed to shell.showItemInFolder not being escaped in Linux. #40527 <span style="font-size:small;">(Also in 27, 28)</span>

  • Fixed loading nested ESM dependencies in node_modules

    • Correctly support the throwIfNoEntry option in fs.statSync/fs.lstatSync in asar files. #40221 <span style="font-size:small;">(Also in 28)</span>
  • Fixed problem with bounds of maximized window when toggle BrowserWindow.setResizable function. #40503 <span style="font-size:small;">(Also in 26, 27, 28)</span>

  • Fixed resizing performance issue on macOS. #40577 <span style="font-size:small;">(Also in 26, 27, 28)</span>

  • Fixed some redundant permission dialogs while screen sharing on Wayland. #40098 <span style="font-size:small;">(Also in 26, 27, 28)</span>

  • Functions called over the contextBridge are now called with the expected receiver (this). #39978 <span style="font-size:small;">(Also in 27, 28)</span>

  • Prevent node mode to be used as script runner by other apps on macOS. #40579 <span style="font-size:small;">(Also in 28)</span>

  • Use activateIgnoringOtherApps for focusing non-panels on macOS. #40570 <span style="font-size:small;">(Also in 28)</span>

    Other Changes

  • Re-enabled partition alloc on Mac. #33981 <span style="font-size:small;">(Also in 28)</span>

  • The gpu-process-crashed event on app has been deprecated. #40169 <span style="font-size:small;">(Also in 28)</span>

  • The deprecated gpu-process-crashed event on app has been removed. #40255

  • The deprecated renderer-process-crashed event on app and crashed event on WebContents and <webview> have been removed. #40115

  • Updated Chromium to 121.0.6147.0. #40523

  • Updated Node.js to v18.18.2. #40205 <span style="font-size:small;">(Also in 28)</span>

  • Upgraded to Node.js v20. #40545