Skip to content

electron v10.1.5

Compare
Choose a tag to compare
@electron-bot electron-bot released this 23 Oct 21:29
· 228 commits to 10-x-y since this release

Release Notes for v10.1.5

Fixes

  • Fixed a crash in printing on Windows. #26064 (Also in 9, 10)
  • Fixed an issue where Wasm code generation erroneously showed as being disallowed by embedder when contextIsolation was enabled. #26063 (Also in 10)
  • Fixed an issue where frameless windows showed window controls after being in simple fullscreen mode on macOS. #26126 (Also in 9, 10)
  • Fixed memory leak on macOS when using dialog.showMessageBox API. #26097 (Also in 8, 9, 10, 11)

Other Changes