Ver Fonte

:bookmark: Version 11.13.10

Better release a new minor version before taking head on issue #293
Alessadro Parisi há 2 anos atrás
pai
commit
7c19f06769
4 ficheiros alterados com 24 adições e 4 exclusões
  1. 20 0
      CHANGELOG.md
  2. 2 2
      README.md
  3. 1 1
      gradle.properties
  4. 1 1
      materialfx/gradle.properties

+ 20 - 0
CHANGELOG.md

@@ -16,6 +16,26 @@ to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
 
 [//]: ##[Unreleased]
 
+## [11.13.10] - 15-03-2023
+
+## Added
+
+- Imported CSSFragment from MaterialFX rewrite branch
+
+## Changed
+
+- Upgraded JavaFX to version 19.0.2
+- Upgraded Ikonli to version 12.3.1
+- Upgraded JUnit to version 5.9.1
+- Improvement for issue #235
+- MFXPopup is not set to fix its position automatically, this fixes issue #188
+- Improvement for issue #245, allow dialogs to wrap a user given node in a scroll pane
+
+## Fixed
+
+- Fix exception due to incorrect Font resource description in info dialogs
+- Fix for issue #292, the stage dialog was being created the wrong way
+
 ## [11.13.8] - 04-01-2023
 
 ## Fixed

+ 2 - 2
README.md

@@ -224,7 +224,7 @@ repositories {
 }
 
 dependencies {
-  implementation 'io.github.palexdev:materialfx:11.13.9'
+  implementation 'io.github.palexdev:materialfx:11.13.10'
 }
 ```
 
@@ -235,7 +235,7 @@ dependencies {
 <dependency>
   <groupId>io.github.palexdev</groupId>
   <artifactId>materialfx</artifactId>
-  <version>11.13.9</version>
+  <version>11.13.10</version>
 </dependency>
 ```
 

+ 1 - 1
gradle.properties

@@ -3,7 +3,7 @@
 #--------------------------------------#
 jdk=11
 testJdk=17
-materialfx=11.13.9
+materialfx=11.13.10
 
 # Plugins
 jfxPlugin=0.0.13

+ 1 - 1
materialfx/gradle.properties

@@ -1,6 +1,6 @@
 GROUP=io.github.palexdev
 POM_ARTIFACT_ID=materialfx
-VERSION_NAME=11.13.9
+VERSION_NAME=11.13.10
 
 POM_NAME=materialfx
 POM_DESCRIPTION=Material Desgin components for JavaFX