electron

Build cross-platform desktop apps with JavaScript, HTML, and CSS

MIT License

Downloads
3M
Stars
113.1K
Committers
1.4K

Bot releases are visible (Hide)

electron - electron v13.0.0-beta.28

Published by electron-bot over 3 years ago

Note: This is a beta release. Please file new issues for any bugs you find in it.

This release is published to npm under the beta tag and can be installed via npm install electron@beta, or npm install [email protected].

Release Notes for v13.0.0-beta.28

Fixes

  • Fixed will-resize and will-move events not scaling the emitted newBounds rectangle to the appropriate Windows display scale factor. #29227 (Also in 11, 12)
  • Fixed permissions issue that was preventing the PDF viewer from displaying. #29252
electron - electron v12.0.9

Published by electron-bot over 3 years ago

Release Notes for v12.0.9

Fixes

  • Fixed will-resize and will-move events not scaling the emitted newBounds rectangle to the appropriate Windows display scale factor. #29226 (Also in 11, 13)
  • Fixed incorrect value of document.focus when opening multiple windows on macOS. #29235
electron - electron v10.4.6

Published by electron-bot over 3 years ago

Release Notes for v10.4.6

Fixes

  • Fixed <webview> focus / blur events not working with contextIsolation enabled. #29026 (Also in 11, 12, 13)
  • Fixed an issue where events on webview elements were missing properties if contextIsolation was enabled. #29143 (Also in 11)
electron - electron v11.4.7

Published by electron-bot over 3 years ago

Release Notes for v11.4.7

Fixes

  • Fixed an incorrect warning about enableRemoteModule being issued when the option was undefined (and thus defaulting to false). #29023
  • Fixed an issue where events on webview elements were missing properties if contextIsolation was enabled. #29150 (Also in 10)
  • Fixed corner radius for vibrancy view in macOS 11. #29072 (Also in 12, 13)

Documentation

  • Documentation changes: #29147
electron - electron v12.0.8

Published by electron-bot over 3 years ago

Release Notes for v12.0.8

Fixes

  • Fixed webFrame spell checker APIs crashing when called in sandboxed renderer. #29086 (Also in 13)
  • Fixed an issue where illegal access error could be thrown when nodeIntegrationInSubFrames is enabled. #29169 (Also in 13)
  • Fixed an issue where extensions without a background page might not have file access. #29172 (Also in 13)
  • Fixed an issue where the void function Menu.setApplicationMenu would return a value on some platforms. #29128 (Also in 13)
  • Fixed corner radius for vibrancy view in macOS 11. #29071 (Also in 11, 13)

Documentation

  • Documentation changes: #29148
electron - electron v13.0.0-beta.27

Published by electron-bot over 3 years ago

Note: This is a beta release. Please file new issues for any bugs you find in it.

This release is published to npm under the beta tag and can be installed via npm install electron@beta, or npm install [email protected].

Release Notes for v13.0.0-beta.27

Fixes

  • Fixed an issue where illegal access error could be thrown when nodeIntegrationInSubFrames is enabled. #29170 (Also in 12)
  • Fixed an issue where extensions without a background page might not have file access. #29171 (Also in 12)
  • Fixed using vibrancy with titleBarStyle together resulting in weird window shadow on macOS. #29165
electron - electron v13.0.0-beta.26

Published by electron-bot over 3 years ago

Note: This is a beta release. Please file new issues for any bugs you find in it.

This release is published to npm under the beta tag and can be installed via npm install electron@beta, or npm install [email protected].

Release Notes for v13.0.0-beta.26

Fixes

  • Fixed an issue where the void function Menu.setApplicationMenu would return a value on some platforms. #29129 (Also in 12)
  • Fixed crash when an exception occurs within the event emitter. #29106

Other Changes

  • Fixed a rare crash on boot. #29109

Documentation

  • Documentation changes: #29149
electron - electron v13.0.0-beta.24

Published by electron-bot over 3 years ago

Note: This is a beta release. Please file new issues for any bugs you find in it.

This release is published to npm under the beta tag and can be installed via npm install electron@beta, or npm install [email protected].

Release Notes for v13.0.0-beta.24

Other Changes

  • Updated Chromium to 91.0.4472.38. #29045
electron - electron v11.4.6

Published by electron-bot over 3 years ago

Release Notes for v11.4.6

Fixes

  • Fixed <webview> focus / blur events not working with contextIsolation enabled. #29027 (Also in 10, 12, 13)
  • Fixed an issue where drag regions on macOS would be offset incorrectly when no drag regions were set,. #29018 (Also in 12, 13)
electron - electron v12.0.7

Published by electron-bot over 3 years ago

