New
TornadoFX 1.7.20
Fixed
- #991: App with NoPrimaryViewSpecified throws Exception in Application stop method
- #1026 whenDockedOnce/whenUndockedOnce did not deregister correctly
- #1115 Make InternalWindow aware of BorderPane parent (https://github.com/edvin/tornadofx/issues/1115)
- #1134 Allow negative numbers in stripNonNumeric
Changes
openInternalWindow()was made public (https://github.com/edvin/tornadofx/issues/989)Scope.deregister()clears EventBus subscriptions associated with a particular scopeApp.stop()clears all EventBus subscriptions
Additions
subscenebuilder- The
fxml()delegate now accepts an InputStream, for loading FXML from DB orresources.stream("/my/classpath/to.fxml")(https://github.com/edvin/tornadofx-guide/issues/107) - Generic HttpEntity support in HttpClientRequest (https://github.com/edvin/tornadofx/issues/996)
- JsonConfig.AddEmptyStrings controls if empty strings are added to Json objects or treated as null