Skip to content

v1.2.0

Compare
Choose a tag to compare
@github-actions github-actions released this 11 Feb 09:25
· 113 commits to master since this release

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 and RadioButton.
  • (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.