Skip to content

Commit

Permalink
🔖 Version 11.13.10
Browse files Browse the repository at this point in the history
Better release a new minor version before taking head on issue #293
  • Loading branch information
palexdev committed Mar 15, 2023
1 parent 42b0b7b commit 7c19f06
Show file tree
Hide file tree
Showing 4 changed files with 24 additions and 4 deletions.
20 changes: 20 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -224,7 +224,7 @@ repositories {
}
dependencies {
implementation 'io.github.palexdev:materialfx:11.13.9'
implementation 'io.github.palexdev:materialfx:11.13.10'
}
```

Expand All @@ -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>
```

Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
#--------------------------------------#
jdk=11
testJdk=17
materialfx=11.13.9
materialfx=11.13.10

# Plugins
jfxPlugin=0.0.13
Expand Down
2 changes: 1 addition & 1 deletion materialfx/gradle.properties
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 7c19f06

Please sign in to comment.