Skip to content

v5.1.0

Compare
Choose a tag to compare
@mjackson mjackson released this 24 Sep 16:56

Read the blog post

List of commits

Features

  • Add useParams, useLocation, useHistory, and useRouteMatch 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)