Skip to content

Commit

Permalink
release 0.18
Browse files Browse the repository at this point in the history
  • Loading branch information
DevCharly committed Nov 10, 2019
1 parent f69b3f5 commit 6572198
Show file tree
Hide file tree
Showing 5 changed files with 22 additions and 5 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ build script:

groupId: com.formdev
artifactId: flatlaf
version: 0.17
version: 0.18

Otherwise download `flatlaf-<version>.jar` here:

Expand All @@ -46,6 +46,7 @@ Addons
------

- [SwingX](flatlaf-swingx)
- [JIDE Common Layer](https://github.com/jidesoft/jide-oss)


Documentation
Expand Down
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
* limitations under the License.
*/

version = "0.17"
version = "0.18"

allprojects {
repositories {
Expand Down
18 changes: 17 additions & 1 deletion flatlaf-jide-oss/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
2 changes: 1 addition & 1 deletion flatlaf-swingx/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:

Expand Down

0 comments on commit 6572198

Please sign in to comment.