Skip to content

3.0.0-alpha02

Pre-release
Pre-release
Compare
Choose a tag to compare
@arkivanov arkivanov released this 12 Dec 23:45
  • Support WebHistoryController on wasmJs 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