react-router-dom 6.26.0-pre.0 → 6.26.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 CHANGED
@@ -1,6 +1,6 @@
1
1
  # `react-router-dom`
2
2
 
3
- ## 6.26.0-pre.0
3
+ ## 6.26.0
4
4
 
5
5
  ### Minor Changes
6
6
 
@@ -9,12 +9,10 @@
9
9
  ### Patch Changes
10
10
 
11
11
  - Fix initial hydration behavior when using `future.v7_partialHydration` along with `unstable_patchRoutesOnMiss` ([#11838](https://github.com/remix-run/react-router/pull/11838))
12
-
13
12
  - During initial hydration, `router.state.matches` will now include any partial matches so that we can render ancestor `HydrateFallback` components
14
-
15
13
  - Updated dependencies:
16
- - `@remix-run/router@1.19.0-pre.0`
17
- - `react-router@6.26.0-pre.0`
14
+ - `@remix-run/router@1.19.0`
15
+ - `react-router@6.26.0`
18
16
 
19
17
  ## 6.25.1
20
18
 
@@ -29,7 +27,6 @@
29
27
  ### Minor Changes
30
28
 
31
29
  - Stabilize `future.unstable_skipActionErrorRevalidation` as `future.v7_skipActionErrorRevalidation` ([#11769](https://github.com/remix-run/react-router/pull/11769))
32
-
33
30
  - When this flag is enabled, actions will not automatically trigger a revalidation if they return/throw a `Response` with a `4xx`/`5xx` status code
34
31
  - You may still opt-into revalidation via `shouldRevalidate`
35
32
  - This also changes `shouldRevalidate`'s `unstable_actionStatus` parameter to `actionStatus`
@@ -56,7 +53,6 @@
56
53
  ### Minor Changes
57
54
 
58
55
  - Add support for Lazy Route Discovery (a.k.a. Fog of War) ([#11626](https://github.com/remix-run/react-router/pull/11626))
59
-
60
56
  - RFC: <https://github.com/remix-run/react-router/discussions/11113>
61
57
  - `unstable_patchRoutesOnMiss` docs: <https://reactrouter.com/en/main/routers/create-browser-router>
62
58
 
package/dist/index.js CHANGED
@@ -1,5 +1,5 @@
1
1
  /**
2
- * React Router DOM v6.26.0-pre.0
2
+ * React Router DOM v6.26.0
3
3
  *
4
4
  * Copyright (c) Remix Software Inc.
5
5
  *
package/dist/main.js CHANGED
@@ -1,5 +1,5 @@
1
1
  /**
2
- * React Router DOM v6.26.0-pre.0
2
+ * React Router DOM v6.26.0
3
3
  *
4
4
  * Copyright (c) Remix Software Inc.
5
5
  *
@@ -1,5 +1,5 @@
1
1
  /**
2
- * React Router DOM v6.26.0-pre.0
2
+ * React Router DOM v6.26.0
3
3
  *
4
4
  * Copyright (c) Remix Software Inc.
5
5
  *
@@ -1,5 +1,5 @@
1
1
  /**
2
- * React Router DOM v6.26.0-pre.0
2
+ * React Router DOM v6.26.0
3
3
  *
4
4
  * Copyright (c) Remix Software Inc.
5
5
  *
@@ -1,5 +1,5 @@
1
1
  /**
2
- * React Router DOM v6.26.0-pre.0
2
+ * React Router DOM v6.26.0
3
3
  *
4
4
  * Copyright (c) Remix Software Inc.
5
5
  *
@@ -1,5 +1,5 @@
1
1
  /**
2
- * React Router DOM v6.26.0-pre.0
2
+ * React Router DOM v6.26.0
3
3
  *
4
4
  * Copyright (c) Remix Software Inc.
5
5
  *
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "react-router-dom",
3
- "version": "6.26.0-pre.0",
3
+ "version": "6.26.0",
4
4
  "description": "Declarative routing for React web applications",
5
5
  "keywords": [
6
6
  "react",
@@ -23,8 +23,8 @@
23
23
  "module": "./dist/index.js",
24
24
  "types": "./dist/index.d.ts",
25
25
  "dependencies": {
26
- "@remix-run/router": "1.19.0-pre.0",
27
- "react-router": "6.26.0-pre.0"
26
+ "@remix-run/router": "1.19.0",
27
+ "react-router": "6.26.0"
28
28
  },
29
29
  "devDependencies": {
30
30
  "react": "^18.2.0",