This repository has been archived by the owner on Sep 28, 2024. It is now read-only.
TornadoFX 1.7.13
Another bugfix and stability enhancement release as we're gearing up to Java 9 compatibility!
Fixed
- Navigation button issue when already docked view was docked again (#526)
- Internal thread pools are shutdown on app exit. Running threads in the default thread pool will still block application stop.
- ComboBox.makeAutoCompletable() inspects listView.prefWidth for being bound before attemting to set it (#530)
- Wizard.canGoBack override caused NPE (#211)
Changes
- Kotlin 1.2.0
- ItemViewModel.bindTo(itemFragment) supports all item fragments now, not just ListCellFragment
- lambda's that return unit are no longer nullable. use the default-lambda instead
- ChildInterceptor is now an Interface.
- Component.messages are fetched using the classloader that defined the Component subclass (#553)
Additions
cellFragment
support for DataGrid- ObservableValue.isBlank() and ObservableValue.isNotBlank() which returns BooleanBinding. Useful for binding to TextField enabled/visible state
- Added
owner
andtitle
parameters toalert
and other dialog builders (#522) - TextInputControl.editableWhen
multiSelect()
for TreeView, TreeTableView, TableView and ListView- Stylesheets can now be added specificly to a
Parent
- Node withaddStylesheet