13 Commits

Author SHA1 Message Date
palexdev
ca7353e675 🔖 Version 11.17.0
Signed-off-by: palexdev <alessandro.parisi406@gmail.com>
2023-11-13 18:04:00 +01:00
palexdev
d1f3b790b9 ⬆️ Explicitly add MFXCore and MFXResources as dependencies and use their current latest version
Signed-off-by: palexdev <alessandro.parisi406@gmailÃ.com>
2023-10-17 21:34:39 +02:00
palexdev
3ec7de24d4 Merge remote-tracking branch 'origin/main'
# Conflicts:
#	demo/build.gradle
2023-10-17 21:18:45 +02:00
palexdev
156dc9713b ⬆️ Upgrade Gradle to v8.4 and some dependencies
Signed-off-by: palexdev <alessandro.parisi406@gmail.com>
2023-10-17 10:23:23 +02:00
palexdev
b3106326b7 🔖 Version 11.16.1
♻️ Make some dependencies transitive

Signed-off-by: palexdev <alessandro.parisi406@gmail.com>
2023-04-08 23:10:52 +02:00
palexdev
0cae72a770 🔖 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>
2023-04-08 20:15:43 +02:00
palexdev
3961ca255a 🚑 Ditch old resources in favor of the newest MFXResources that uses FontAwesome icons by default
Signed-off-by: palexdev <alessandro.parisi406@gmail.com>
2023-04-08 19:52:30 +02:00
palexdev
2f9c1a6be7 🚑 Migrate to newest version of VirtualizedFX
This is to avoid conflicts on the classpath when using other MFX modules.
The newest MFXCore is not module "mfx.core" and causes exceptions at compile time

Signed-off-by: palexdev <alessandro.parisi406@gmail.com>
2023-04-08 16:40:27 +02:00
palexdev
b590762e48 🔖 Version 11.15.0
Beans Package
♻️ SizeBean: override toString() method

Controls Package
💥 Implement an API for controls that can be styled (almost all MFX controls). This API also allows SceneBuilder support for the new styling system introduced by version 11.14.0

Utils Package
 Improved When, OnChanged and OnInvalidated constructs by importing them from the latest version of MFXCore
 Added utility to detect SceneBuilder at runtime

Signed-off-by: palexdev <alessandro.parisi406@gmail.com>
2023-03-17 18:57:21 +01:00
Alessadro Parisi
3c71c2f8d8 🔖 Version 11.14.0
Signed-off-by: Alessadro Parisi <alessandro.parisi406@gmail.com>
2023-03-16 13:03:02 +01:00
Alessadro Parisi
f453137cf8 💚 Upgrade jlink and jdks 2023-03-15 16:12:55 +01:00
Alessadro Parisi
7c19f06769 🔖 Version 11.13.10
Better release a new minor version before taking head on issue #293
2023-03-15 14:38:36 +01:00
Alessadro Parisi
3a03b8190d 🚧 Switched to gradle.properties for dependencies
⬆️ Upgraded JavaFX to version 19.0.2
⬆️ Upgraded ikonli to version 12.3.1
⬆️ Upgraded Junit to version 5.9.1
2023-03-15 12:09:24 +01:00