- Breaking change! Drop
kotlin-observable-js
dependency and new implementation ofObservableList<T>
- see #69 for details. - Upgraded Kotlin to 1.3.41.
- New kvision-tabulator-remote module with dedicated tabulator component supporting KVision's server side connectivity.
- Change class name
RemoteSelect
toSelectRemote
(kvision-select-remote module). - Add missing TAG.BR in enum.
- Correct spelling error for
vertical-align
css property. - Built-in support for redux-devtools-extension (#71).
- More general
CssSize
(based onNumber
type) (#65). - Fixed DOM bindings for all components.
- Support for additional icons in
Window
component (#68). - Support data tree model inside
Tabulator
component (#60).