Skip to content

Latest commit

 

History

History
112 lines (65 loc) · 1.66 KB

CHANGELOG.md

File metadata and controls

112 lines (65 loc) · 1.66 KB

react-router-native

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