Skip to content
This repository has been archived by the owner on Sep 28, 2024. It is now read-only.

TornadoFX 1.7.16

Compare
Choose a tag to compare
@edvin edvin released this 13 May 20:16
· 306 commits to master since this release

Fixed

  • runAsyncWithProgress must Unwrap ToolBar parent (#687)
  • Calling close() inside InternalWindow 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 a Workspace 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 returns ContextMenu instance instead of EventTarget (#702)
  • togglebutton and radiobutton builders moved from Node to EventTarget (#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 and cancel 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 in Wizard (#712)
  • combobox.editableWhen() - also works for DatePicker since it extends ComboBoxBase (#717)
  • editableWhen() added for TableView, TreeTableView, ListView