Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
Show all changes
20 commits
Select commit Hold shift + click to select a range
02689ff
- Adds `GoRouter.goRelative`
ThangVuNguyenViet May 29, 2024
e8ac4ee
add go_relative example for go_router
ThangVuNguyenViet May 29, 2024
c42151c
add go_relative_test for the example
ThangVuNguyenViet May 29, 2024
022db98
fix failed test
ThangVuNguyenViet May 29, 2024
812498e
replace goRelative with go('./$path')
ThangVuNguyenViet Jun 19, 2024
07b63ad
Commit missing files during merge
ThangVuNguyenViet Jun 19, 2024
c025d86
update changelog & version
ThangVuNguyenViet Jun 19, 2024
3fb6463
Prevent concatenateUris from adding trailing redundant '?'. Add test …
ThangVuNguyenViet Jun 19, 2024
205d096
Add more `concatenateUris` test. Fix joining params
ThangVuNguyenViet Jun 19, 2024
8e4db8e
update example description
ThangVuNguyenViet Jul 10, 2024
0ead0af
Make concatenateUris not merging parameters, only take them from chil…
ThangVuNguyenViet Jul 19, 2024
9407200
Refactor example & its test
ThangVuNguyenViet Jul 19, 2024
6830539
Remove TypedRelativeGoRoute
ThangVuNguyenViet Sep 6, 2024
43eb497
Add missing import
ThangVuNguyenViet Sep 6, 2024
2dd80d9
add fragment test to concatenateUris
ThangVuNguyenViet Sep 24, 2024
3071a53
Merge branch 'main' into go_router/go-relative
ThangVuNguyenViet Sep 24, 2024
4dba574
Merge branch 'main' of github.com:flutter/packages into go_router/go-…
ThangVuNguyenViet Nov 3, 2024
fb61d97
Merge branch 'main' into go_router/go-relative
ThangVuNguyenViet Nov 7, 2024
d1ebfeb
bump version to 14.4.2 in pubspec.yaml
ThangVuNguyenViet Nov 8, 2024
c246bc3
Merge branch 'main' into go_router/go-relative
chunhtai Nov 13, 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
Merge branch 'main' into go_router/go-relative
  • Loading branch information
chunhtai authored Nov 13, 2024
commit c246bc3e1da8d6b6ee738620fc7cdae444909f82
7 changes: 5 additions & 2 deletions packages/go_router/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,11 @@

## 14.4.2
## 14.6.0

- Allows going to a path relatively by prefixing `./`

## 14.5.0

- Adds preload support to StatefulShellRoute, configurable via `preload` parameter on StatefulShellBranch.

## 14.4.1

- Adds `missing_code_block_language_in_doc_comment` lint.
Expand Down
2 changes: 1 addition & 1 deletion packages/go_router/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: go_router
description: A declarative router for Flutter based on Navigation 2 supporting
deep linking, data-driven routes and more
version: 14.4.2
version: 14.6.0
repository: https://github.com/flutter/packages/tree/main/packages/go_router
issue_tracker: https://github.com/flutter/flutter/issues?q=is%3Aissue+is%3Aopen+label%3A%22p%3A+go_router%22

Expand Down
You are viewing a condensed version of this merge commit. You can view the full changes here.