mirror of
https://github.com/JFormDesigner/FlatLaf.git
synced 2025-12-06 22:10:54 +03:00
release 0.28
This commit is contained in:
@@ -1,7 +1,7 @@
|
|||||||
FlatLaf Change Log
|
FlatLaf Change Log
|
||||||
==================
|
==================
|
||||||
|
|
||||||
## Unreleased
|
## 0.28
|
||||||
|
|
||||||
- PasswordField: Warn about enabled Caps Lock.
|
- PasswordField: Warn about enabled Caps Lock.
|
||||||
- TabbedPane: Support <kbd>Ctrl+TAB</kbd> / <kbd>Ctrl+Shift+TAB</kbd> to switch
|
- TabbedPane: Support <kbd>Ctrl+TAB</kbd> / <kbd>Ctrl+Shift+TAB</kbd> to switch
|
||||||
@@ -11,6 +11,10 @@ FlatLaf Change Log
|
|||||||
- IntelliJ Themes: Added Gradianto themes to demo.
|
- IntelliJ Themes: Added Gradianto themes to demo.
|
||||||
- Button, CheckBox and RadioButton: Fixed NPE when button has children. (PR #68)
|
- Button, CheckBox and RadioButton: Fixed NPE when button has children. (PR #68)
|
||||||
- ScrollBar: Improved colors.
|
- ScrollBar: Improved colors.
|
||||||
|
- Reviewed (and tested) all key bindings on Windows and macOS. Linux key
|
||||||
|
bindings are equal to Windows key bindings. macOS key bindings are slightly
|
||||||
|
different for platform specific behavior.
|
||||||
|
- UI default values are no longer based on Metal/Aqua UI defaults.
|
||||||
|
|
||||||
|
|
||||||
## 0.27
|
## 0.27
|
||||||
|
|||||||
@@ -14,8 +14,8 @@
|
|||||||
* limitations under the License.
|
* limitations under the License.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
val releaseVersion = "0.27"
|
val releaseVersion = "0.28"
|
||||||
val developmentVersion = "0.28-SNAPSHOT"
|
val developmentVersion = "0.29-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