Skip to content

3.4.0-alpha02

Pre-release
Pre-release

Choose a tag to compare

@arkivanov arkivanov released this 31 May 12:18
  • Added Child Items navigation model (#878, #882, #880)
  • Added PagesNavigator#setItems extension function (#881)
  • Deprecated Value#getValue operator overload (#885, see #877)
  • Exposed ChildPagesPager typealias (#886, see #883)
  • Avoid using Modifier.graphicLayer in predictive back animatables (#884, see #877)
  • Fixed IndexOutOfBoundsException in ChildPages (#887, see #866)

The new Child Items navigation model

This release introduces a new experimental navigation model – Child Items. It's designed specifically for displaying child components in lazy lists or grids, but can also be used to organize components in an arbitrary list with flexible lifecycles. See the updated docs.

Versions and dependencies

Kotlin: 2.1.0
Essenty: 2.5.0
kotlinx-serialization: 1.6.3
Multiplatform Compose: 1.8.0-rc01