Changelog


V0.9.2, 01/09/2019 (MM/DD/YYYY)
New features
  • JPMS support
  • Java 11 support
  • Supports and requires OpenJFX 11
  • Updated themes
  • Updated Developer-Guide

V0.9.0, 09/05/2017 (MM/DD/YYYY)
New features
  • Java 9 support
Fixed bugs
  • XTableView - artefact when starting without visible filterrow.

V0.8.2, 12/12/2016 (MM/DD/YYYY)
New features
  • New control: XTableView - extended TableView with embedded filter controls.
  • New container: OptionControlBox - to easily create custom option controls.
  • Helpful classes to improve filter support for controls.
  • Improved CanvasPane - new redraw() method e.g. helpful when used as Cell Renderer.
  • Improved keyboard shortcut support for option controls.
  • Improved keyboard shortcut support for X-controls.
  • Added support to completely uninstall a validator from a control - see Validation#uninstallValidator(...).
  • Unbind support for actions.
  • Updated themes to support new controls.
Fixed bugs
  • CanvasPane - when a DrawHandler is passed in the constructor it is completely ignored.
  • SearchField - action event on button click isn't fired.

V0.8.1, 08/18/2016 (MM/DD/YYYY)
New features
  • Improved action framework to support ToggleGroup and new methods to check if a Toggle control is bound.
  • New control: XTextField - extended text field mainly to support (add/remove) inner controls.
  • New control: OptionTextField - text field with an embedded menu-button and a clear-button.
  • New control: SearchField - text field with an embedded search-button, clear-button and Auto-search mode as well.
  • New control: XComboBox - extended ComboBox mainly to support (add/remove) inner controls.
  • New control: OptionComboBox - provides an embedded menu-button and clear-button.
  • New control: XDatePicker - extended DatePicker mainly to support (add/remove) inner controls.
  • New control: OptionDatePicker - provides an embedded menu-button and a clear-button.
Fixed bugs
  • When a RadioMenuItem or a CheckMenuItem is bound to an action a bind exception is thrown.

V0.8.0, 06/06/2016
New features
  • First beta release for Java 8.