mirror of
https://github.com/JFormDesigner/FlatLaf.git
synced 2025-12-06 14:00:55 +03:00
change snapshot version from 3.5-SNAPSHOT to 3.4.1-SNAPSHOT
This commit is contained in:
@@ -1,7 +1,7 @@
|
|||||||
FlatLaf Change Log
|
FlatLaf Change Log
|
||||||
==================
|
==================
|
||||||
|
|
||||||
## 3.5-SNAPSHOT
|
## 3.4.1-SNAPSHOT
|
||||||
|
|
||||||
#### Fixed bugs
|
#### Fixed bugs
|
||||||
|
|
||||||
|
|||||||
@@ -707,12 +707,12 @@ public class FlatSVGIcon
|
|||||||
darkLaf = FlatLaf.isLafDark();
|
darkLaf = FlatLaf.isLafDark();
|
||||||
}
|
}
|
||||||
|
|
||||||
/** @since 3.5 */
|
/** @since 3.4.1 */
|
||||||
public static boolean isSVGDocumentEnabled() {
|
public static boolean isSVGDocumentEnabled() {
|
||||||
return svgCacheEnabled;
|
return svgCacheEnabled;
|
||||||
}
|
}
|
||||||
|
|
||||||
/** @since 3.5 */
|
/** @since 3.4.1 */
|
||||||
public static void setSVGDocumentEnabled( boolean svgCacheEnabled ) {
|
public static void setSVGDocumentEnabled( boolean svgCacheEnabled ) {
|
||||||
FlatSVGIcon.svgCacheEnabled = svgCacheEnabled;
|
FlatSVGIcon.svgCacheEnabled = svgCacheEnabled;
|
||||||
|
|
||||||
@@ -720,7 +720,7 @@ public class FlatSVGIcon
|
|||||||
clearSVGDocumentCache();
|
clearSVGDocumentCache();
|
||||||
}
|
}
|
||||||
|
|
||||||
/** @since 3.5 */
|
/** @since 3.4.1 */
|
||||||
public static void clearSVGDocumentCache() {
|
public static void clearSVGDocumentCache() {
|
||||||
svgCache.clear();
|
svgCache.clear();
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -15,7 +15,7 @@
|
|||||||
#
|
#
|
||||||
|
|
||||||
flatlaf.releaseVersion = 3.4
|
flatlaf.releaseVersion = 3.4
|
||||||
flatlaf.developmentVersion = 3.5-SNAPSHOT
|
flatlaf.developmentVersion = 3.4.1-SNAPSHOT
|
||||||
|
|
||||||
org.gradle.parallel = true
|
org.gradle.parallel = true
|
||||||
# org.gradle.warning.mode = all
|
# org.gradle.warning.mode = all
|
||||||
|
|||||||
Reference in New Issue
Block a user