mirror of
https://github.com/JFormDesigner/FlatLaf.git
synced 2025-12-08 06:50:56 +03:00
CHANGELOG.md: added info about recently merged PR #684
This commit is contained in:
@@ -5,6 +5,9 @@ FlatLaf Change Log
|
|||||||
|
|
||||||
#### New features and improvements
|
#### New features and improvements
|
||||||
|
|
||||||
|
- Extras: Class `FlatSVGIcon` now uses [JSVG](https://github.com/weisJ/jsvg)
|
||||||
|
library (instead of svgSalamander) for rendering. JSVG provides improved SVG
|
||||||
|
rendering and uses less memory compared to svgSalamander. (PR #684)
|
||||||
- Added system property `flatlaf.useNativeLibrary` to allow disabling loading of
|
- Added system property `flatlaf.useNativeLibrary` to allow disabling loading of
|
||||||
FlatLaf native library. (issue #674)
|
FlatLaf native library. (issue #674)
|
||||||
|
|
||||||
@@ -34,6 +37,12 @@ FlatLaf Change Log
|
|||||||
location` if `JFormattedTextField.setDocument()` is invoked in a focus gained
|
location` if `JFormattedTextField.setDocument()` is invoked in a focus gained
|
||||||
listener on that formatted text field. (issue #698)
|
listener on that formatted text field. (issue #698)
|
||||||
|
|
||||||
|
#### Incompatibilities
|
||||||
|
|
||||||
|
- Extras: Class `FlatSVGIcon` now uses [JSVG](https://github.com/weisJ/jsvg)
|
||||||
|
library for SVG rendering. You need to replace svgSalamander with JSVG in your
|
||||||
|
build scripts.
|
||||||
|
|
||||||
|
|
||||||
## 3.1.1
|
## 3.1.1
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user