- Upgraded dependencies (Javalin 5.3.2, kotlin-wrapper 485, Electron 22.1.0)
- Do not remove options of the
Select
component, when binding to the state (#459) - Cleanup
Tabulator
internal data model conversion (#460) - Improve
TomSelect
CSS styling (make colors consistent with other controls and fix unnecessary text wrapping) - Support different
TomSelect
CSS themes (minimal and default) - Fix placeholder for the
Select
component - Add some missing disposals of recreated children components
- Change
KvEvent.detail
property type toAny?