Cristian006/frameless-titlebar
Customizable Electron Titlebar for frameless windows
5 Releases
Latest: 5y ago
v2.1.4Latest
🐛 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
📦 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
📦 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
📦 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
📦 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/)
