| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| tornadofx-1.7.20.jar | 2020-02-05 | 3.8 MB | |
| README.md | 2020-01-30 | 1.2 kB | |
| TornadoFX 1.7.20 source code.tar.gz | 2020-01-30 | 266.3 kB | |
| TornadoFX 1.7.20 source code.zip | 2020-01-30 | 344.5 kB | |
| Totals: 4 Items | 4.4 MB | 0 | |
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