This repository has been archived by the owner on Sep 28, 2024. It is now read-only.
TornadoFX 1.7.16
Fixed
- runAsyncWithProgress must Unwrap ToolBar parent (#687)
- Calling
close()
insideInternalWindow
would also close the parent placeholder
for list type controls should not require list type parameter- Added warning log message when
WorkspaceApp
is called with aWorkspace
subclass as main view paramter - Fix bug caused by not properly removing nodes from
ToolBar
- Fixed issues generating CSS for dashed strokes in shapes and borders
contextmenu
builder returnsContextMenu
instance instead ofEventTarget
(#702)togglebutton
andradiobutton
builders moved fromNode
toEventTarget
(#716)- Workspace now undocks closed tabs correctly (#718)
Changes
- Kotlin 1.2.41
- Workspace.navigateForward() made public
- Added missing pseudoclasses to CSS DSL
- HostServices is now retrieved from
Application.getHostServices()
instead of sun/internal API
Additions
--dicontainer=diContainerClass
parameter allows assignment of DIContainer from command line (edvin/tornadofx-idea-plugin#56)readonly
andcancel
pseudoclasses added to type safe CSS- Added add/remove/toggle class for Tab
- ContextMenu.radiomenuitem (#646)
- mutableList can now be bound to an ObservableMap
- CssSelectionBlock now has all relation selectors (see
CssSubRule.Relation
) - TableView DND Reorder testapp
onCancel
callback inWizard
(#712)- combobox.editableWhen() - also works for DatePicker since it extends ComboBoxBase (#717)
- editableWhen() added for TableView, TreeTableView, ListView