tornadofx v1.7.14 Release Notes

Release Date: 2017-12-16 // over 6 years ago
  • ๐Ÿš€ 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