Electron v42.6.2

npm
npm install --save-dev electron@42.6.2
yarn
yarn add --dev electron@42.6.2
Google ChromeChromium
148.0.7778.280
Node.jsNode.js
24.18.0
V8V8
14.8.178.38

Release Notes

Fixes

  • Fixed a browser-process crash (ValidateIntegrityOrDie) and spurious preload ENOENT errors when an app's app.asar is replaced on disk (e.g. by an updater or MDM software) while the app is running. #52294 (Also in 43, 44)

  • Fixed an issue on Windows where BrowserWindow with useContentSize: true would clamp the content area smaller than the configured maxWidth / maxHeight when programmatically resizing beyond those constraints via setBounds, setSize, or setContentSize. #51622

Other Changes

  • Backported fixes from upstream Chromium. #52303