Skip to content

v6.0.0-beta.8

Pre-release
Pre-release
Compare
Choose a tag to compare
@chaance chaance released this 22 Oct 20:49
· 1566 commits to main since this release

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 a basename 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! πŸ€“