Skip to content

3.2.0-beta02

Pre-release
Pre-release
Compare
Choose a tag to compare
@arkivanov arkivanov released this 03 Oct 21:23
· 11 commits to master since this release
17852c5
  • Added Child Panels navigation model (#782, #789)
  • Removed unused type parameters from the experimental PredictiveBackParams API (#777)
  • Make animator argument optional in the experimental stackAnimation API (#787)
  • Updated Compose to 1.7.0-rc01 (#790)
  • Fixed incorrect predictive back animation playing on hardware back button click with the new animation API (#779)

The new Child Panels navigation model

This release adds a new navigation model for multi-pane navigation: Child Panels. This navigation is somewhat similar to List-Details Layout. Please see the updated docs for more information.

Versions and dependencies

Kotlin: 2.0.20
Essenty: 2.2.0-beta01
kotlinx-serialization: 1.6.3
Multiplatform Compose: 1.7.0-rc01