🔖 Version 11.16.0
Some changes for PR #227 🐛 The listeners for the centering should be handled by the property otherwise disabling the centering would not work anymore ✏️ Made some code style changes Signed-off-by: palexdev <alessandro.parisi406@gmail.com>
This commit is contained in:
parent
fcfef8debe
commit
0cae72a770
16
CHANGELOG.md
16
CHANGELOG.md
@ -16,6 +16,22 @@ to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
|
||||
|
||||
[//]: ##[Unreleased]
|
||||
|
||||
# [11.16.0] - 08-04-2023
|
||||
|
||||
## Changed
|
||||
|
||||
- Migrate to the newest version of VirtualizedFX that also brings the latest versions
|
||||
of MFXCore and MFXResources. This fixes issues at compile time caused by the MFXCore being renamed
|
||||
in the module-info to "mfx.core" and at runtime caused by conflicts between the old resources
|
||||
and the new ones. Note though that even if VirtualizedFX has been updated it still uses the
|
||||
old VirtualFlow implementation, switching to the new would be way too much work, and
|
||||
it would not be worth it, better wait for the rewrite to be over
|
||||
|
||||
## Fixed
|
||||
|
||||
- Fixed in owner centering for stage dialogs, fixes kindly provided by
|
||||
Stefano Fornari (Thanks!)
|
||||
|
||||
## [11.15.0] - 17-03-2023
|
||||
|
||||
## Changed
|
||||
|
@ -232,7 +232,7 @@ repositories {
|
||||
}
|
||||
|
||||
dependencies {
|
||||
implementation 'io.github.palexdev:materialfx:11.15.0'
|
||||
implementation 'io.github.palexdev:materialfx:11.16.0'
|
||||
}
|
||||
```
|
||||
|
||||
@ -243,7 +243,7 @@ dependencies {
|
||||
<dependency>
|
||||
<groupId>io.github.palexdev</groupId>
|
||||
<artifactId>materialfx</artifactId>
|
||||
<version>11.15.0</version>
|
||||
<version>11.16.0</version>
|
||||
</dependency>
|
||||
```
|
||||
|
||||
|
@ -3,7 +3,7 @@
|
||||
#--------------------------------------#
|
||||
jdk=11
|
||||
testJdk=17
|
||||
materialfx=11.15.0
|
||||
materialfx=11.16.0
|
||||
|
||||
# Plugins
|
||||
jfxPlugin=0.0.13
|
||||
|
@ -1,6 +1,6 @@
|
||||
GROUP=io.github.palexdev
|
||||
POM_ARTIFACT_ID=materialfx
|
||||
VERSION_NAME=11.15.0
|
||||
VERSION_NAME=11.16.0
|
||||
|
||||
POM_NAME=materialfx
|
||||
POM_DESCRIPTION=Material Desgin components for JavaFX
|
||||
|
Loading…
x
Reference in New Issue
Block a user