react-router 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`
2
2
 
3
- ## 6.26.0-pre.0
3
+ ## 6.26.0
4
4
 
5
5
  ### Minor Changes
6
6
 
@@ -9,11 +9,9 @@
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`
14
+ - `@remix-run/router@1.19.0`
17
15
 
18
16
  ## 6.25.1
19
17
 
@@ -24,7 +22,6 @@ No significant changes to this package were made in this release. [See the repo
24
22
  ### Minor Changes
25
23
 
26
24
  - Stabilize `future.unstable_skipActionErrorRevalidation` as `future.v7_skipActionErrorRevalidation` ([#11769](https://github.com/remix-run/react-router/pull/11769))
27
-
28
25
  - When this flag is enabled, actions will not automatically trigger a revalidation if they return/throw a `Response` with a `4xx`/`5xx` status code
29
26
  - You may still opt-into revalidation via `shouldRevalidate`
30
27
  - This also changes `shouldRevalidate`'s `unstable_actionStatus` parameter to `actionStatus`
@@ -48,7 +45,6 @@ No significant changes to this package were made in this release. [See the repo
48
45
  ### Minor Changes
49
46
 
50
47
  - Add support for Lazy Route Discovery (a.k.a. Fog of War) ([#11626](https://github.com/remix-run/react-router/pull/11626))
51
-
52
48
  - RFC: <https://github.com/remix-run/react-router/discussions/11113>
53
49
  - `unstable_patchRoutesOnMiss` docs: <https://reactrouter.com/en/main/routers/create-browser-router>
54
50
 
package/dist/index.js CHANGED
@@ -1,5 +1,5 @@
1
1
  /**
2
- * React Router v6.26.0-pre.0
2
+ * React Router 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 v6.26.0-pre.0
2
+ * React Router v6.26.0
3
3
  *
4
4
  * Copyright (c) Remix Software Inc.
5
5
  *
@@ -1,5 +1,5 @@
1
1
  /**
2
- * React Router v6.26.0-pre.0
2
+ * React Router v6.26.0
3
3
  *
4
4
  * Copyright (c) Remix Software Inc.
5
5
  *
@@ -1,5 +1,5 @@
1
1
  /**
2
- * React Router v6.26.0-pre.0
2
+ * React Router v6.26.0
3
3
  *
4
4
  * Copyright (c) Remix Software Inc.
5
5
  *
@@ -1,5 +1,5 @@
1
1
  /**
2
- * React Router v6.26.0-pre.0
2
+ * React Router v6.26.0
3
3
  *
4
4
  * Copyright (c) Remix Software Inc.
5
5
  *
@@ -1,5 +1,5 @@
1
1
  /**
2
- * React Router v6.26.0-pre.0
2
+ * React Router 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",
3
- "version": "6.26.0-pre.0",
3
+ "version": "6.26.0",
4
4
  "description": "Declarative routing for React",
5
5
  "keywords": [
6
6
  "react",
@@ -23,11 +23,11 @@
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"
26
+ "@remix-run/router": "1.19.0"
27
27
  },
28
28
  "devDependencies": {
29
29
  "react": "^18.2.0",
30
- "react-router-dom": "6.26.0-pre.0"
30
+ "react-router-dom": "6.26.0"
31
31
  },
32
32
  "peerDependencies": {
33
33
  "react": ">=16.8"