You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: packages/react-router-dom/CHANGELOG.md
-30Lines changed: 0 additions & 30 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -15,36 +15,6 @@
15
15
-`react-router@6.29.0`
16
16
-`@remix-run/router@1.22.0`
17
17
18
-
## 6.29.0-pre-v6.2
19
-
20
-
### Minor Changes
21
-
22
-
- Provide the request `signal` as a parameter to `patchRoutesOnNavigation` ([#12900](https://github.com/remix-run/react-router/pull/12900))
23
-
24
-
- This can be used to abort any manifest fetches if the in-flight navigation/fetcher is aborted
25
-
26
-
### Patch Changes
27
-
28
-
- Updated dependencies:
29
-
-`@remix-run/router@1.22.0-pre-v6.1`
30
-
-`react-router@6.29.0-pre-v6.2`
31
-
32
-
## 6.28.3-pre-v6.1
33
-
34
-
### Patch Changes
35
-
36
-
- Updated dependencies:
37
-
-`react-router@6.28.3-pre-v6.1`
38
-
39
-
## 6.28.3-pre-v6.0
40
-
41
-
### Patch Changes
42
-
43
-
- Do not log v7 deprecation warnings in production builds ([#12794](https://github.com/remix-run/react-router/pull/12794))
Copy file name to clipboardExpand all lines: packages/react-router/CHANGELOG.md
-28Lines changed: 0 additions & 28 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -16,34 +16,6 @@
16
16
- Updated dependencies:
17
17
-`@remix-run/router@1.22.0`
18
18
19
-
## 6.29.0-pre-v6.2
20
-
21
-
### Minor Changes
22
-
23
-
- Provide the request `signal` as a parameter to `patchRoutesOnNavigation` ([#12900](https://github.com/remix-run/react-router/pull/12900))
24
-
25
-
- This can be used to abort any manifest fetches if the in-flight navigation/fetcher is aborted
26
-
27
-
### Patch Changes
28
-
29
-
- Updated dependencies:
30
-
-`@remix-run/router@1.22.0-pre-v6.1`
31
-
32
-
## 6.28.3-pre-v6.1
33
-
34
-
### Patch Changes
35
-
36
-
- Limit matchRoutes optimization to client side routers ([#12881](https://github.com/remix-run/react-router/pull/12881))
37
-
38
-
## 6.28.3-pre-v6.0
39
-
40
-
### Patch Changes
41
-
42
-
- Do not log v7 deprecation warnings in production builds ([#12794](https://github.com/remix-run/react-router/pull/12794))
43
-
- Optimize route matching by skipping redundant `matchRoutes` calls when possible ([#12169](https://github.com/remix-run/react-router/pull/12169))
Copy file name to clipboardExpand all lines: packages/router/CHANGELOG.md
-20Lines changed: 0 additions & 20 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -15,26 +15,6 @@
15
15
- Properly bubble headers when throwing a `data()` result ([#12845](https://github.com/remix-run/react-router/pull/12845))
16
16
- Optimize route matching by skipping redundant `matchRoutes` calls when possible ([#12169](https://github.com/remix-run/react-router/pull/12169))
17
17
18
-
## 1.22.0-pre-v6.1
19
-
20
-
### Minor Changes
21
-
22
-
- Provide the request `signal` as a parameter to `patchRoutesOnNavigation` ([#12900](https://github.com/remix-run/react-router/pull/12900))
23
-
24
-
- This can be used to abort any manifest fetches if the in-flight navigation/fetcher is aborted
25
-
26
-
### Patch Changes
27
-
28
-
- Strip search parameters from `patchRoutesOnNavigation``path` param for fetcher calls ([#12899](https://github.com/remix-run/react-router/pull/12899))
29
-
30
-
## 1.21.2-pre-v6.0
31
-
32
-
### Patch Changes
33
-
34
-
- Do not log v7 deprecation warnings in production builds ([#12794](https://github.com/remix-run/react-router/pull/12794))
35
-
- Properly bubble headers when throwing a `data()` result ([#12845](https://github.com/remix-run/react-router/pull/12845))
36
-
- Optimize route matching by skipping redundant `matchRoutes` calls when possible ([#12169](https://github.com/remix-run/react-router/pull/12169))
0 commit comments