Kvision Versions Save

Object oriented web framework for Kotlin/JS

7.0.1

7 months ago
  • Upgraded dependencies (Kotlin 1.9.10, Dokka 1.9.0, Serialization 1.6.0, Jooby 3.0.5, Spring Boot 3.1.3, Ktor 2.3.4, Vert.x 4.4.5, Micronaut 4.1.1, Koin 3.5.1, Ballast 4.0.0, kotlin-wrappers 625, Kotest 5.7.2, Bootstrap 5.3.2, Bootstrap icons 1.11.0, Chart.js 4.4.0, Tempus Dominus 6.7.13, Electron 26.2.1, jQuery 3.7.1, Tabulator 5.5.2, Gradle 8.3).
  • Make the brandLink component a public property of the Navbar.
  • Fix ImaskNumericInput value initialization.

7.0.0

8 months ago

This is a major upgrade bringing some breaking changes. See dedicated migration guide for details.

  • Upgraded dependencies (Kotlin 1.9.0, Coroutines 1.7.3, Serialization 1.6.0-RC, KSP 1.0.13, Jooby 3.0.2, Spring Boot 3.1.2, Ktor 2.3.3, Micronaut 4.0.3, Koin 3.4.3, kotlin-wrappers 615, Gradle 8.3-rc-3, npm-publish 3.4.1, Bootstrap 5.3.1, Chart.js 4.3.3, Tempus dominus 6.7.11, Electron 25.5.0, Fontawesome 6.4.2, Handlebars 4.7.8, Imask 7.1.3, Tabulator 5.5.1, Tom Select 2.2.5).
  • Migrated from Kotlin JS to Kotlin Multiplatform gradle plugin for both KVision itself and all example and template projects.
  • Use standard source sets names (jsMain, jvmMain) in fullstack projects.
  • Integrated custom gradle tasks with KVision gradle plugin for all fullstack apps, to simplify and unify application build files.
  • Forced version resolutions of all major npm dependencies to get fully repeatable application builds.
  • Support Server-Sent Events connections in fullstack applications for all supported backend servers (#477).
  • Fix SplitPanel rendering issues (#489).
  • Fix broken DateTime implementation of the ObservableState interface (#486).
  • Rename selectSize to maxOptions of the TomSelect component for more clarity (#490).
  • Run hooks when destroying and re-creating components (#490).

6.6.0

10 months ago
  • Upgraded dependencies (Coroutines 1.7.2, Jooby 3.0.0.M11, Spring Boot 3.1.1, Ktor 2.3.2, Javalin 5.6.1, Vert.x 4.4.4, Micronaut 3.9.4, kotlin-wrappers 584, gettext.js 2.0.0, Imask 7.0.1, Electron 25.2.0, Gradle 8.2)
  • Allow other container types inside Navbar component (#482)
  • Allow searching for options of the TomSelect component with an empty placeholder (#483)
  • Add new disableSearch option for TomSelect
  • Add responsiveLayoutCollapseFormatter option for Tabulator
  • Fix background color for disabled TomSelect

6.5.2

10 months ago
  • Replace unicode with font awesome icons in Tabulator pagination (#481)

6.5.1

10 months ago
  • Fix Tabulator pagination icons in some browsers

6.5.0

10 months ago
  • Upgraded dependencies (Kotlin 1.8.22, Dokka 1.8.20, Javalin 5.6.0, Vert.x 4.4.3, Micronaut 3.9.3, kotlin-wrappers 568, Ballast 3.0.2, Electron 25.1.0, Imask 6.6.3)
  • Auto detecting time format (12/24h) for DateTime input (#480)
  • Support custom Bootstrap styling within Tabulator component
  • New TabulatorPagination component enabling additional pagination panels
  • Change pagination icons in pagination panels
  • New options for Tabulator title formatters (both with standard elements and KVision components)
  • New options for Tabulator automatic header columns menu (to show/hide selected columns)
  • New options for Tabulator automatic responsive collapse header button (to open/close all collapsed columns)
  • Fix forced striped and hovered styling of Tabulator
  • Fix column persistence conflicting with responsive collapse mode of Tabulator
  • Fix custom decimal separator support with NumberMask options

6.4.0

11 months ago
  • Upgraded dependencies (Coroutines 1.7.1, Serialization 1.5.1, Bootstrap 5.3.0, Spring Boot 3.1.0, Ktor 2.3.1, Javalin 5.5.0, Vert.x 4.4.2, Micronaut 3.9.2, Jooby 3.0.0.M9, Guice 7.0.0, Koin 3.4.1, jackson-module-kotlin 2.15.2, kotlin-wrappers 556, Ballast 3.0.1, Gradle 8.1.1, npm-publish 3.3.1, Kotest 5.6.2, Imask 6.6.2, Leaflet 1.9.4, Tabulator 5.5.0, Trix 2.0.5, Electron 25.0.1, and some other NPM dependencies)
  • Support Bootstrap dark theme with new ThemeManager and ThemeSwitcher components

Notes:

  • Guice was upgraded to 7.0.0 and you need to replace your javax.inject imports with new jakarta.inject namespace when using Guice with Javalin, Jooby, Ktor or Vert.x. See: https://github.com/google/guice/wiki/Guice700#jee-jakarta-transition
  • Because of upgraded dependencies we are now using milestone release of Jooby 3 (M9). Please report if you encounter any issues.

6.3.2

1 year ago

Upgraded dependencies (Kotlin 1.8.21, KSP 1.0.11, Spring Boot 3.0.6, Ktor 2.3.0, Micronaut 3.9.1, Jackson Module Kotlin 2.15.0, kotlin-wrappers 545, Bootstrap icons 1.10.5, Chart.js 4.3.0, Tempus Dominus 6.7.7, Imask 6.6.1, Electron 24.1.3, Webpack 5.81.0)

6.3.1

1 year ago
  • Upgrade kotlin-wrappers to 535
  • Fix ImaskNumeric compatibility with Imask 6.5.0
  • Fix wrapping when using TomSelect component with multi selection

6.3.0

1 year ago
  • Upgraded dependencies (Kotlin 1.8.20, KSP 1.0.10, Vert.x 4.4.1, Micronaut 3.8.8, kotlin-wrappers 531, Electron 23.2.2, Font Awesome 6.4.0, Bootstrap Icons 1.10.4, imask 6.5.0, webpack 5.78.0)
  • Do not reset scroll when saving editor data in Tabulator (#470)
  • Do not reset scroll when canceling component editor in Tabulator (#470)
  • Fix showing all options on empty search in TomSelectRemote