electron v1.1.1
Changelog:
- Disable
<webview>tag whennodeIntegrationis off in host window. #5559 - Add
--disable-http2command line switch. electron/brightray#222 - Add
webFrame.getResourceUsage()andwebFrame.clearCache()APIs. #5413 - Add
buttonLabeloption todialog.showOpenDialog(options)anddialog.showSaveDialog(options). #5509 - Fix
Invalid package errorwhen there is asar path in the command passed tochild_process.exec. #5571 - Fix
<webview>tag not inheriting host window's zoom level. #5616
OS X
- Enable Mac App Store sandboxing without using
temporary-exception.
#5584, #5601 - The callback of
systemPreferences.subscribeNotification(event, callback)now acceptseventanduserInfoparameters. #5582 - Fix context menu not showing all items when opened near the lower bound of display. #5518
- Fix using
titleBarStyleoption makes the top of window draggable. #5557
Windows
Linux
- Fix dynamic library loading error with
libnotify.so.4on some distributions. electron/brightray#221