Electron 8.3.0 现已发布,主要更新内容包括有:
Features
- 在 macOS 上的
app.focus()
中添加了一个新force
参数,以允许应用强制 take focus。#23574 - EnableWebSQL 是用于 enable/disable websql api 的新的 webpreference 选项。#23581
Fixes
- 确保在 renderer 进程中为 Node.js 运行 exit callbacks。#23564
- 修复了页面导航期间可能发生的崩溃。#23396
- 修复了
macOS
不允许文件扩展名包含句点的问题。#23449 - 修复了 navigator.language/s 和 app.getLocale 使用 OS 语言环境的行为。#23407
- 修复了在某些窗口管理事件(如调整大小、滚动等)期间 webview 崩溃的问题#23397
……
详细信息可查看更新说明:https://github.com/electron/electron/releases/tag/v8.3.0
转自 https://www.oschina.net/news/115708/electron-8-3-0-released