react-router 0.0.0-experimental-f7aa35148 → 0.0.0-experimental-e1311612e

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,5 +1,21 @@
1
1
  # `react-router`
2
2
 
3
+ ## 6.25.0
4
+
5
+ ### Minor Changes
6
+
7
+ - Stabilize `future.unstable_skipActionErrorRevalidation` as `future.v7_skipActionErrorRevalidation` ([#11769](https://github.com/remix-run/react-router/pull/11769))
8
+
9
+ - When this flag is enabled, actions will not automatically trigger a revalidation if they return/throw a `Response` with a `4xx`/`5xx` status code
10
+ - You may still opt-into revalidation via `shouldRevalidate`
11
+ - This also changes `shouldRevalidate`'s `unstable_actionStatus` parameter to `actionStatus`
12
+
13
+ ### Patch Changes
14
+
15
+ - Fix regression and properly decode paths inside `useMatch` so matches/params reflect decoded params ([#11789](https://github.com/remix-run/react-router/pull/11789))
16
+ - Updated dependencies:
17
+ - `@remix-run/router@1.18.0`
18
+
3
19
  ## 6.24.1
4
20
 
5
21
  ### Patch Changes
package/dist/index.js CHANGED
@@ -1,5 +1,5 @@
1
1
  /**
2
- * React Router v0.0.0-experimental-f7aa35148
2
+ * React Router v0.0.0-experimental-e1311612e
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 v0.0.0-experimental-f7aa35148
2
+ * React Router v0.0.0-experimental-e1311612e
3
3
  *
4
4
  * Copyright (c) Remix Software Inc.
5
5
  *
@@ -1,5 +1,5 @@
1
1
  /**
2
- * React Router v0.0.0-experimental-f7aa35148
2
+ * React Router v0.0.0-experimental-e1311612e
3
3
  *
4
4
  * Copyright (c) Remix Software Inc.
5
5
  *
@@ -1,5 +1,5 @@
1
1
  /**
2
- * React Router v0.0.0-experimental-f7aa35148
2
+ * React Router v0.0.0-experimental-e1311612e
3
3
  *
4
4
  * Copyright (c) Remix Software Inc.
5
5
  *
@@ -1,5 +1,5 @@
1
1
  /**
2
- * React Router v0.0.0-experimental-f7aa35148
2
+ * React Router v0.0.0-experimental-e1311612e
3
3
  *
4
4
  * Copyright (c) Remix Software Inc.
5
5
  *
@@ -1,5 +1,5 @@
1
1
  /**
2
- * React Router v0.0.0-experimental-f7aa35148
2
+ * React Router v0.0.0-experimental-e1311612e
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": "0.0.0-experimental-f7aa35148",
3
+ "version": "0.0.0-experimental-e1311612e",
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": "0.0.0-experimental-f7aa35148"
26
+ "@remix-run/router": "0.0.0-experimental-e1311612e"
27
27
  },
28
28
  "devDependencies": {
29
29
  "react": "^18.2.0",
30
- "react-router-dom": "0.0.0-experimental-f7aa35148"
30
+ "react-router-dom": "0.0.0-experimental-e1311612e"
31
31
  },
32
32
  "peerDependencies": {
33
33
  "react": ">=16.8"