8000 Release electron v1.4.14 · electron/electron · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

electron v1.4.14

Compare
Choose a tag to compare
{{ refName }}
@electron-bot electron-bot released this 10 Jan 20:45

Bug Fixes

  • Fixed a crash when closing a window from within a will-navigate event
    listener. #8254
  • Offscreen windows are now always created as frameless so the viewport size
    is as expected. #8250
  • The backgroundThrottling option is now correctly persisted across window
    reloads. #8298
  • The Cookie header is now settable on requests made using Electron's net
    module. #8258
  • Fixed a stack overflow error when creating a window with cycles in the
    specified options object. #8340
  • Fixed an issue where the session.enableNetworkEmulation API would lead to
    high CPU usage. #8371

macOS

  • Fixed a crash when the OS reported no monitors were available. #8249

Linux

  • Fixed a crash when closing a window from within a dialog callback. #8252

Windows

  • Fixed an issue where the window would be incorrectly placed behind the
    task bar when maximized. #7765

API Changes

  • The defaultFontFamily option in the BrowserWindow constructor now supports
    setting the default cursive and fantasy fonts. #8295
  • Added a normalizeAccessKeys option to the dialog.showMessageBox API that
    normalizes keyboard accelerator keys used for buttons across platforms. #8308
  • window.alert and window.confirm are now supported in <iframe> tags
    and sandboxed windows. #8341
0