3.0.0-alpha02
Pre-release
Pre-release
- Support
WebHistoryController
onwasmJs
by using serialization (#569) - Updated Essenty to
2.0.0-alpha02
(reduces the size of the saved state) (#572)
WebHistoryController on Wasm
This release adds WebHistoryController
for wasmJs
target. It is shared with js
target and now relies on kotlinx-serialization
. The WebHistoryController#attach
method got a new argument (serializer: KSerializer<C>
), which is a breaking change.
Versions and dependencies
Kotlin: 1.9.21
Essenty: 2.0.0-alpha02
kotlinx-serialization: 1.6.2
JetBrains Compose: 1.6.0-alpha01