This repository has been archived by the owner on Aug 10, 2024. It is now read-only.
1.0.2 Managing complexity with Components
Composable components help manage complexity in a software project by allowing developers to break down a complex problem into smaller, more manageable pieces. Kweb's new Component interface is a simple but powerful abstraction to create reusable UI components in Kweb.
We also have new ways to create KVars and KVals from within the DOM builder DSL that are more resource efficient, see the new KVars and the DOM section in the Kweb Book.
For more read the new Kweb book chapter: Managing Complexity
What's Changed
- Bump selenium-chrome-driver from 4.5.2 to 4.5.3 by @dependabot in #352
- Bump kotest-bom from 5.5.1 to 5.5.2 by @dependabot in #353
- Bump selenium-java from 4.5.2 to 4.5.3 by @dependabot in #351
- Bump org.jetbrains.kotlinx.binary-compatibility-validator from 0.12.0 to 0.12.1 by @dependabot in #355
- Bump ktor-server-jetty from 2.1.2 to 2.1.3 by @dependabot in #357
- Bump kotest-bom from 5.5.2 to 5.5.3 by @dependabot in #356
- Bump ktor-server-caching-headers from 2.1.2 to 2.1.3 by @dependabot in #360
- Bump ktor-server-websockets from 2.1.2 to 2.1.3 by @dependabot in #358
- Bump ktor-server-default-headers from 2.1.2 to 2.1.3 by @dependabot in #359
- Bump ktor-server-compression from 2.1.2 to 2.1.3 by @dependabot in #362
- Bump ktor-network-tls-certificates from 2.1.2 to 2.1.3 by @dependabot in #363
- new kvar function and start of Renderable mechanism by @sanity in #365
Full Changelog: 1.0.1...1.0.2