GitPedia
Cristian006

Cristian006/frameless-titlebar

Customizable Electron Titlebar for frameless windows

5 Releases
Latest: 5y ago
v2.1.4Latest
Cristian006Cristian006·5y ago·October 4, 2020
GitHub

🐛 Bug Fixes

  • Fixed `disableMaximize` / `disableMinimize` functionality, shown in the demo app
  • `Maximize` window icon now changes to `Restore` icon when maximized
  • Updated the README with a more detailed example of how to manage the window maximized state and titlebar functions
v2.1.3
Cristian006Cristian006·6y ago·April 17, 2020
GitHub

📦 Improvements

  • exposed TitleBarThemeContext for custom child components
  • exposed TitleBarButton, and Overlay components

🐛 Bug Fixes

  • accessibility fixes for overflowed items
  • bar button maxWidth added to theme
  • icon width and height added to theme
v2.1.2
Cristian006Cristian006·6y ago·April 14, 2020
GitHub

📦 Improvements

  • added over-writable `fontFamily` property to the `bar` theme - closes #31
  • updated example app readme

🐛 Bug Fixes

  • fixed menu status icon colors
  • fixed menu layout issue when depth == 1
  • strip log statements for build
v2.1.0
Cristian006Cristian006·6y ago·April 13, 2020
GitHub

📦 Improvements

  • converted project to typescript
  • added radio, checkbox, maxWidth, sub menu labels toggle to example app
  • cleaned up theme definition

🐛 Bug Fixes

  • fix for sub menu labels not showing up
  • added configurable zIndex property for background overlay and menu lists
  • fix for min width / max width theme properties
v2.0.0
Cristian006Cristian006·6y ago·April 5, 2020
GitHub

📦 Rewrite of frameless-titlebar

  • Added keyboard accessibility
  • Removed dependency on electron
  • Added an example that works in the browser [here](https://cristian006.github.io/frameless-titlebar/)