Releases: rjaros/kvision
Releases Β· rjaros/kvision
6.2.0
- Upgraded dependencies (Kotlin 1.8.10, KSP 1.0.9, Ktor 2.2.3, kotlin-wrappers 491, Electron 22.2.0)
- Keep original attributes and CSS classes of the root container element (#461)
- Do not dispatch double "change" events from
DateTime
component (#463) - Add validation of single form field (#462)
- Add
selectedLabel
property forSelect
/SelectInput
component
Note: If you are using fullstack Vert.x project, please make sure KVision gradle plugin is applied after Vert.x plugin.
6.1.2
- Upgraded dependecies (jackson-module-kotlin 2.14.2, kotlin-wrappers 490, ReduxKotlin 0.6.1)
- Fix re-rendering of checkbox/radio components
- Implement new
createTypedReduxStore
function in the ReduxKotlin module. Deprecate oldcreateReduxStore
function. - Do not select first option automatically when updating options in the
Select
component - Show correct date when using inline
DateTimeInput
component - Fix missing "change" event of
DateTimeInput
component
6.1.1
6.1.0
- 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?
6.0.6
- Upgraded dependencies (Spring Boot 3.0.2, Micronaut 3.8.2, kotlin-wrappers 480, Chart.js 4.2.0, Electron 22.0.3)
- Fix receiver type problem with the
bindEach
functions (#456) - Do not change element name when initializing
Root
container (#457) - Change disabled checkboxes and radios look for consistency with other form controls