Release Notes for v1.2.2
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
anddictionary
types insystemPreferences.getUserDefault(key, type)
API. #5833 - Add
pasteandmatchstyle
anddelete
roles toMenuItem
. #5870 - Add
app.disableHardwareAcceleration()
API. #5889 - Add
update-target-url
event toWebContents
and<webview>
tag. #5903 - Add
disableBlinkFeatures
option towebPreferences
ofBrowserWindow
. #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