blob: 35936ff7ec748359026490366acdda262f1f80e0 [file] [log] [blame] [view]
Jeremy Woodsd3071bf2023-05-02 14:43:42 -07001# Log for changes in the Navigation library
2#
3# `Added`: for new features
4# `Changed`: for changes in existing functionality
5# `Deprecated`: for soon to be removed functionality
6# `Removed`: for now removed feature
7# `Fixed`: for any bug fixes
8# `Security`: in case of vulnerabilities
Jeremy Woods251cbde2023-05-03 11:19:43 -07009#
10# Possible headings:
11# API Changes
12# Bug Fixes
13# Dependency Updates
14# Behavior Change
15# External Contributions
Jeremy Woodsd3071bf2023-05-02 14:43:42 -070016
Clara Fok6b96f582023-05-02 16:24:58 -070017## Unreleased
18
Jeremy Woodsb8f08a52023-05-11 16:52:41 +000019### New Features
20
21- NavHost and NavController now supports navigating in compose with Animations.
22
23### Bug Fixes
24
25- Fixed an issue with Navigation in Fragments where navigating
26with popUpTo and popping a fragment off the back stack without
27recreating its view would cause system back to stop working.
28
29## Version 2.6.0-rc01
30
Clara Fok6b96f582023-05-02 16:24:58 -070031### Bug Fixes
32
33- Updated the error message and exception type when navigating on a NavController with no
34 navigation graph set.
Jeremy Woodsd3071bf2023-05-02 14:43:42 -070035
Jeremy Woods251cbde2023-05-03 11:19:43 -070036### Dependency Updates
37
Clara Fok6b96f582023-05-02 16:24:58 -070038- Changed dependency of Activity library from version 1.6.1 to version 1.7.1.
39
Jeremy Woods251cbde2023-05-03 11:19:43 -070040