|
@@ -16,6 +16,28 @@ to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
|
|
|
|
|
|
[//]: ##[Unreleased]
|
|
|
|
|
|
+## [11.16.0] - 09-02-2023
|
|
|
+
|
|
|
+## Added
|
|
|
+
|
|
|
+- Introduced two new styleable properties to both MFXControl and MFXLabeled, to allow specifying the initial sizes of a
|
|
|
+ component without relying on JavaFX's CSS properties since once they are set, they cannot be overwritten (bug or not
|
|
|
+ it's a shitty behavior)
|
|
|
+- Introduced a new method to both MFXControl and MFXLabeled to allow implementations to customize the SceneBuilder
|
|
|
+ integration
|
|
|
+- Introduced FABs and Extended FABs
|
|
|
+- Added two new theming APIs to define components' variants
|
|
|
+
|
|
|
+## Changed
|
|
|
+
|
|
|
+- MFXButtonSkin: listener on the graphic property is not needed, let the BoundLabel handle it
|
|
|
+- MFXButtonSkin: do not apply the listener on the content display property if the button is of type MFXFab
|
|
|
+
|
|
|
+## Fixed
|
|
|
+
|
|
|
+- MFXElevatedButton: fixed NullPointerException caused by the elevation property as in some occasions both the oldValue
|
|
|
+ and newValue can be null
|
|
|
+
|
|
|
## [11.15.2] - 07-02-2023
|
|
|
|
|
|
## Changed
|