Skip to content

Releases: rjaros/kvision

6.2.0

06 Feb 06:36
Compare
Choose a tag to compare
  • 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 for Select/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

31 Jan 16:08
Compare
Choose a tag to compare
  • 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 old createReduxStore 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

28 Jan 21:09
Compare
Choose a tag to compare
  • Fix Tabulator component broken in 6.1.0
  • Upgraded dependencies (Micronaut 3.8.3, kotlin-wrappers 488)

6.1.0

28 Jan 14:06
Compare
Choose a tag to compare
  • 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 to Any?

6.0.6

22 Jan 16:07
Compare
Choose a tag to compare
  • 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

6.0.5

13 Jan 17:24
Compare
Choose a tag to compare
  • Upgraded dependencies (Micronaut 3.8.1, kotlin-wrappers 475, Electron 22.0.2)
  • Add ContentTypeException for fullstack services, thrown when the server returns a non-json response

6.0.4

11 Jan 17:23
Compare
Choose a tag to compare
  • Fix memory leak when using Tabulator with ObservableList

6.0.3

11 Jan 16:54
Compare
Choose a tag to compare
  • Upgraded dependencies (Javalin 5.3.1, kotlin-wrappers 473, Electron 22.0.1)
  • Add selectedLabel property to the TomSelect component
  • Fix disabled mode for check/radio controls

6.0.2

07 Jan 21:16
Compare
Choose a tag to compare
  • Updated dependencies (Ktor 2.2.2, kotlin-wrappers 470, chart.js 4.1.2)
  • Make SplitPanel use Snabbdom distinct key
  • Add Widget extension functions for change and input events

6.0.1

01 Jan 16:39
Compare
Choose a tag to compare
  • Upgraded dependencies (Javalin 5.3.0, kotlin-wrappers 467)
  • Workaround for KT-55716
  • Fix padding zeros in ImaskNumeric component