Skip to content

Releases: Cristian006/frameless-titlebar

v2.1.4

04 Oct 23:57
ea689eb
Compare
Choose a tag to compare

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

17 Apr 08:13
4e3e67d
Compare
Choose a tag to compare

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

14 Apr 00:35
697f76b
Compare
Choose a tag to compare

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

13 Apr 02:31
Compare
Choose a tag to compare

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

05 Apr 07:35
Compare
Choose a tag to compare

Rewrite of frameless-titlebar

  • Added keyboard accessibility
  • Removed dependency on electron
  • Added an example that works in the browser here