I have released KVision 4.5.0 - https://kvision.io
Highlights of this release:
- Kotlin 1.5 support
- Upgraded dependencies (Coroutines 1.5.0-RC, Serialization 1.2.0, Jooby 2.9.6, Ktor 1.5.4, Javalin 3.13.7, Micronaut 2.5.1)
- Improvements to
Style
objects (media queries, pseudo classes and pseudo elements)
- New
rgb()
and
rgba()
functions for color definitions
- Support for additional CSS properties (box shadow, border radius and transition)
- Other bugfixes and improvements
See the changelog for more information: https://github.com/rjaros/kvision/releases/tag/4.5.0
As always any feedback is welcomed ๐
Posted in #feed
๐ 2
K 2
๐ 2
t
turansky
05/10/2021, 8:04 PM
Is it for IR only?
r
Robert Jaros
05/10/2021, 9:07 PM
No. Both IR and legacy backends are still fully supported.
t
turansky
05/10/2021, 9:45 PM
Ktor
1.5.4
isnโt compatible with Serialization
1.2.0
and Coroutines
1.5.0-RC
(checked in legacy). Do you have additional โfixโ plugins?