Releases: weisJ/darklaf
Releases · weisJ/darklaf
v1.4.1.0
New in this release:
- Separators now render properly.
- Propertied defined in the
<them>_defaults.properties
file can now be changed usingLafManager#setProperty
. - Some properties can now be changed globally:
darklaf.spDividerStyle
changes the default style for splitpane dividers. One of [grip, line, invisible]darklaf.tableBooleanRenderer
changes whether tables render booleans using a checkbox by default.[true,false]darklaf.treeBooleanRenderer
changes whether trees render booleans using a checkbox by default.[true,false]darklaf.roundedSelection
changes whether text selections should use rounded corners. [true,false]darklaf.shadowIconButtons
changes whether buttons that only have an icon and no text should use a visual style that uses a hover and click background shadow. [true,false]
Addressed issues:
- NPE in ScrollLayoutManagerDelegate
- NPE in DarkTreeCellRenderer
- SplitPane divider has no border.
v1.4.0.3
v1.4.0.1
v1.4.0.2
v1.4.0.0 MacOS decorations support
New in this release:
- Decorations on macOS are now supported (i.e. the color of the titlebar matches the theme of the LaF)
- Floating toolbars no longer have a titlebar.
- The controls in FileChooser now take less space.
- Animations are now smoother (ToolTip fade in and scrollbar fade in/out)
- TextField/ComboBox/Spinner now have consistent paddings and text placement between multiple states.
Addressed issues:
- NPE when value in tree is
null
. - NPE when dragging toolbar between monitors.
- Incorrect cell height when value of list item is the empty string.
- Opaque tooltip on macOS.
v1.3.3.6
Addressed issues:
- ProgressBar text color is hard to read.
- ComboBox and Spinner have incorrect insets as table cell editor.
- Button have no pressed state when rollover is disabled.
- Button truncates font when font is bold.
- TextBorder not showing focus on non TextField components.
- ComboBox and Spinner have large insets.
- MenuBar not moved to system menu on macOS.