Electron v3.0.3
npm
npm install --save-dev electron@3.0.3
yarn
yarn add --dev electron@3.0.3
Release Notes
Bug Fixes/Changes
fix: enable key accelerator flags for Windows and Linux (backport: 3-0-x). #14859
fix: roll node deps for fs event patch. #14864
fix: Disable new fade animation for BrowserViews. #14913
fix: check guest view's devtools window size. #14928
fix: use white background for non-OSR renderer by default. #14934
fix: support ASAR in fs.copyFile. #14953