aboutsummaryrefslogtreecommitdiff
path: root/src/main/kotlin/pl/treksoft/kvision/state/StateBinding.kt
AgeCommit message (Expand)Author
2020-06-02Add parameter of bind, for not removing children when binding component to th...Robert Jaros
2020-05-20Make all stateful components implement ObservableState interfaceRobert Jaros
2020-05-03Simplify state binding functions. Deprecate stateBinding() in favor of bind().Robert Jaros
2019-10-17Move DSL builder functions out of the companion objects (#93)Robert Jaros
2019-10-13Allow to unsubscribe from the ObservableState.Robert Jaros
2019-10-13Refactor StateBinding class with ObservableState interface.Robert Jaros