Skip to content
This repository was archived by the owner on Sep 18, 2025. It is now read-only.

Commit 369e3dd

Browse files
Releasing v0.8.0+beta02.
1 parent 7b1c491 commit 369e3dd

File tree

2 files changed

+16
-1
lines changed

2 files changed

+16
-1
lines changed

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,21 @@
11
Changelog
22
=========
33

4+
## v0.8.0+beta02
5+
6+
_2021-03-15_
7+
8+
* Upgrade: Compose to beta02. (#39, #47)
9+
* Completely rewrote most of the internals and APIs: (#50)
10+
* All the actual transition logic is moved out of the `Backstack` composable and into `TransitionController`.
11+
* `BackstackInspector` and `InspectionGestureDetector` are replaced with a single API in a new, dedicated module: `xrayed()`.
12+
* `Backstack` now just handles the container and managing saveable state.
13+
* Introduces `FrameController`, an abstraction which can be used to implement both transitions, the inspector functionality, and things like #17.
14+
* Removes the spring animations from the inspector. They added unnecessary lag to the gestures.
15+
* Adds more tests for state handling.
16+
* Fixed some races that caused navigation animation glitches.
17+
* Use Material DropdownMenu for spinner. (#51)
18+
419
## v0.6.0+alpha04
520

621
_2020-10-13_

buildSrc/src/main/resources/versions.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# -SNAPSHOT will automatically be appended. Pass -PisRelease=true to gradlew to release.
2-
releaseVersion=0.7.0
2+
releaseVersion=0.8.0
33

44
androidGradlePluginVersion=4.2.0-alpha15
55
kotlinVersion=1.4.31

0 commit comments

Comments
 (0)