-
Notifications
You must be signed in to change notification settings - Fork 153
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Support query parameters in routes (#752)
* feat(router): support query and fragment * fix(router): remove CustomEvent web_sys feature * fix(router): add docs, run fmt, fix clippy warnings * fix(router): remove unnececery clones and dereferences * refactor(router): format * feat(router): add query params to router example * fix(router): bring back refresh and navigate_no_history * fix(router): change history & signal update order * chore(router): fmt * fix(router): change history & signal update order in navigate* functions --------- Co-authored-by: Luke Chu <[email protected]>
- Loading branch information
1 parent
eb134c8
commit 0e82e2e
Showing
3 changed files
with
146 additions
and
21 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -29,5 +29,6 @@ features = [ | |
"PopStateEvent", | ||
"Url", | ||
"Window", | ||
"UrlSearchParams", | ||
] | ||
version = "0.3.60" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters