Electron release 日本語訳、私家版。ツッコミ PR 大歓迎。
- Fixed a crash when closing a window from within a
will-navigateevent listener. #8254will-navigateのイベント リスナーから window を閉じたときクラッシュする問題を修正
- Offscreen windows are now always created as frameless so the viewport size is as expected. #8250
- 今後、非表示ウィンドウは常にフレームなしで作成され、期待値どおりのサイズとなるようにした
- The
backgroundThrottlingoption is now correctly persisted across window reloads. #8298- ウィンドウを再読込しても
backgroundThrottlingの内容が維持されるようにした
- ウィンドウを再読込しても
- The
Cookieheader is now settable on requests made using Electron'snetmodule. #8258- Electron の
netモジュールでCookieヘッダーを設定できるようにした
- Electron の
- Fixed a stack overflow error when creating a window with cycles in the specified options object. #8340
- ウィンドウ作成時のオプションに循環参照があると起きるスタック オーバーフローのエラーを修正
- Fixed an issue where the
session.enableNetworkEmulationAPI would lead to high CPU usage. #8371session.enableNetworkEmulationAPI を使用すると CPU 使用率が高くなる問題を修正
- Fixed a crash when the OS reported no monitors were available. #8249
- モニター情報を OS から取得 (
[NSScreen screens]) するとき使用可能なものがないとクラッシュする問題を修正
- モニター情報を OS から取得 (
- Fixed a crash when closing a window from within a dialog callback. #8252
- ダイアログのコールバック内でウィンドウを閉じようとするとクラッシュする問題を修正
- Fixed an issue where the window would be incorrectly placed behind the task bar when maximized. #7765
- ウィンドウを最大化したときタスクバーの下に隠れてしまう問題を修正
- The
defaultFontFamilyoption in theBrowserWindowconstructor now supports setting the defaultcursiveandfantasyfonts. #8295BrowserWindowコンストラクターのdefaultFontFamilyオプションでcursiveとfantasyに対応した
- Added a
normalizeAccessKeysoption to thedialog.showMessageBoxAPI that normalizes keyboard accelerator keys used for buttons across platforms. #8308dialog.showMessageBoxのオプションにnormalizeAccessKeysを追加、これはメッセージ ボタンにおけるキーボードのアクセラレーター キーのプラットフォーム差を標準化する
window.alertandwindow.confirmare now supported in<iframe>tags and sandboxed windows. #8341- サンドボックス ウィンドウにおける
window.alertとwindow.confirmが<iframe>タグに対応した
- サンドボックス ウィンドウにおける