Skip to content

Commit

Permalink
🔖 [RELEASE] Modules: core, resources, components, release
Browse files Browse the repository at this point in the history
🔖 Bump components and release modules to version 11.26.6
🔖 Bump core module to version 11.11.0
🔖 Bump resources module to version 11.12.0

Signed-off-by: palexdev <[email protected]>
  • Loading branch information
palexdev committed Nov 2, 2024
1 parent 431e9c5 commit b29659b
Show file tree
Hide file tree
Showing 9 changed files with 54 additions and 7 deletions.
6 changes: 3 additions & 3 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,11 @@ jdk=11
testJdk=17

# Modules
mfx=11.26.5
mfxcore=11.10.5
mfx=11.26.6
mfxcore=11.11.0
mfxeffects=11.4.1
mfxlocalization=11.1.0
mfxresources=11.11.1
mfxresources=11.12.0

# Plugins
jfxPlugin=0.1.0
Expand Down
10 changes: 10 additions & 0 deletions modules/components/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,16 @@ to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

[//]: ##[Unreleased]

## [11.26.6] - 02-11-2024

### Fixed

- MFXIconButtonBehavior: do not handle selection is the property is bound, but still fire an ActionEvent
- MFXProgressIndicator skins: implement disposal methods. Changing skins caused the indicator to still have the children
and settings from the previous skin
- MFXPopup and MFXTooltip: fix internal JavaFX exception once and for all, occurring when the owner window had already
been closed

## [11.26.5] - 31-10-2024

### Added
Expand Down
2 changes: 1 addition & 1 deletion modules/components/gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# Maven #
#--------------------------------------#
POM_ARTIFACT_ID=mfxcomponents
VERSION_NAME=11.26.5
VERSION_NAME=11.26.6

POM_NAME=mfxcomponents
POM_DESCRIPTION=Material Design/Modern components for JavaFX
Expand Down
17 changes: 17 additions & 0 deletions modules/core/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,23 @@ to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

[//]: ##[Unreleased]

## [11.11.0] - 02-11-2024

### Added

- InsetsBuilder: add some new methods

### Changed

- WhenEvent: generify construct to work on any EventTarget rather than Node specifically
- Rework CSSFragment, simpler API, automatic selectors closing, more convenience methods with actual values rather than
strings
- Improve static methods of some node builders

### Fixed

- When: fixed exception occurring when attempting to dispose a construct which had already been disposed before

## [11.10.5] - 31-10-2024

### Changed
Expand Down
2 changes: 1 addition & 1 deletion modules/core/gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# Maven #
#--------------------------------------#
POM_ARTIFACT_ID=mfxcore
VERSION_NAME=11.10.5
VERSION_NAME=11.11.0

POM_NAME=mfxcore
POM_DESCRIPTION=Core components for MaterialFX
Expand Down
6 changes: 6 additions & 0 deletions modules/release/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,12 @@ to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

[//]: ##[Unreleased]

## [11.26.6] - 02-11-2024

- Bump components and release modules to version 11.26.6
- Bump core module to version 11.11.0
- Bump resources module to version 11.12.0

## [11.26.5] - 31-10-2024

- Bump components and release modules to version 11.26.5
Expand Down
2 changes: 1 addition & 1 deletion modules/release/gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# Maven #
#--------------------------------------#
POM_ARTIFACT_ID=materialfx-all
VERSION_NAME=11.26.5
VERSION_NAME=11.26.6

POM_NAME=materialfx-all
POM_DESCRIPTION=Material Design/Modern components for JavaFX, now packed as a single Jar
Expand Down
14 changes: 14 additions & 0 deletions modules/resources/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,20 @@ to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

[//]: ##[Unreleased]

## [11.12.0] - 02-11-2024

### Added

- MFXIconWrapper: allow setting MFXFontIcon directly from CSS, as a consequence this allows using the integrated icon
transition system from CSS
- IconDescriptor: implement a method to return the IconDescriptor from a given description

### Changed

- Change the way the font icons system works. MFXFontIcon is now capable of automatically switching to the correct
IconsProvider depending on the set descriptor. The premise is that the provider has to be registered first in
IconsProviders

## [11.11.1] - 29-09-2024

### Fixed
Expand Down
2 changes: 1 addition & 1 deletion modules/resources/gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# Maven #
#--------------------------------------#
POM_ARTIFACT_ID=mfxresources
VERSION_NAME=11.11.1
VERSION_NAME=11.12.0

POM_NAME=mfxresources
POM_DESCRIPTION=Resources, fonts, icons and themes for MaterialFX
Expand Down

0 comments on commit b29659b

Please sign in to comment.