🔖 Version 11.17.0

Signed-off-by: palexdev <alessandro.parisi406@gmail.com>
This commit is contained in:
palexdev 2023-11-13 18:04:00 +01:00
parent 83c8f49641
commit ca7353e675
4 changed files with 21 additions and 4 deletions

View File

@ -16,6 +16,23 @@ to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
[//]: ##[Unreleased]
# [11.17.0] - 13-11-2023
## Changed
- Update Gradle and some dependencies
- Import build scripts from the `rewrite` branch
- Improved notification systems thanks to @infinite-dev22 (PR#325)
- Backport and replace the Theming API from the `rewrite` branch, performance now should be vastly better
- Explicitly add MFXCore and MFXResources as dependencies to always use their latest version
## Fixed
- Fixed MFXSimpleTreeCell still using old MFXResources for the arrow icon. It is now set in CSS
- Fixed how FilterBeans produce Predicates, leading to the wrong filter being built
- Fixed exceptions being thrown when changing the MFXFilterPane's skin, due to a listener not being disposed
- Fixed MFXScrollPane not changing the track and thumb colors because the respective color tokens in CSS were changed
# [11.16.1] - 08-04-2023
## Changed

View File

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

View File

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

View File

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