Skip to content

Commit 3888c6f

Browse files
Sync release-go_router to main (#11545)
This automated PR syncs the changes from the release branch release-go_router back to the main branch.
1 parent 8b09614 commit 3888c6f

3 files changed

Lines changed: 5 additions & 4 deletions

File tree

packages/go_router/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 17.2.2
2+
3+
- Fixes `pop()` restoring stale configuration when route has `onExit`, which could cause the popped route to reappear with async redirects.
4+
15
## 17.2.1
26

37
- Fixes chained top-level redirects not being fully resolved (e.g. `/ → /a → /b` stopping at `/a`).

packages/go_router/pending_changelogs/11241_fix_pop_restore.yaml

Lines changed: 0 additions & 3 deletions
This file was deleted.

packages/go_router/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: go_router
22
description: A declarative router for Flutter based on Navigation 2 supporting
33
deep linking, data-driven routes and more
4-
version: 17.2.1
4+
version: 17.2.2
55
repository: https://github.com/flutter/packages/tree/main/packages/go_router
66
issue_tracker: https://github.com/flutter/flutter/issues?q=is%3Aissue+is%3Aopen+label%3A%22p%3A+go_router%22
77

0 commit comments

Comments
 (0)