CHANGELOG.md: added recently merged PRs #237, #239 and #241

This commit is contained in:
Karl Tauber
2021-01-15 16:00:11 +01:00
parent 5e16ff8dff
commit e9ec769340

View File

@@ -15,6 +15,8 @@ FlatLaf Change Log
`JSlider.setForeground(Color)` and `JSlider.setBackground(Color)`. `JSlider.setForeground(Color)` and `JSlider.setBackground(Color)`.
- TextComponent: Clip placeholder text if it does not fit into visible area. (PR - TextComponent: Clip placeholder text if it does not fit into visible area. (PR
#229) #229)
- macOS: Improved font rendering on macOS when using JetBrains Runtime. (PRs
#237, #239 and #241)
- Extras: UI defaults inspector: - Extras: UI defaults inspector:
- Support embedding UI defaults inspector panel into any window. See - Support embedding UI defaults inspector panel into any window. See
`FlatUIDefaultsInspector.createInspectorPanel()`. `FlatUIDefaultsInspector.createInspectorPanel()`.