Release Notes for v12.0.7

Fixes

  • Allow Node.js to manage microtasks queue by using explicit microtasks policy before calling uv_run(). #28972 (Also in 11, 13)
  • Fixed <webview> focus / blur events not working with contextIsolation enabled. #29024 (Also in 10, 11, 13)
  • Fixed an issue where drag regions on macOS would be offset incorrectly when no drag regions were set,. #29019 (Also in 11, 13)
  • Fixed an issue where the window couldn't be closed if a user tried to quit with a message box showing. #28989 (Also in 13)

Other Changes

  • Improved performance of napi_threadsafe_function. #29047 (Also in 13)
electron - electron v13.0.0-beta.23

Published by electron-bot over 3 years ago

Note: This is a beta release. Please file new issues for any bugs you find in it.

This release is published to npm under the beta tag and can be installed via npm install electron@beta, or npm install [email protected].

Release Notes for v13.0.0-beta.23

Other Changes

  • Improved performance of napi_threadsafe_function. #29048 (Also in 12)
electron - electron v13.0.0-beta.22

Published by electron-bot over 3 years ago

Note: This is a beta release. Please file new issues for any bugs you find in it.

This release is published to npm under the beta tag and can be installed via npm install electron@beta, or npm install [email protected].

Release Notes for v13.0.0-beta.22

Fixes

  • Fixed <webview> focus / blur events not working with contextIsolation enabled. #29025 (Also in 11, 12)
  • Fixed an issue where drag regions on macOS would be offset incorrectly when no drag regions were set,. #29017 (Also in 11, 12)
electron - electron v13.0.0-beta.21

Published by electron-bot over 3 years ago

Note: This is a beta release. Please file new issues for any bugs you find in it.

This release is published to npm under the beta tag and can be installed via npm install electron@beta, or npm install [email protected].

Release Notes for v13.0.0-beta.21

Features

  • Added new session.storagePath API to get the path on disk for session-specific data. #28866

Fixes

  • Allow Node.js to manage microtasks queue by using explicit microtasks policy before calling uv_run(). #28973 (Also in 11, 12)
  • Fixed an issue where the window couldn't be closed if a user tried to quit with a message box showing. #28988 (Also in 12)

Other Changes

  • Updated Chromium to 91.0.4472.33. #28660
electron - electron v10.4.5

Published by electron-bot over 3 years ago

Release Notes for v10.4.5

Other Changes

  • Security: backported fix for 1161379, 1186641. #28802
  • Security: backported fix for 1192552. #28820
  • Security: backported fix for CVE-2021-21214. #28935
  • Security: backported fix for CVE-2021-21215 and CVE-2021-21216. #28949
  • Security: backported fix for CVE-2021-21222. #28817
  • Security: backported fix to CVE-2021-21207. #28931
  • Security: backported fix to CVE-2021-21227. #28863
  • Security: backported fix to CVE-2021-21230. #28903
  • Security: backported fix to CVE-2021-21231. #28906
  • Security: backported fix to CVE-2021-21233. #28874
electron - electron v11.4.5

Published by electron-bot over 3 years ago

Release Notes for v11.4.5

Fixes

  • Allow Node.js to manage microtasks queue by using explicit microtasks policy before calling uv_run(). #28974 (Also in 12, 13)
  • Fixed an issue where some Node.js modules would hang on page reload on Windows. #28336 (Also in 12, 13)
  • Fixed an issue where windows in simpleFullscreen mode were not properly resizing when display metrics changed. #28870 (Also in 12, 13)
  • Fixed the window-all-closed event being emitted while the last BrowserWindow was still in the process of being closed. #28912 (Also in 12, 13)

Other Changes

  • Security: backported fix for 1161379, 1186641. #28801
  • Security: backported fix for CVE-2021-21214. #28934
  • Security: backported fix for CVE-2021-21215 and CVE-2021-21216. #28948
  • Security: backported fix to CVE-2021-21207. #28930
  • Security: backported fix to CVE-2021-21223. #28813
  • Security: backported fix to CVE-2021-21227. #28862
  • Security: backported fix to CVE-2021-21230. #28902
  • Security: backported fix to CVE-2021-21231. #28905
  • Security: backported fix to CVE-2021-21233. #28873
electron - electron v13.0.0-beta.20

Published by electron-bot over 3 years ago

Note: This is a beta release. Please file new issues for any bugs you find in it.

This release is published to npm under the beta tag and can be installed via npm install electron@beta, or npm install [email protected].

Release Notes for v13.0.0-beta.20

electron - electron v12.0.6

Published by electron-bot over 3 years ago

Release Notes for v12.0.6

