Electron 19.0.0
Electron 19.0.0 已发布!它包含对 Chromium 102
、V8 10.2
和 Node.js 16.14.2
的升级。请阅读下文了解更多详情!
¥Electron 19.0.0 has been released! It includes upgrades to Chromium 102
, V8 10.2
, and Node.js 16.14.2
. Read below for more details!
Electron 团队非常高兴地宣布 Electron 19.0.0 正式发布!你可以通过 npm install electron@latest
使用 npm 安装它,也可以从我们的 发布网站。继续阅读以了解有关此版本的详细信息,并请分享你的任何反馈!
¥The Electron team is excited to announce the release of Electron 19.0.0! You can install it with npm via npm install electron@latest
or download it from our releases website. Continue reading for details about this release and please share any feedback you have!
显著变化
¥Notable Changes
Electron 发布节奏变更
¥Electron Release Cadence Change
该项目正在恢复其先前的支持最新三个主要版本的政策。查看我们的版本控制文档 了解 Electron 版本控制和支持的更多详细信息。为了帮助用户适应从 Electron 15 开始的新发布节奏,我们暂时将其分为四个主要版本。你可以阅读 完整详情请见此处。
¥The project is returning to its earlier policy of supporting the latest three major versions. See our versioning document for more detailed information about Electron versioning and support. This had temporarily been four major versions to help users adjust to the new release cadence that began in Electron 15. You can read the full details here.
技术栈变更
¥Stack Changes
-
Chromium
102
-
Node.js
16.14.2
-
V8
10.2
重大变更和 API 变更
¥Breaking & API Changes
以下是 Electron 19 中引入的重大变更。有关这些变更和未来变更的更多信息,请参阅 计划中的突发事件变更 页面。
¥Below are breaking changes introduced in Electron 19. More information about these and future changes can be found on the Planned Breaking Changes page.
Linux 上不支持:.skipTaskbar
¥Unsupported on Linux: .skipTaskbar
BrowserWindow 构造函数选项 skipTaskbar
在 Linux 上不再受支持。#33226 中的变更
¥The BrowserWindow constructor option skipTaskbar
is no longer supported on Linux. Changed in #33226
移除 WebPreferences.preloadURL
¥Removed WebPreferences.preloadURL
半文档化的 preloadURL
属性已从 WebPreferences 中移除。#33228。应该使用 WebPreferences.preload
。
¥The semi-documented preloadURL
property has been removed from WebPreferences. #33228. WebPreferences.preload
should be used instead.
15.x.y 终止支持和 16.x.y
¥End of Support for 15.x.y and 16.x.y
Electron 14.x.y 和 15.x.y 均已终止支持。此 returns Electron 更新至其 现有政策,支持最新的三个主要版本。建议开发者和应用升级到较新版本的 Electron。
¥Electron 14.x.y and 15.x.y have both reached end-of-support. This returns Electron to its existing policy of supporting the latest three major versions. Developers and applications are encouraged to upgrade to a newer version of Electron.
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 | -- |
下一步计划
¥What's Next
短期内,你可以预期团队将继续专注于跟上构成 Electron 的主要组件(包括 Chromium、Node 和 V8)的开发。虽然我们谨慎地不对发布日期做出承诺,但我们计划大约每两个月发布一次 Electron 的新主要版本及其组件的新版本。
¥In the short term, you can expect the team to continue to focus on keeping up with the development of the major components that make up Electron, including Chromium, Node, and V8. Although we are careful not to make promises about release dates, our plan is to release new major versions of Electron with new versions of those components approximately every 2 months.
你可以找到 Electron 公开时间线。
¥You can find Electron's public timeline here.
有关未来变更的更多信息,请参阅 计划中的突发事件变更 页面。
¥More information about future changes can be found on the Planned Breaking Changes page.