Electron v5.0.10 Release Notes

Release Date: 2019-08-20 // almost 5 years ago
  • ๐Ÿš€ Release Notes for v5.0.10

    ๐Ÿ›  Fixes

    • ๐Ÿง Correctly internationalize i18n in GTK-based Linux dialogs. #19801
    • ๐Ÿ›  Fixed BrowserWindow's will-resize event returning wrong bounds on macOS. #19705
    • ๐Ÿ›  Fixed a bug where you couldn't navigate the menu bar with the keyboard if you used the mouse to focus it. #19763
    • ๐Ÿ›  Fixed a crash in window.print(). #19678
    • ๐Ÿ›  Fixed bug where inputs would lose focus when opening the menu bar, preventing many menu items (Edit/Copy/Paste/etc.) to be unusable on Windows and Linux. #19707
    • ๐Ÿ’ป Normalized out-of-bound value behavior for the setOpacity() API in BrowserWindow. #19724
    • โœ‚ Removed the possibility of a preload script being executed twice for the same process in quickly succeeding navigations in the same frame. #19828
    • Uint8Array and Uint16Array can now be sent correctly in Chrome Extension MessagePort instances. #19654

    ๐Ÿ“š Documentation

    • ๐Ÿ“š Documentation changes: #19796