Electron v42.6.2
npm
npm install --save-dev electron@42.6.2
yarn
yarn add --dev electron@42.6.2
Release Notes
Fixes
Fixed a browser-process crash (
ValidateIntegrityOrDie) and spurious preloadENOENTerrors when an app'sapp.asaris 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
BrowserWindowwithuseContentSize: truewould clamp the content area smaller than the configuredmaxWidth/maxHeightwhen programmatically resizing beyond those constraints viasetBounds,setSize, orsetContentSize. #51622
Other Changes
Backported fixes from upstream Chromium. #52303