Skip to content

Commit

Permalink
TornadoFX 1.2.60
Browse files Browse the repository at this point in the history
  • Loading branch information
Edvin Syse committed Aug 6, 2018
1 parent 677ed52 commit 4af877f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@

### Changes

- Kotlin 1.2.51
- Kotlin 1.2.60
- ViewModel binding dirty tracking for ListProperty (https://stackoverflow.com/questions/50364458/tornadofx-bind-dirty-properties-of-different-view-models)
- Workspace.dock() will log a warning message if a child is docked while the workspace is not showing
- SortedFilteredList.setAllPassThrough property controls if `setAll` should be forwarded to the underlying list (https://github.com/edvin/tornadofx/issues/344) and (https://github.com/edvin/tornadofx/issues/681)
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -276,7 +276,7 @@
</pluginRepositories>

<properties>
<kotlin.version>1.2.51</kotlin.version>
<kotlin.version>1.2.60</kotlin.version>
<dokka.version>0.9.9</dokka.version>

<org.glassfish.javax.json.version>1.1.2</org.glassfish.javax.json.version>
Expand Down

0 comments on commit 4af877f

Please sign in to comment.