Electron Releases - v11.0.4

npm install electron@v11.0.4
yarn add electron@v11.0.4

Release Notes

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)