v5.1.0
Read the blog post
List of commits
Features
- Add
useParams
,useLocation
,useHistory
, anduseRouteMatch
hooks (d6224d6) - Add support for
forwardRef
in<Link>
(b5528ed) - Add support for functions in
<Link to>
and<NavLink to>
(#5331, #5368) - Add
<Link component>
API (#5437)
Bugfixes
- Don't render
<Route children>
elements when the<Route>
does not match (9665659)