Skip to content

Releases: Treverix/custom-electron-titlebar

4.2.0

01 Oct 13:38
Compare
Choose a tag to compare

Updates dependencies. This version now works with electron 14.x and @electron/remote 2.x

4.1.7

29 Nov 15:47
Compare
Choose a tag to compare

Bugfixes

  • Fixes Mnemonics/Accelerators
  • The library now also works with electron 11

4.1.6

06 Oct 20:33
Compare
Choose a tag to compare

Bugfixes

  • Updates the example app, it now requires the correct library in the preload

Under the hood

  • Code quality improvements (unit tests, eliminates circular dependency, moves themes to extra files)

4.1.5

21 Sep 20:26
Compare
Choose a tag to compare
  • Bugfix: Clicking on submenu items now closes the menu.

4.1.4

19 Sep 19:35
Compare
Choose a tag to compare
  • Fixes a bug where clicks on submenu type menuitems didn't call the click handler
  • Updates the example, it now shows sample menu
  • Now exports the platform flags (isWindows, isMacintosh, isLinux, etc - usable on render processes only)

4.1.3

16 Sep 07:02
Compare
Choose a tag to compare
  • Changes the typescript target back to ES2019 so the library should be compatible with webpack 4 again
  • Changes the example code. It now uses the external library be default and should be usable without modifications.

4.1.2: Fixes build to generate typings

30 Aug 20:45
Compare
Choose a tag to compare
  • Fixes the build. It generates typings again
  • Now depends on a fixed version of electron/remote
  • Upgrades electron dependency to 10.1.0 (used for example code)

4.1.1

24 Aug 15:51
Compare
Choose a tag to compare
  • The @electron/remote library was replaced by a fixed version that does not clash with the original electron remote module

4.1.0

23 Aug 20:54
Compare
Choose a tag to compare
  • Upgrades the common vs sources to vscode 1.49.0
  • Fixes the custom electron titlebar for MacOS platforms and updates README to explain that it should not be used there

v4.0.0

22 Aug 16:33
Compare
Choose a tag to compare
Updates the package.json