From c2cc10f589765c710c13f49b7077872aae3e6511 Mon Sep 17 00:00:00 2001 From: weisj Date: Fri, 22 May 2020 15:56:43 +0200 Subject: [PATCH] Updated change notes. --- change_notes.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/change_notes.md b/change_notes.md index daba60e1..5f4136f9 100644 --- a/change_notes.md +++ b/change_notes.md @@ -13,6 +13,20 @@ ```` - Performance improvements. - New scrollbar appearance on macOS that more closely resembles the system appearance. +- Added rounded button variant. + ````java + button.putClientProperty(DarkButtonUI.KEY_ROUND, true); + ```` +- Added warning variant for text components. + ````java + textComp.putClientProperty(DarkTextUI.KEY_HAS_WARNING, true); + ```` + + ![Text Warning](https://github.com/weisJ/darklaf/wiki/text_warning.png) +- Added `HelpButton` component. + + ![Help Button](https://github.com/weisJ/darklaf/wiki/help_button.png) + ### Addressed issues - Disabled tables/trees/lists don't paint the cells disabled. dcf86461aeb7770bcf25f5c75f7f7c0c35dadab3