All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
AutocompleteTextFieldhad running condition when open suggestion popup.
v5.3.0 - 2020-01-12
EnumTableCellshowing enumname()instead oftoString().AutocompleteTextFieldlook up for suggestions in background thread.
AutocompleteTextFieldthrownIllegalArgumentExceptionwhen suggestion popup will open, ifAutocompleteTextFieldis not in a scene.
v5.2.0 - 2020-01-07
- Added event when suggestion is selected to
AutocompleteTextField.
AutocompleteTextFieldfloated stdout with messages.
v5.1.0 - 2020-01-06
StatusBarwith message, progress bar and optional left and right items.AutoCompleteTextFieldwith customizableSuggestionProvider.
v5.0.0 - 2019-12-19
Hinta specialized tooltip showing a hint for an node, like a text field.
- Dependency to ControlsFX.
v4.11.0 - 2019-12-08
DataTooltipBuildercan install tooltip as hover.
- Simplify calls to
DispatchQueue.
ScalableAxisscaled with wrong offset.
v4.10.0 - 2019-12-05
- Mouse drag move single axis, when both axes are scalable.
v4.9.0 - 2019-12-03
- Scroll 2 axis separately.
v4.8.0 - 2019-11-28
- Scalable axis can zoom and move a horizontal or vertical value axis.
v4.7.0 - 2019-11-28
- Synchronously testing mode for dispatch queue.
- Scalable horizontal number axis.
v4.6.0 - 2019-11-21
- Simple pareto chart based on bar chart.
v4.5.0 - 2019-11-20
DataTooltipBuilderoptionally apply a title to tooltip.
- Optimised axis tick values of
LongAxisandDateAxis.
v4.4.0 - 2019-11-18
- Formattable tick label for Date and date time axis.
- Date and date time axis did not shown ticks if auto range disabled.
v4.3.0 - 2019-11-17
- Tooltip builder for name/value pairs.
- Long axis based on
ValueAxis. - Date and date time axis.
v4.2.1 - 2019-11-14
- Maven artefact depended on OpenJFX 11.
v4.2.0 - 2019-11-13
- All resources bundled in one properties file
messages.proerties.
v4.1.0 - 2019-11-12
- Dispatch queue for running tasks in application thread or background thread.
v4.0.1 - 2019-11-10
- Required dependencies should be
apidependencies, notimplementation.
v4.0.0 - 2019-11-10
- Validation decoration with a hint popup.
- Main class of demo app is now
de.muspellheim.commons.fx.demo.App. - Demo app uses
StageController. - Replaced
ExceptionDialogwithCustomExceptionDialogextends ControlsFXExceptionDialog.
- Status bar. ControlsFX has a status bar.
v3.2.0 - 2019-11-05
- Table cells and cell factories for
LocalDateandLocalDateTime.
- Root node of
DateIntervalPickerandStatusBarshould not focusable.
v3.1.0 - 2019-11-04
- Demo showing controls and dialogs by starting main class
de.muspellheim.commons.fx.demo.DemoApp.
- Date interval picker value was not initialized before control is shown.
v3.0.0 - 2019-11-03
- Status bar control.
- Renamed date interval picker.
- Date interval picker base on Control.
- About dialog can not close.
v2.0.0 - 2019-10-31
- Date picker control.
- View controller factory will load resource bundle if it exists.
- Added sub packages and moved some classes to new packages.
- Compensated different generic types order of
StageControllerandViewControllerFactory. - Replaced about dialog.
v1.0.0 - 2019-10-27
- General about dialog.
- General exception dialog.
- View controller factory.
- Stage controller based on view controller.