- Upgraded dependencies (Kotlin 1.4.21, Ktor 1.4.3, Spring Boot 2.4.1, Vert.x 4.0.0, Micronaut 2.2.1, Jackson Module Kotlin 2.12.0)
- Deprecate
ProgressBar
in favor of new, enhancedProgress
component (supporting multiple progress bars) - thanks to @yankee42 - Major internal refactorings for many client and server side modules (including hooks, css classes, attributes, service managers and testutils module) - great thanks to @yankee42 !
- Update
flexBasis
to useCssSize
(#202) - thanks to @lorefnon - Add a wrapper component, which allows to use KVision components as React children
- Fix row selection methods for Tabulator component (#204)
- Fix compatibility with JDK 11 and date/time formats during fullstack serialization
- Add
clearValidation
method to theForm
andFormPanel
containers - Add nullability for the
CellComponent
values within theTabulator
component - Add missing methods and properties from Tabulator 4.9 API
- Fixes for the IR backend (including broken datetime and upload form fields and major rewrite of the
React
component)