Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
AtlantaFX-1.2.0-scenebuilder.zip | 2023-02-12 | 252.6 kB | |
AtlantaFX-1.2.0-win-amd64.zip | 2023-02-11 | 75.0 MB | |
AtlantaFX-1.2.0-linux-amd64.tar.gz | 2023-02-11 | 87.2 MB | |
AtlantaFX-1.2.0-themes.zip | 2023-02-11 | 125.3 kB | |
README.md | 2023-02-11 | 1.0 kB | |
v1.2.0 source code.tar.gz | 2023-02-11 | 7.0 MB | |
v1.2.0 source code.zip | 2023-02-11 | 9.1 MB | |
Totals: 7 Items | 178.6 MB | 0 |
This is a bugfix/maintenance release that also contains a few style improvements.
Chores
- (Build) JavaFX version updated to 19 (September 2022).
- (Build) Added ErrorProne plugin.
- (Build) Added Checkstyle plugin.
Improvements
- (Build) SceneBuilder theme pack generation (#28) (thanks to ennerf).
- (CSS) Add inner border radius to improve controls border corners (#24) (thanks to mimoguz).
- (CSS) Hover effect for
CheckBox
andRadioButton
. - (CSS) Hover effect for
TabPane
close button. - (CSS) Setting
Label
color via pseudo-classes support. - (CSS) Setting
FontIcon
color support. - (CSS) Increased
Menu
/Menubar
paddings.
Bugfixes
- (CSS) Fix text inputs borders color (#21).
- (CSS) Fix
Tooltip
text not showing for circular buttons. - (CSS) Prevent context menu from inheriting text input font properties.
- (CSS) Fix invalid
DatePicker
cell size. - (Base) Remove
ToggleSwitch
left padding when text is empty. - (Base) Fix
PasswordTextFormatter
garbled input.