Electron 30.0.0
Electron 30.0.0 已发布! 它包括对 Chromium 124.0.6367.49、V8 12.4 和 Node.js 20.11.1 的升级。
Electron 团队很高兴发布了 Electron 30.0.0 ! 你可以通过 npm install electron@latest 或者从我们的发布网站下载它。 继续阅读此版本的详细信息。
如果您有任何反馈,请在 Twitter 或 Mastodon 上与我们分享,或加入我们的 Discord 社区! Bug 和功能请求可以在 Electron 的问题跟踪器中报告。
重要变化
- Windows 现在支持 ASAR 完整性检查 (#40504)
- 启用ASAR完整性的现有应用程序如果配置不正确,可能无法在Windows上工作。 使用 Electron 打包工具的应用应该升级到
@electron/packager@18.3.1或@electron/forge@7.4.0。 - 查看我们的 ASAR Integrity 教程 以获取更多信息。
- 启用ASAR完整性的现有应用程序如果配置不正确,可能无法在Windows上工作。 使用 Electron 打包工具的应用应该升级到
- 添加了
WebContentsView和BaseWindow主进程模块,废弃并替换BrowserView(#35658). Learn more about how to migrate fromBrowserViewtoWebContentsViewin this blog post.BrowserView现在是WebContentsView的一个壳,并且旧的实现已被移除。- 查看 我们的 Web Embeds 文档 以便将新的
WebContentsViewAPI 和其他类似 API进行比较。
- 实现了对 File System API 的支持 (#41827)




