Releases: Treverix/custom-electron-titlebar
Releases · Treverix/custom-electron-titlebar
4.2.0
Updates dependencies. This version now works with electron 14.x and @electron/remote 2.x
4.1.7
Bugfixes
- Fixes Mnemonics/Accelerators
- The library now also works with electron 11
4.1.6
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
- Bugfix: Clicking on submenu items now closes the menu.
4.1.4
- 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
- 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
- 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
- The @electron/remote library was replaced by a fixed version that does not clash with the original electron remote module
4.1.0
- 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