diff --git a/CHANGELOG.md b/CHANGELOG.md index 590183c9..fd0d7da4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,7 +1,7 @@ FlatLaf Change Log ================== -## Unreleased +## 0.18 - TextField and TextArea: Do not apply minimum width if `columns` property is greater than zero. diff --git a/README.md b/README.md index 2529f074..c22327d0 100644 --- a/README.md +++ b/README.md @@ -35,7 +35,7 @@ build script: groupId: com.formdev artifactId: flatlaf - version: 0.17 + version: 0.18 Otherwise download `flatlaf-.jar` here: @@ -46,6 +46,7 @@ Addons ------ - [SwingX](flatlaf-swingx) +- [JIDE Common Layer](https://github.com/jidesoft/jide-oss) Documentation diff --git a/build.gradle.kts b/build.gradle.kts index 03fcd8d6..fb769804 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -14,7 +14,7 @@ * limitations under the License. */ -version = "0.17" +version = "0.18" allprojects { repositories { diff --git a/flatlaf-jide-oss/README.md b/flatlaf-jide-oss/README.md index c7f0a41d..e5f41177 100644 --- a/flatlaf-jide-oss/README.md +++ b/flatlaf-jide-oss/README.md @@ -18,4 +18,20 @@ and create a pull request. Download -------- -Not yet available. +FlatLaf for JIDE Common Layer binaries are available on **JCenter** and **Maven +Central**. + +If you use Maven or Gradle, add a dependency with following coordinates to your +build script: + + groupId: com.formdev + artifactId: flatlaf-jide-oss + version: 0.18 + +Otherwise download `flatlaf-jide-oss-.jar` here: + +[![Download](https://api.bintray.com/packages/jformdesigner/flatlaf/flatlaf-jide-oss/images/download.svg)](https://bintray.com/jformdesigner/flatlaf/flatlaf-jide-oss/_latestVersion) + +You also need `flatlaf-.jar`, which you can download here: + +[![Download](https://api.bintray.com/packages/jformdesigner/flatlaf/flatlaf/images/download.svg)](https://bintray.com/jformdesigner/flatlaf/flatlaf/_latestVersion) diff --git a/flatlaf-swingx/README.md b/flatlaf-swingx/README.md index 3cbbe6f0..ad8d2ecd 100644 --- a/flatlaf-swingx/README.md +++ b/flatlaf-swingx/README.md @@ -32,7 +32,7 @@ build script: groupId: com.formdev artifactId: flatlaf-swingx - version: 0.17 + version: 0.18 Otherwise download `flatlaf-swingx-.jar` here: