v6.1.0
π Bug fixes
- Fixed a bug that broke support for base64 encoded IDs on nested routes (#8291)
β¨ Features
<Outlet>
can now receive acontext
prop. This value is passed to child routes and is accessible via the newuseOutletContext
hook. See the API docs for details. (#8461)<NavLink>
can now receive a child function for access to its props. (#8164)
π Enhancements
- Improved TypeScript signature for
useMatch
andmatchPath
. For example, when you calluseMatch("foo/:bar/:baz")
, the path is parsed and the return type will bePathMatch<"bar" | "baz">
. (#8030) - A few error message improvements (#8202)
New Contributors
- @rwieruch made their first contribution in #8244
- @codeiotic made their first contribution in #8247
- @Sannnao made their first contribution in #8263
- @mattmazzola made their first contribution in #8255
- @ngokevin made their first contribution in #8267
- @TimisRobert made their first contribution in #8269
- @mikeldking made their first contribution in #8279
- @fishmandev made their first contribution in #8289
- @rjerue made their first contribution in #8304
- @rockingskier made their first contribution in #8314
- @arinthros made their first contribution in #8337
- @noisypigeon made their first contribution in #8361
- @elylucas made their first contribution in #8368
- @paulsmithkc made their first contribution in #8357
- @sanketshah19 made their first contribution in #8372
- @JakubDrozd made their first contribution in #8402
- @markivancho made their first contribution in #8414
- @turansky made their first contribution in #8420
- @shivamsinghchahar made their first contribution in #8423
- @petersendidit made their first contribution in #8436
- @Ajayff4 made their first contribution in #8373
- @RobHannay made their first contribution in #8455
- @kddnewton made their first contribution in #8030
- @brockross made their first contribution in #8462
- @sergiodxa made their first contribution in #8164
- @baozouai made their first contribution in #8171
- @liuhanqu made their first contribution in #8374
Full Changelog: v6.0.1...v6.1.0