Skip to content

Commit

Permalink
🔖 Version 11.9.2
Browse files Browse the repository at this point in the history
⬆️ Bump MFXResources to version 11.3.3

Signed-off-by: palexdev <alessandro.parisi406@gmail.com>
  • Loading branch information
palexdev committed Apr 8, 2023
1 parent a7cc6c7 commit d53c78b
Show file tree
Hide file tree
Showing 3 changed files with 27 additions and 5 deletions.
22 changes: 22 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,28 @@ to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

- GridRow: typo, rIndex must be oIndex when processing reusable cells (thanks to Alexander-Ploskin #11)

## [11.9.2] - 08-04-2023

## Changed

- Bump MFXResources to version 11.3.3

## [11.9.1] - 08-04-2023

## Added

- Added MFXEffects as animations were moved from core to this

## Changed

- Upgrade MFXCore to version 11.3.0 to avoid conflicts with older versions in which the module was still called "
MFXCore" (changed to "mfx.core")
- Upgrade MFXResources to version 11.3.2

## Fixed

- GridRow: typo, rIndex must be oIndex when processing reusable cells (thanks to Alexander-Ploskin #11)

## [11.9.0] - 16-03-2023

## Changed
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ repositories {
}
dependencies {
implementation 'io.github.palexdev:virtualizedfx:11.9.1'
implementation 'io.github.palexdev:virtualizedfx:11.9.2'
}
```

Expand All @@ -138,7 +138,7 @@ dependencies {
<dependency>
<groupId>io.github.palexdev</groupId>
<artifactId>virtualizedfx</artifactId>
<version>11.9.1</version>
<version>11.9.2</version>
</dependency>
```

Expand Down
6 changes: 3 additions & 3 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
#--------------------------------------#
GROUP=io.github.palexdev
POM_ARTIFACT_ID=virtualizedfx
VERSION_NAME=11.9.1
VERSION_NAME=11.9.2

POM_NAME=virtualizedfx
POM_DESCRIPTION=Alternative VirtualFlows for JavaFX
Expand All @@ -25,7 +25,7 @@ POM_PACKAGING=jar
#--------------------------------------#
# Versions #
#--------------------------------------#
virtualizedfxVersion=11.9.1
virtualizedfxVersion=11.9.2
jdk=11
testJdk=17
# Plugins
Expand All @@ -37,7 +37,7 @@ modularityPlugin=1.8.10
jfx=19
mfxcore=11.3.0
mfxeffects=11.0.5
mfxresources=11.3.2
mfxresources=11.3.3
# Test Dependencies
junit=5.9.1
testfx=4.0.16-alpha
Expand Down

0 comments on commit d53c78b

Please sign in to comment.