Electron 17.0.0
Electron 17.0.0 已发布! 它包括升级到 Chromium 98
, V8 9.8
, 和 Node.js 16.13.0
。 请阅读下文了解更多详情!
Electron 团队很高兴发布了 Electron 17.0.0.0! 您可以通过 npm install electron@later
进行安装,或者从我们的 发布网站 下载它。 继续阅读有关此版本的详细信息,并请分享您的任何反馈!
重要变化
Electron 发布时间变更
从 Electron 15 开始,Electron 将每 8 周发布一个新的主要稳定版本。 您可以在此处阅读 完整详细信息。
此外,Electron 将会改变支持的版本,从最新的三个版本改为最新的四个版本,直到 2022 年 5 月。 关于 Electron 版本的更多详细信息,请看我们的 版本管理文档 2022 年 5 月以后,我们将回到支持最新的三个版本。
架构(Stack)更新
- Chromium
98
- Node.js
16.13.0
- V8
9.8
主要特性
- Added
webContents.getMediaSourceId()
, can be used withgetUserMedia
to get a stream for a WebContents. #31204 - Deprecates
webContents.getPrinters()
and introduceswebContents.getPrintersAsync()
. #31023 desktopCapturer.getSources
is now only available in the main process. #30720
有关新功能和变更的完整列表,请参阅 17.0.0 发布通知 。
重大更改
以下是 Electron 17 中 引入的破坏性变更。 有关这些和未来变化的更多信息可在 计划的突破性变化 页面找到。
desktopCapturer.getSources in the renderer
The desktopCapturer.getSources API is now only available in the main process. This has been changed in order to improve the default security of Electron apps.
API 更改
There were no API changes in Electron 17.
Removed/Deprecated Changes
- Usage of the
desktopCapturer.getSources
API in the renderer has been removed. See here for details on how to replace this API in your app.
终止对 13.x.y 的支持
根据项目的支持政策,Electron 13.x.y 已经达到了支持的终点。 我们鼓励开发者将应用程序升级到更新的 Electron 版本。
从 Electron 15 开始,我们已经将支持的版本从最新的三个版本改为最新的四个版本,直到 2022 年 5 月的 Electron 19。 在 Electron 19 之后,我们将回归到支持最新的三个版本。 此版本支持变化是我们新的节奏变化的一部分。 请参阅 我们的博客文章 ,了解的完整详细信息。
E15 (2021年9月) | E16 (2021年11月) | E17 (2022年2月) | E18 (2022年3月) | E19 (2022年5月) |
---|---|---|---|---|
15.x.y | 16.x.y | 17.x.y | 18.x.y | 19.x.y |
14.x.y | 15.x.y | 16.x.y | 17.x.y | 18.x.y |
13.x.y | 14.x.y | 15.x.y | 16.x.y | 17.x.y |
12.x.y | 13.x.y | 14.x.y | 15.x.y | -- |
接下来
在短期内,您可以期待团队继续专注于跟上构成 Electron 的主要组件的开发,包括 Chromium、Node 和 V8。 虽然我们谨慎地不对发布日期做出承诺,但我们的计划是大约每2个月发布一次带有新版本组件的主要版本的 Electron。
您可以在此处找到 Electron的公开时间表。
有关这些和未来变化的更多信息可在 计划的突破性变化 页面找到。