Browse Source

:bookmark: Bump core and effects to 11.2.1 and 11.0.2 respectively

Alessadro Parisi 2 years ago
parent
commit
ae817d149a
3 changed files with 17 additions and 2 deletions
  1. 2 2
      gradle.properties
  2. 7 0
      modules/core/CHANGELOG.md
  3. 8 0
      modules/effects/CHANGELOG.md

+ 2 - 2
gradle.properties

@@ -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
 

+ 7 - 0
modules/core/CHANGELOG.md

@@ -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

+ 8 - 0
modules/effects/CHANGELOG.md

@@ -16,6 +16,14 @@ to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
 
 [//]: ##[Unreleased]
 
+## [11.0.2] - 31-01-2023
+
+## Changed
+
+- 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
 
 ## Added