Skip to content

electron v11.0.4

Compare
Choose a tag to compare
@electron-bot electron-bot released this 07 Dec 22:07
· 298 commits to 11-x-y since this release

Release Notes for v11.0.4

Fixes

  • Added default Bluetooth permission strings to info.plist. #26768 (Also in 12)
  • Fixed an issue where IsMaximized would incorrectly return false for some windows on Windows. #26780 (Also in 12)
  • Fixed an issue where draggable regions did not work exclusively on BrowserViews on Windows. #26774 (Also in 12)
  • Fixed an issue where draggable regions in BrowserWindow causes BrowserView to become draggable in non-correspondent places. #26754 (Also in 10, 12)
  • Fixed import of unpacked node modules. #26751 (Also in 12)