Skip to content

Releases: sindresorhus/electron-util

v0.18.1

26 Feb 17:01
Compare
Choose a tag to compare

v0.18.0...v0.18.1

v0.18.0

13 Jan 19:17
Compare
Choose a tag to compare

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'

v0.17.2...v0.18.0

v0.17.2

29 Aug 23:04
Compare
Choose a tag to compare

v0.17.1...v0.17.2

v0.17.1

28 Aug 23:25
Compare
Choose a tag to compare
  • Don't use deprecated Node.js API e66a132

v0.17.0...v0.17.1

v0.17.0

30 Jun 06:55
Compare
Choose a tag to compare
  • Improve the default look of showAboutWindow() on Linux and Windows (#50) d8d21a1

v0.16.0...v0.17.0

v0.16.0

08 May 10:32
Compare
Choose a tag to compare
  • Add support for Windows for .openSystemPreferences() API (#48) 4557c29

v0.15.1...v0.16.0

v0.15.1

24 Apr 11:55
Compare
Choose a tag to compare
  • Show about window on active window (#47) 628bcd3

v0.15.0...v0.15.1

v0.15.0

06 Apr 17:11
Compare
Choose a tag to compare
  • Add useFullBounds option for getWindowBoundsCentered() and centerWindow() (#44) 7edb57d

v0.14.2...v0.15.0

v0.14.2

27 Jun 10:22
Compare
Choose a tag to compare
  • Add some missing types to SystemPreferencesPanes 4a8c15a

v0.14.1...v0.14.2

v0.14.1

13 Apr 08:31
Compare
Choose a tag to compare

v0.14.0...v0.14.1