mirror of
https://github.com/JFormDesigner/FlatLaf.git
synced 2026-02-14 07:47:12 -06:00
release 0.42
This commit is contained in:
@@ -1,12 +1,12 @@
|
|||||||
FlatLaf Change Log
|
FlatLaf Change Log
|
||||||
==================
|
==================
|
||||||
|
|
||||||
## Unreleased
|
## 0.42
|
||||||
|
|
||||||
#### New features and improvements
|
#### New features and improvements
|
||||||
|
|
||||||
- Demo: Improved "SplitPane & Tabs" and "Data Components" tabs.
|
- Demo: Improved "SplitPane & Tabs" and "Data Components" tabs.
|
||||||
- Menu items "File > Open" and "File > Save As" now show file choosers.
|
- Demo: Menu items "File > Open" and "File > Save As" now show file choosers.
|
||||||
- InternalFrame: Support draggable border for resizing frame inside of the
|
- InternalFrame: Support draggable border for resizing frame inside of the
|
||||||
visible frame border. (issue #121)
|
visible frame border. (issue #121)
|
||||||
- `FlatUIDefaultsInspector` added (see [FlatLaf Extras](flatlaf-extras)). A
|
- `FlatUIDefaultsInspector` added (see [FlatLaf Extras](flatlaf-extras)). A
|
||||||
|
|||||||
@@ -14,8 +14,8 @@
|
|||||||
* limitations under the License.
|
* limitations under the License.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
val releaseVersion = "0.41"
|
val releaseVersion = "0.42"
|
||||||
val developmentVersion = "0.42-SNAPSHOT"
|
val developmentVersion = "0.43-SNAPSHOT"
|
||||||
|
|
||||||
version = if( java.lang.Boolean.getBoolean( "release" ) ) releaseVersion else developmentVersion
|
version = if( java.lang.Boolean.getBoolean( "release" ) ) releaseVersion else developmentVersion
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user