Electron 23.0.0
· 3 мин. прочитано
Electron 23.0.0 вышел! Он включает обновления Chromium 110
, V8 11.0
и Node.js 18.12.1
. Additionally, support for Windows 7/8/8.1 has been dropped. Read below for more details!
Команда Electron рада объявить о выпуске Electron 23.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.
If you have any feedback, please share it with us on Twitter, or join our community Discord! Bugs and feature requests can be reported in Electron's issue tracker.
Notable Changes
Stack Changes
- Chromium
110
- Node.js
18.12.1
- V8
11.0
New Features
- Added
label
property toDisplay
objects. #36933 - Added an
app.getPreferredSystemLanguages()
API to return the user's system languages. #36035 - Added support for the WebUSB API. #36289
- Added support for
SerialPort.forget()
as well as a new eventserial-port-revoked
emitted on Session objects when a given origin is revoked. #35310 - Added new
win.setHiddenInMissionControl
API to allow developers to opt out of Mission Control on macOS. #36092