@@ -21,8 +21,8 @@ testJdk=17
# Modules
mfx=11.15.0
-mfxcore=11.2.0
-mfxeffects=11.0.1
+mfxcore=11.2.1
+mfxeffects=11.0.2
mfxlocalization=11.0.1
mfxresources=11.1.0
@@ -16,6 +16,13 @@ to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
[//]: ##[Unreleased]
+## [11.2.1] - 31-01-2023
+
+## Changed
+- Moved animations API to effects module
+- SkinBase: pass the behavior object to initialize as argument to initBehavior()
## [11.2.0] - 26-01-2023
## Added
@@ -16,6 +16,14 @@ to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
+## [11.0.2] - 31-01-2023
+- Small refactors due to Animations API being moved from core module
+- Adapted shadows to Material Design 3
+- Added some methods to ElevationLevel enum
## [11.0.1] - 26-01-2023