This release has a few breaking changes. See migration guide for details.
- Upgraded dependencies (Kotlin 1.5.0, Coroutines 1.5.0-RC, Serialization 1.2.0, Gradle 6.9, Dokka 1.4.32, Jooby 2.9.6, Ktor 1.5.4, Javalin 3.13.7, Micronaut 2.5.1, Guice 5.0.1, NPM Publish 1.1.4, jQuery 3.6.0)
- Support for pseudo classes and pseudo elements in
Style
objects - Support media queries in
Style
objects - New
rgb()
andrgba()
functions for color definition (#251) - Small improvements to
Style
objects DSL (#252) - Fix rendering
Style
objects with parent styles (#258) - Support for CSS box shadow property (#254)
- Support for CSS border radius property (#257)
- Support for CSS transition property (#259)
- Fix binding race condition for numeric components
- Support for setting decimal separator for the
Spinner
component (#261) - Fix red asterisk position (required indicator) for
CheckBox
andRadioButton
(#264) - Change the visual style of checkboxes (not using Font Awesome)
- Fix
Select
component rendering inside inline forms