Skip to content

Commit

Permalink
🔖 Bump version to 11.13.2
Browse files Browse the repository at this point in the history
Added Russian and Arabic languages

Signed-off-by: palexdev <alessandro.parisi406@gmail.com>
  • Loading branch information
palexdev committed Feb 9, 2022
1 parent c59f106 commit 3739a59
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 6 deletions.
3 changes: 1 addition & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

[//]: ##[Unreleased]

## [11.13.1] - 09-02-2022
## [11.13.2] - 09-02-2022
### Added
- New control MFXMagnifierPane
- ColorUtils: added some new methods to convert Colors to Strings
Expand All @@ -31,7 +31,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- MFXIconWrapper: added handler to acquire focus

### Fixed

- MFXComboBoxSkin: ensure the caret position is at 0 if the combo box is not selectable
- MFXTableViewSkin: ensure the dialog is on foreground
- MFXTextField and all subclasses: fixed an issue with CSS and :focused PseudoClass. It was being ignored in some cases,
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -224,7 +224,7 @@ repositories {
}
dependencies {
implementation 'io.github.palexdev:materialfx:11.13.1'
implementation 'io.github.palexdev:materialfx:11.13.2'
}
```

Expand All @@ -234,7 +234,7 @@ dependencies {
<dependency>
<groupId>io.github.palexdev</groupId>
<artifactId>materialfx</artifactId>
<version>11.13.1</version>
<version>11.13.2</version>
</dependency>
```
<!-- DOCUMENTATION -->
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ plugins {
}

group 'io.github.palexdev'
version '11.13.1'
version '11.13.2'

repositories {
mavenCentral()
Expand Down
2 changes: 1 addition & 1 deletion materialfx/gradle.properties
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
GROUP=io.github.palexdev
POM_ARTIFACT_ID=materialfx
VERSION_NAME=11.13.1
VERSION_NAME=11.13.2

POM_NAME=materialfx
POM_DESCRIPTION=Material Desgin components for JavaFX
Expand Down

0 comments on commit 3739a59

Please sign in to comment.