react-router 6.21.0-pre.3 → 6.21.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +2 -18
- package/dist/index.js +1 -1
- package/dist/main.js +1 -1
- package/dist/react-router.development.js +1 -1
- package/dist/react-router.production.min.js +1 -1
- package/dist/umd/react-router.development.js +1 -1
- package/dist/umd/react-router.production.min.js +1 -1
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -1,22 +1,6 @@
|
|
|
1
1
|
# `react-router`
|
|
2
2
|
|
|
3
|
-
## 6.21.0
|
|
4
|
-
|
|
5
|
-
### Patch Changes
|
|
6
|
-
|
|
7
|
-
- [REMOVE] Refactor internals for partial hydration ([#11094](https://github.com/remix-run/react-router/pull/11094))
|
|
8
|
-
- Updated dependencies:
|
|
9
|
-
- `@remix-run/router@1.14.0-pre.1`
|
|
10
|
-
|
|
11
|
-
## 6.21.0-pre.2
|
|
12
|
-
|
|
13
|
-
## 6.21.0-pre.1
|
|
14
|
-
|
|
15
|
-
### Patch Changes
|
|
16
|
-
|
|
17
|
-
- [REMOVE] Fix plumbing of future flags ([`558d7936`](https://github.com/remix-run/react-router/commit/558d7936cc8fe643374a2c9a9fdcf022e8c4c939))
|
|
18
|
-
|
|
19
|
-
## 6.21.0-pre.0
|
|
3
|
+
## 6.21.0
|
|
20
4
|
|
|
21
5
|
### Minor Changes
|
|
22
6
|
|
|
@@ -155,7 +139,7 @@
|
|
|
155
139
|
|
|
156
140
|
- Properly handle falsy error values in ErrorBoundary's ([#11071](https://github.com/remix-run/react-router/pull/11071))
|
|
157
141
|
- Updated dependencies:
|
|
158
|
-
- `@remix-run/router@1.14.0
|
|
142
|
+
- `@remix-run/router@1.14.0`
|
|
159
143
|
|
|
160
144
|
## 6.20.1
|
|
161
145
|
|
package/dist/index.js
CHANGED
package/dist/main.js
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "react-router",
|
|
3
|
-
"version": "6.21.0
|
|
3
|
+
"version": "6.21.0",
|
|
4
4
|
"description": "Declarative routing for React",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"react",
|
|
@@ -23,7 +23,7 @@
|
|
|
23
23
|
"module": "./dist/index.js",
|
|
24
24
|
"types": "./dist/index.d.ts",
|
|
25
25
|
"dependencies": {
|
|
26
|
-
"@remix-run/router": "1.14.0
|
|
26
|
+
"@remix-run/router": "1.14.0"
|
|
27
27
|
},
|
|
28
28
|
"devDependencies": {
|
|
29
29
|
"react": "^18.2.0"
|