Skip to content

v1.4.1.0

Compare
Choose a tag to compare
@weisJ weisJ released this 10 Mar 23:48
· 1674 commits to master since this release

New in this release:

  • Separators now render properly.
  • Propertied defined in the <them>_defaults.properties file can now be changed using LafManager#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.