react-router v5.1.0 Release Notes

Release Date: 2019-09-24 // over 4 years ago
  • 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)