Change8

v38.0.0-alpha.7

📦 electronView on GitHub →
🐛 3 fixes🔧 2 symbols

Summary

Electron v38.0.0-alpha.7 includes a Chromium update to 140.0.7281.0 and fixes crashes related to macOS sandboxing, CSS corner smoothing, and the node:sqlite module.

Migration Steps

  1. Install the alpha release using npm install electron@38.0.0-alpha.7 or npm install electron@alpha.

🐛 Bug Fixes

  • Fixed a child process crash on macOS when the running application is replaced with one that has a newer implementation triggering the sandbox.
  • Fixed a crash when adding the -electron-corner-smoothing CSS rule to a stylesheet with no associated document.
  • Fixed an issue where require('node:sqlite') failed to load.

🔧 Affected Symbols

node:sqlite-electron-corner-smoothing