Remember last week when we said
We anticipate this will be the last beta release before v6 stable next week.
Yeah, about that … 😅
We found and squashed a few high-priority bugs that needed to be addressed first. But it's coming very soon, we promise! In the mean time, here's what you'll get from our eight-est and greatest beta release:
🐛 Bug Fixes
- We fixed a few bugs in
useHref
that resulted in the incorrect resolved value in cases where abasename
is used on the<Router />
component (See #8133 and #8142 for details). - We also fixed a bug in our path ranking algorithm so that splat routes (routes with a
*
path value) are now correctly ranked ahead of layout routes.
🗒️ Docs
We've added lots of goodies to our docs
and examples
, and there's a lot more yet to come. Take a look and see if you find something that makes your work a little easier! We think the lazy loading and custom query parsing examples are particularly cool! 🤓