I have released KVision 4.0.0 -
https://kvision.io
This is a major upgrade bringing a few breaking changes. Highlights of this release:
- New maven coordinates with
io.kvision
group identifier and publication on Maven Central.
- New package names (
pl.treksoft.kvision
->
io.kvision
).
- Update to Kotlin 1.4.30 with IR backend enabled by default in all templates and examples.
- Upgraded dependencies (Serialization 1.1.0-RC, Ktor 1.5.1, Javalin 3.13.3, Vert.x 4.0.2, Micronaut 2.3.2, Dokka 1.4.20, Gradle 6.8.1, Bootstrap 4.6.0, NPM Publish 1.1.1)
- Support bidirectional data binding for all form components.
- Support for custom serializers module in the
RestClient
component.
- Major performance optimizations.
- Removed deprecated code.
- A lot of bugfixes and other improvements.
See the changelog for more information:
https://github.com/rjaros/kvision/releases/tag/4.0.0
As always any feedback is welcomed 🙂
Slack Conversation