- Upgraded dependencies (Serialization 1.4.0, Spring Boot 2.7.3, Ktor 2.1.1, Javalin 5.0.0.RC2, Jooby 2.16.1, Micronaut 3.6.3, Jackson Module Kotlin 2.13.4, kotlin-wrappers 383, Bootstrap 5.2.1, Tabulator 5.3.3 and some other npm dependencies)
- New
kvision-datetime
module based on new@eonasdan/tempus-dominus
component (will replacekvision-bootstrap-datetime
module in the future release) - New
kvision-fullstack-ktor-koin
module for Ktor with Koin dependency injection (instead of Guice) - Fix auto-shrinking windows (
#433
) - Use
InputType
enum instead ofTextInputType
(#432
) - Handle "204 No Content" responses in
RestClient
(#435
) - Optimize
convertPoToJson
gradle task (#436
) - Fix
dataEditedTabulator
event - Better handling websocket cancellation exception on Firefox
- Automatically generate functions to get Service and ServiceManager instances
- Add extension property for configuring generated resources dir (thanks to @aSemy)