Releases: rjaros/kvision
Releases Β· rjaros/kvision
6.5.1
6.5.0
- 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
- 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
andThemeSwitcher
components
Notes:
- Guice was upgraded to 7.0.0 and you need to replace your
javax.inject
imports with newjakarta.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
6.3.1
6.3.0
- 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
5.18.2
6.2.3
- Upgraded dependencies (Jooby 2.16.2, Spring Boot 3.0.5, Javalin 5.4.2, Micronaut 3.8.7, Koin 3.4.0, Dokka 1.8.10, Logback 1.4.6, kotlin-wrappers 521, Tempus-Dominus 6.4.4, Electron 23.2.0, Webpack 5.76.3, Webpack-dev-server 4.13.1)
- Add
clearOptions()
function forTomSelect
component - Add new
openOnFocus
option forTomSelectRemote
component - Support
preload="focus"
option forTomSelect
component