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

TornadoFX 1.7.14

Compare
Choose a tag to compare
@edvin edvin released this 16 Dec 12:02
· 481 commits to master since this release

This release brings amongst other things, a fix to the long standing runAsync bug which could case the success and fail callbacks to not run if the work in runAsync completed (very) fast.

Fixed

  • runAsync would skip the success/fail steps if no work was done in the op block
  • TableView Pojo Column references support boolean "is" style properties (#560)
  • TabPane.tab inside of an UIComponent is now scope aware
  • TreeView.lazyPopulate should never assign null list if filter results in no items

Changes

  • Kotlin 1.2.10
  • Node builders inside of ButtonBase will automatically assign the node to the graphic property of the Button

Additions

  • ConfigProperties (config) is now Closable so it can be used with use