Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Conversation

@atscott
Copy link
Contributor

@atscott atscott commented Oct 24, 2025

BREAKING CHANGE: UrlMatchResult can now return UrlSegment[] for params.
params can be spread across multiple segments.
There is also a new _split param available for wildcard segments

first commit is in #64660

@angular-robot angular-robot bot added detected: breaking change PR contains a commit with a breaking change detected: feature PR contains a feature commit area: router labels Oct 24, 2025
@ngbot ngbot bot added this to the Backlog milestone Oct 24, 2025
BREAKING CHANGE: UrlMatchResult can now return UrlSegment[] for params.
params can be spread across multiple segments.
There is also a new _split param available for wildcard segments
@atscott
Copy link
Contributor Author

atscott commented Jan 15, 2026

Closing - rather than always doing this automatically with a special "splat" like tanstack does, which would be somewhat breaking, I think we could instead approach this with an "optional name" like solid has https://docs.solidjs.com/solid-router/concepts/catch-all

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

area: router detected: breaking change PR contains a commit with a breaking change detected: feature PR contains a feature commit

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant