Electron Releases - v10.1.2

npm install electron@v10.1.2
yarn add electron@v10.1.2

Release Notes

Fixes

  • Added missing module delay loads on windows to reduce per process reference set impact. #25435 (Also in 9, 10, 11)
  • Fixed a crash in the renderer process when invoking the Badging API. #25369 (Also in 9, 10, 11)
  • Fixed an issue where document.hasFocus and document.activeElement would be inconsistent upon showing a window that was initially created with show: false. #25330 (Also in 10, 11)
  • Fixed client_id file being generated in the working directory for node child process. #25309 (Also in 9, 10, 11)
  • Fixed multiple dock icons being left in system when calling dock.show/hide on macOS. #25299 (Also in 8, 9, 10, 11)

Other Changes

  • Updated Chromium to 85.0.4183.98. #25275

Unknown

  • Added support for some chrome.management APIs. #25345 (Also in 9, 10, 11)