Skip to content

Commit

Permalink
Update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
isaac-udy committed May 1, 2024
1 parent 7af597f commit 69b5083
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
* Added `navigationFlowReference` as a parcealble object which can be passed to NavigationKeys, and then later used to retrieve the parent navigation flow
* Prevent more than one registerForNavigationResult from occurring within the context of a single NavigationHandle
* Remove `next` from the public API of NavigationFlow, in favour of doing this automatically on creation of the flow
* Added a new version of `OverrideNavigationAnimations`, which provides a way to override animations and receive an `AnimatedVisibilityScope` which is useful for shared element transitions.

## 2.3.0
* Updated NavigationFlow to return from `next` after `onCompleted` is called, rather than continuing to set the backstack from the flow
Expand Down

0 comments on commit 69b5083

Please sign in to comment.