[go: nahoru, domu]

Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[go_router] Add popUntil #6306

Draft
wants to merge 21 commits into
base: main
Choose a base branch
from
Draft
Changes from 1 commit
Commits
Show all changes
21 commits
Select commit Hold shift + click to select a range
d0344cd
feat: Add popUntil
ValentinVignal Mar 12, 2024
0698d10
test: Add test to popUntil
ValentinVignal Mar 12, 2024
9012446
chore: Update version number
ValentinVignal Mar 12, 2024
58413f6
fix: Add missing documentation
ValentinVignal Mar 13, 2024
e6f7d3d
Merge branch 'main' into go-router/pop-until
ValentinVignal Mar 14, 2024
07f8b9a
Merge branch 'main' into go-router/pop-until
ValentinVignal Mar 15, 2024
cdea029
Merge branch 'main' into go-router/pop-until
ValentinVignal Mar 16, 2024
234f911
Merge branch 'main' into go-router/pop-until
ValentinVignal Mar 18, 2024
3fdefa1
Merge branch 'main' into go-router/pop-until
ValentinVignal Mar 21, 2024
5ccfa30
Merge branch 'main' into go-router/pop-until
ValentinVignal Mar 24, 2024
3a30e77
Merge remote-tracking branch 'upstream/main' into go-router/pop-until
ValentinVignal Apr 1, 2024
32c9a14
Merge branch 'main' into go-router/pop-until
ValentinVignal Apr 5, 2024
85fce3d
Merge remote-tracking branch 'upstream/main' into go-router/pop-until
ValentinVignal Apr 9, 2024
4abc0bb
Merge remote-tracking branch 'upstream/main' into go-router/pop-until
ValentinVignal Apr 9, 2024
20161ef
Merge branch 'main' into go-router/pop-until
ValentinVignal Apr 11, 2024
ff97a41
refactor: Use GoRouterState instead of RouteMatchBase
ValentinVignal Apr 11, 2024
0d6553e
Merge remote-tracking branch 'upstream/main' into go-router/pop-until
ValentinVignal Apr 11, 2024
25dd4bb
Merge remote-tracking branch 'upstream/main' into go-router/pop-until
ValentinVignal May 29, 2024
7c526d7
refactor: Simplify the code by removing a method
ValentinVignal May 29, 2024
782c0b9
test: Add some tests
ValentinVignal Jun 10, 2024
31b3afd
Merge remote-tracking branch 'upstream/main' into go-router/pop-until
ValentinVignal Jul 1, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Merge branch 'main' into go-router/pop-until
  • Loading branch information
ValentinVignal committed Mar 16, 2024
commit cdea02957014d0efdc2b80d11532f05b84ebd73f
6 changes: 5 additions & 1 deletion packages/go_router/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,12 @@
## 13.3.0

- Updates minimum supported SDK version to Flutter 3.13/Dart 3.1.
- Adds `popUntil` method to pop multiple routes from a predicate.

## 13.2.1

- Updates minimum supported SDK version to Flutter 3.16/Dart 3.2.
- Fixes memory leaks.

## 13.2.0

- Exposes full `Uri` on `GoRouterState` in `GoRouterRedirect`
Expand Down
You are viewing a condensed version of this merge commit. You can view the full changes here.