You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
30 lines
1.6 KiB
30 lines
1.6 KiB
# `@remix-run/router`
|
|
|
|
## 1.0.2
|
|
|
|
### Patch Changes
|
|
|
|
- Reset `actionData` after a successful action redirect ([#9334](https://github.com/remix-run/react-router/pull/9334))
|
|
- Update `matchPath` to avoid false positives on dash-separated segments ([#9300](https://github.com/remix-run/react-router/pull/9300))
|
|
- 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](https://github.com/remix-run/react-router/pull/9366))
|
|
|
|
## 1.0.1
|
|
|
|
### Patch Changes
|
|
|
|
- Preserve state from `initialEntries` ([#9288](https://github.com/remix-run/react-router/pull/9288))
|
|
- Preserve `?index` for fetcher get submissions to index routes ([#9312](https://github.com/remix-run/react-router/pull/9312))
|
|
|
|
## 1.0.0
|
|
|
|
This is the first stable release of `@remix-run/router`, which provides all the underlying routing and data loading/mutation logic for `react-router`. You should _not_ be using this package directly unless you are authoring a routing library similar to `react-router`.
|
|
|
|
For an overview of the features provided by `react-router`, we recommend you go check out the [docs][rr-docs], especially the [feature overview][rr-feature-overview] and the [tutorial][rr-tutorial].
|
|
|
|
For an overview of the features provided by `@remix-run/router`, please check out the [`README`][remix-router-readme].
|
|
|
|
[rr-docs]: https://reactrouter.com/
|
|
[rr-feature-overview]: https://reactrouter.com/en/v6.4.0/start/overview
|
|
[rr-tutorial]: https://reactrouter.com/en/v6.4.0/start/tutorial
|
|
[remix-router-readme]: https://github.com/remix-run/react-router/blob/main/packages/router/README.md
|