Skip to content

Commit

Permalink
🔖 Version 11.17.0
Browse files Browse the repository at this point in the history
Signed-off-by: palexdev <alessandro.parisi406@gmail.com>
  • Loading branch information
palexdev committed Nov 13, 2023
1 parent 83c8f49 commit ca7353e
Show file tree
Hide file tree
Showing 4 changed files with 21 additions and 4 deletions.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -235,7 +235,7 @@ repositories {
}
dependencies {
implementation 'io.github.palexdev:materialfx:11.16.1'
implementation 'io.github.palexdev:materialfx:11.17.0'
}
```

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

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.16.1
materialfx=11.17.0

# 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.16.1
VERSION_NAME=11.17.0

POM_NAME=materialfx
POM_DESCRIPTION=Material Desgin components for JavaFX
Expand Down

0 comments on commit ca7353e

Please sign in to comment.