release 0.18

This commit is contained in:
Karl Tauber
2019-11-10 10:06:45 +01:00
parent f69b3f56dd
commit 6572198178
5 changed files with 22 additions and 5 deletions

View File

@@ -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.

View File

@@ -35,7 +35,7 @@ build script:
groupId: com.formdev
artifactId: flatlaf
version: 0.17
version: 0.18
Otherwise download `flatlaf-<version>.jar` here:
@@ -46,6 +46,7 @@ Addons
------
- [SwingX](flatlaf-swingx)
- [JIDE Common Layer](https://github.com/jidesoft/jide-oss)
Documentation

View File

@@ -14,7 +14,7 @@
* limitations under the License.
*/
version = "0.17"
version = "0.18"
allprojects {
repositories {

View File

@@ -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-<version>.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-<version>.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)

View File

@@ -32,7 +32,7 @@ build script:
groupId: com.formdev
artifactId: flatlaf-swingx
version: 0.17
version: 0.18
Otherwise download `flatlaf-swingx-<version>.jar` here: