فهرست منبع

:memo: Update changelogs

Signed-off-by: Alessadro Parisi <alessandro.parisi406@gmail.com>
Alessadro Parisi 2 سال پیش
والد
کامیت
a438d88829
4فایلهای تغییر یافته به همراه42 افزوده شده و 0 حذف شده
  1. 7 0
      modules/components/CHANGELOG.md
  2. 6 0
      modules/core/CHANGELOG.md
  3. 23 0
      modules/release/CHANGELOG.md
  4. 6 0
      modules/resources/CHANGELOG.md

+ 7 - 0
modules/components/CHANGELOG.md

@@ -16,6 +16,13 @@ to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
 
 [//]: ##[Unreleased]
 
+## [11.15.2] - 07-02-2023
+
+## Changed
+
+- Rename materialfx package to mfxcomponents, for consistency with other modules
+- Make buttons use the new SceneBuilder integration API mentioned above
+
 ## [11.15.1] - 02-02-2023
 
 ## Added

+ 6 - 0
modules/core/CHANGELOG.md

@@ -16,6 +16,12 @@ to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
 
 [//]: ##[Unreleased]
 
+## [11.2.3] - 07-02-2023
+
+## Added
+
+- Introduce convenience API for components developers that want to easily integrate with SceneBuilder
+
 ## [11.2.2] - 02-02-2023
 
 ## Changed

+ 23 - 0
modules/release/CHANGELOG.md

@@ -0,0 +1,23 @@
+# Changelog
+
+All notable changes to this project will be documented in this file.
+
+The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres
+to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).  
+(Date format is dd-MM-yyyy)
+
+## Type of Changes
+
+- **Added** for new features.
+- **Changed** for changes in existing functionality.
+- **Deprecated** for soon-to-be removed features.
+- **Removed** for now removed features.
+- **Fixed** for any bug fixes.
+
+[//]: ##[Unreleased]
+
+## [11.15.2] - 07-02-2023
+
+- This new module allows to pack all MaterialFX dependencies in a single artifact. This allows easy utilization in
+  SceneBuilder as well as in non-modular projects. For modular projects it's still recommended to use the build system
+  to download and import all the needed dependencies

+ 6 - 0
modules/resources/CHANGELOG.md

@@ -16,6 +16,12 @@ to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
 
 [//]: ##[Unreleased]
 
+## [11.1.2] - 07-02-2023
+
+## Changed
+
+- Fix wrongly formatted stylesheet
+
 ## [11.1.1] - 02-02-2023
 
 ## Added