mirror of
https://github.com/JFormDesigner/FlatLaf.git
synced 2025-12-06 14:00:55 +03:00
release 0.18
This commit is contained in:
@@ -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.
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -14,7 +14,7 @@
|
||||
* limitations under the License.
|
||||
*/
|
||||
|
||||
version = "0.17"
|
||||
version = "0.18"
|
||||
|
||||
allprojects {
|
||||
repositories {
|
||||
|
||||
@@ -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:
|
||||
|
||||
[](https://bintray.com/jformdesigner/flatlaf/flatlaf-jide-oss/_latestVersion)
|
||||
|
||||
You also need `flatlaf-<version>.jar`, which you can download here:
|
||||
|
||||
[](https://bintray.com/jformdesigner/flatlaf/flatlaf/_latestVersion)
|
||||
|
||||
@@ -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:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user