tornadofx v1.7.8 Release Notes

Release Date: 2017-06-25 // almost 7 years ago
  • โž• Additions

    • Stage.uiComponent()
    • ViewModel.clearDecorators()
    • Extensions for StringProperty and BooleanProperty

    ๐Ÿ›  Fixed

    • ๐Ÿ‘Œ Improved ProgressIndicator size for runAsyncWithProgress

    ๐Ÿ”„ Changes

    • Kotlin 1.1.3
    • openModal and openWindow returns the Stage
    • ๐Ÿ— dialog builder operates on a StageAwareFieldset so it can close the dialog easier by calling close()
    • ๐Ÿ‘ All JSON extractor functions support vararg keys, will pick the first available (https://github.com/edvin/tornadofx/issues/350)
    • ValidationContext.validate(decorateErrors = false) clears decorators
    • Property.plus(), minus(), etc now return Bindings instead of Properties