tornadofx v1.5.5 Release Notes

Release Date: 2016-08-19 // over 7 years ago
    • ๐Ÿ’… Stylesheets can be loaded via ServiceLoader (META-INF/services/tornadofx.Stylesheet with reference to the stylesheet class)
    • 0๏ธโƒฃ Default constructor was re-added to tornadofx.App to support Run View in IDEA Plugin
    • resizeColumnsToFitContent has afterResize callback parameter
    • SortedFilteredList.asyncItems function
    • ๐Ÿ— SortedFilteredList can now be assigned as items to tableview/listview builder without calling bindTo
    • 0๏ธโƒฃ DefaultErrorHandler.filter listens to uncaught errors and can consume them to avoid the default error dialog.
    • json.add(key, JsonModel) automatically converts to JSON
    • ๐Ÿ’… CSS DSL now supports imports through constructor parameters. e.g. class DialogStyle : StyleSheet(BaseStyle::class) { ... }
    • ๐Ÿ›  Fixed a bug in View.replaceWith which caused the whole scene to change even when for sub views