v0.8.0+beta02
Pre-release
Pre-release
zach-klippenstein
released this
15 Mar 07:42
·
20 commits
to main
since this release
- Upgrade: Compose to beta02. (#39, #47)
- Completely rewrote most of the internals and APIs: (#50)
- All the actual transition logic is moved out of the
Backstack
composable and intoTransitionController
. BackstackInspector
andInspectionGestureDetector
are replaced with a single API in a new, dedicated module:xrayed()
.Backstack
now just handles the container and managing saveable state.- Introduces
FrameController
, an abstraction which can be used to implement both transitions, the inspector functionality, and things like #17. - Removes the spring animations from the inspector. They added unnecessary lag to the gestures.
- Adds more tests for state handling.
- Fixed some races that caused navigation animation glitches.
- All the actual transition logic is moved out of the
- Use Material DropdownMenu for spinner. (#51)