Electron Releases - v1.2.2

npm install electron@v1.2.2
yarn add electron@v1.2.2

Release Notes

Changelog:

  • Update to Chrome 51.0.2704.84. #5929
  • Implement click-through window for Windows and Linux. #5910
  • Add app.relaunch([options]) API. #5837
  • Add support for array and dictionary types in systemPreferences.getUserDefault(key, type) API. #5833
  • Add pasteandmatchstyle and delete roles to MenuItem. #5870
  • Add app.disableHardwareAcceleration() API. #5889
  • Add update-target-url event to WebContents and <webview> tag. #5903
  • Add disableBlinkFeatures option to webPreferences of BrowserWindow. #5923
  • Add disableBlinkFeatures attribute to <webview> tag. #5923
  • Fix crash when using fetch in custom protocols. #5932

OS X

  • Fix title of frameless window showing as empty under fullscreen. #5905

Linux

  • Fix BrowserWindow.focus() not moving focus to the window. #5888