Skip to content

v1.0.0-rc4

Pre-release
Pre-release
Compare
Choose a tag to compare
@timdorr timdorr released this 10 Nov 17:26
· 8091 commits to main since this release
  • ec3f3eb [wip][added] Support custom RoutingContext on Router
  • 4b8e994 [fixed] Index routes with extraneous slashes
  • c68f9f1 [removed] Remove deprecated handler prop on Route
  • 9e449f5 [fixed] Match routes piece-by-piece
  • fbc109c [fixed] Use %20 instead of + in URL pathnames
  • 8dd8ceb [fixed] Mark dynamic index routes as active
  • fae04bc [added] Greedy splat (**)
  • 24ad58c [changed] Query changes aren't route changes
  • 19c7086 [added] Handle undefined query values in isActive
  • 3545ab2 [removed] params from RoutingContext child context
  • 9d346fc [added] params on RoutingContext child context
  • 52cca98 [changed] Preventing transition from onClick
  • 4e48b6b [changed] Pass named children as props
  • 3cc7d6d [added] Peer dependency on history package
  • 751ca25 [fixed] Don't match empty routes for isActive
  • 8459755 [fixed] Include the hash prop on Links
  • ac7dd4a [fixed] Postinstall script on Windows
  • d905382 [added] Test for IndexLink to deeply nested IndexRoute
  • 6f8ceac [fixed] Transitions example