Skip to content

Commit 06fee7a

Browse files
Sync release-go_router to main (#11499)
This automated PR syncs the changes from the release branch release-go_router back to the main branch.
1 parent ca2647a commit 06fee7a

3 files changed

Lines changed: 6 additions & 5 deletions

File tree

packages/go_router/CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
## 17.2.1
2+
3+
- Fixes chained top-level redirects not being fully resolved (e.g. `/ → /a → /b` stopping at `/a`).
4+
- Fixes route-level redirects not triggering top-level redirect re-evaluation on the new location.
5+
16
## 17.2.0
27

38
- Fixes `Block.then()` and `Allow.then()` navigation callbacks being silently lost when triggered by `refreshListenable` due to re-entrant route processing.

packages/go_router/pending_changelogs/fix_chained_redirect_regression.yaml

Lines changed: 0 additions & 4 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.0
4+
version: 17.2.1
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)