- Upgraded dependencies (Ktor 1.6.4, Javalin 4.1.0, Micronaut 3.0.3, Vert.x 4.1.5, Jackson Module Kotlin 2.13.0)
- Built-in workaround for KT-49124 (
@webpack-cli/serve
problem) - Optimize form panel validation (#313)
- Add new conditional rendering binding functions (
insertNotNull
,insertWhen
,insert
) - Fix
Select
component selection problem - Extend
autocomplete
property for textual input components - Preserve data type when getting single field value from the form panel
- Fix invalid feedback info width for horizontal form
- Expose Bootstrap methods for hiding and showing modal windows
- An
onClickLaunch
extension method variation for Buttons