Fixes

  • Fixed a crash when calling shell.trashItem() from the renderer process. #28787 (Also in 13)
  • Fixed an issue where multiple calls to window.setFullScreen could cause problems. #28772 (Also in 11, 13)
  • Fixed an issue where some dialogs would stop working on macOS if window.hide() was called while they were open. #28695 (Also in 11, 13)
  • Fixed an issue where windows in simpleFullscreen mode were not properly resizing when display metrics changed. #28869 (Also in 11, 13)
  • Fixed the window-all-closed event being emitted while the last BrowserWindow was still in the process of being closed. #28913 (Also in 11, 13)
  • No longer set backgroundColor in default-app when opening custom files / URLs. #28841 (Also in 10, 11, 13)

Other Changes

  • Security: backported fix for 1192552. #28818
  • Security: backported fix for CVE-2021-21222. #28815
  • Security: backported fix for CVE-2021-21226. #28806
  • Security: backported fix to CVE-2021-21223. #28812
  • Security: backported fix to CVE-2021-21225. #28809
  • Security: backported fix to CVE-2021-21227. #28861
  • Security: backported fix to CVE-2021-21230. #28901
  • Security: backported fix to CVE-2021-21231. #28904
  • Security: backported fix to CVE-2021-21233. #28872
  • Security: backported fix to chromium:1155297. #28821
electron - electron v11.4.4

Published by electron-bot over 3 years ago

Release Notes for v11.4.4

Fixes

  • Fixed an issue where multiple calls to window.setFullScreen could cause problems. #28773 (Also in 12, 13)
  • Fixed an issue where some dialogs would stop working on macOS if window.hide() was called while they were open. #28696 (Also in 12, 13)
  • Fixed crash on m1 mac. #28745
  • No longer set backgroundColor in default-app when opening custom files / URLs. #28843 (Also in 10, 12, 13)

Other Changes

  • Security: Backported fix for chromium:1195333. #28724
  • Security: Backported fix to CVE-2021-21199. #28704
  • Security: Backported fix to CVE-2021-21201. #28760
  • Security: Backported fix to CVE-2021-21202. #28779
  • Security: Backported fix to chromium:1190525. #28738
  • Security: Backported the fix to CVE-2021-21195. #28697
  • Security: backported fix for 1192552. #28819
  • Security: backported fix for CVE-2021-21194. #28702
  • Security: backported fix for CVE-2021-21206. #28689
  • Security: backported fix for CVE-2021-21222. #28816
  • Security: backported fix for CVE-2021-21226. #28807
  • Security: backported fix to CVE-2021-21198. #28797
  • Security: backported fix to CVE-2021-21225. #28810
  • Security: backported fix to chromium:1155297. #28822
  • Security: backported fix to chromium:1161847. #28799
  • Security: backported fix to chromium:1184441. #28796
electron - electron v10.4.4

Published by electron-bot over 3 years ago

Release Notes for v10.4.4

Fixes

  • No longer set backgroundColor in default-app when opening custom files / URLs. #28840 (Also in 11, 12, 13)

Other Changes

  • Security: Backported fix for chromium:1195333. #28725
  • Security: Backported fix to CVE-2021-21199. #28705
  • Security: Backported fix to CVE-2021-21201. #28761
  • Security: Backported fix to chromium:1190525. #28739
  • Security: Backported the fix to CVE-2021-21195. #28698
  • Security: backported fix for CVE-2021-21194. #28703
  • Security: backported fix for CVE-2021-21202. #28780
  • Security: backported fix for CVE-2021-21206. #28690
  • Security: backported fix for CVE-2021-21226. #28808
  • Security: backported fix to CVE-2021-21198. #28798
  • Security: backported fix to CVE-2021-21223. #28814
  • Security: backported fix to CVE-2021-21225. #28811
  • Security: backported fix to chromium:1155297. #28823
  • Security: backported fix to chromium:1161847. #28800
electron - electron v13.0.0-beta.18

Published by electron-bot over 3 years ago

Note: This is a beta release. Please file new issues for any bugs you find in it.

This release is published to npm under the beta tag and can be installed via npm install electron@beta, or npm install [email protected].

Release Notes for v13.0.0-beta.18

Fixes

  • Fixed a crash when calling shell.trashItem() from the renderer process. #28788 (Also in 12)
Package Rankings
Top 0.15% on Npmjs.org
Top 0.21% on Alpine-edge
Top 20.7% on Repo1.maven.org
Top 3.26% on Proxy.golang.org
Top 21.35% on Conda-forge.org
Badges
Extracted from project README
Electron Logo GitHub Actions Build Status AppVeyor Build Status Electron Discord Invite