Skip to content

Latest commit

 

History

History
249 lines (144 loc) · 3.89 KB

CHANGELOG.md

File metadata and controls

249 lines (144 loc) · 3.89 KB

react-router-native

6.20.0

Minor Changes

  • Export the PathParam type from the public API (#10719)

Patch Changes

6.19.0

Patch Changes

6.18.0

Patch Changes

6.17.0

Patch Changes

6.16.0

Minor Changes

6.15.0

Minor Changes

  • Add's a new redirectDocument() function which allows users to specify that a redirect from a loader/action should trigger a document reload (via window.location) instead of attempting to navigate to the redirected location via React Router (#10705)

Patch Changes

6.14.2

Patch Changes

6.14.1

Patch Changes

6.14.1-pre.1

Patch Changes

6.14.1-pre.0

Patch Changes

6.14.0

Patch Changes

6.13.0

Patch Changes

6.12.1

Patch Changes

6.12.0

Patch Changes

6.11.2

Patch Changes

6.11.1

Patch Changes

6.11.0

Patch Changes

6.10.0

Patch Changes

6.9.0

Minor Changes

6.8.2

Patch Changes

6.8.1

Patch Changes

6.8.0

Patch Changes

6.7.0

Patch Changes

6.6.2

Patch Changes

6.6.1

Patch Changes

6.6.0

Patch Changes

6.5.0

Patch Changes

6.4.5

Patch Changes

6.4.4

Patch Changes

6.4.3

Patch Changes

6.4.2

Patch Changes

  • If an index route has children, it will result in a runtime error. We have strengthened our RouteObject/RouteProps types to surface the error in TypeScript. (#9366)
  • Updated dependencies:

6.4.1

Patch Changes

6.4.0

Bug Fixes

  • Path resolution is now trailing slash agnostic (#8861)
  • useLocation returns the scoped location inside a <Routes location> component (#9094)

Updated dependencies