Releases: sindresorhus/electron-util
Releases · sindresorhus/electron-util
v0.18.1
v0.18.0
Breaking
- Require Electron 28 2da8c9e
- This package is now pure ESM. Please read this and this.
- Remove use of the Electron
remote
module (#58) df228ac- Because of the removal of
remote
, this package no longer proxies call between processes for you. So APIs that require to be run in the main process must be called from the main process or you will need to set up IPC channels. APIs that can be called in any process have not moved. To call a main process API, you must use the sub-export/main
:import ... from 'electron-util/main'
- Because of the removal of
v0.17.2
- Fix mistake in 0.17.1 e46e527
v0.17.1
- Don't use deprecated Node.js API e66a132
v0.17.0
v0.16.0
v0.15.1
v0.15.0
v0.14.2
- Add some missing types to
SystemPreferencesPanes
4a8c15a