Skip to content

v2.4.0

Choose a tag to compare

@richardgorman richardgorman released this 30 Apr 14:15
· 46 commits to master since this release

Core

  • Fixed a bug inside .match() that caused a false positive
  • Removed the error when a matching route was not found
  • Update history to 4.9.0

React

  • Added <Route.NotFound> component
  • Added update method to useRoute(). This will update the relative route in the tree
  • <Route> now passes down the current route as props to its rendered component