react-router-dom-v5-compat 6.16.0-pre.2 → 6.16.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,34 +1,12 @@
1
1
  # `react-router-dom-v5-compat`
2
2
 
3
- ## 6.16.0-pre.2
4
-
5
- ### Patch Changes
6
-
7
- - Updated dependencies:
8
- - `react-router@6.16.0-pre.2`
9
- - `react-router-dom@6.16.0-pre.2`
10
-
11
- ## 6.16.0-pre.1
12
-
13
- ### Patch Changes
14
-
15
- - Updated dependencies:
16
- - `react-router-dom@6.16.0-pre.1`
17
- - `react-router@6.16.0-pre.1`
18
-
19
- ## 6.16.0-pre.0
3
+ ## 6.16.0
20
4
 
21
5
  ### Minor Changes
22
6
 
23
- - Removed internal API only required for the Remix v1 back-compat layer and no longer needed in Remix v2 (`_isFetchActionRedirect`, `_hasFetcherDoneAnything`) ([#10715](https://github.com/remix-run/react-router/pull/10715))
24
-
25
- ### Patch Changes
26
-
27
- - Move the `@private` class export `ErrorResponse` to an `UNSAFE_ErrorResponseImpl` export since it is an implementation detail and there should be no construction of `ErrorResponse` instances in userland. This frees us up to export a `type ErrorResponse` which correlates to an instance of the class via `InstanceType`. Userland code should only ever be using `ErrorResponse` as a type and should be type-narrowing via `isRouteErrorResponse`. ([#10811](https://github.com/remix-run/react-router/pull/10811))
28
- - Export `ShouldRevalidateFunctionArgs` interface ([#10797](https://github.com/remix-run/react-router/pull/10797))
29
7
  - Updated dependencies:
30
- - `react-router-dom@6.16.0-pre.0`
31
- - `react-router@6.16.0-pre.0`
8
+ - `react-router-dom@6.16.0`
9
+ - `react-router@6.16.0`
32
10
 
33
11
  ## 6.15.0
34
12
 
package/dist/index.js CHANGED
@@ -1,5 +1,5 @@
1
1
  /**
2
- * React Router DOM v5 Compat v6.16.0-pre.2
2
+ * React Router DOM v5 Compat v6.16.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 v5 Compat v6.16.0-pre.2
2
+ * React Router DOM v5 Compat v6.16.0
3
3
  *
4
4
  * Copyright (c) Remix Software Inc.
5
5
  *
@@ -1,5 +1,5 @@
1
1
  /**
2
- * React Router DOM v5 Compat v6.16.0-pre.2
2
+ * React Router DOM v5 Compat v6.16.0
3
3
  *
4
4
  * Copyright (c) Remix Software Inc.
5
5
  *
@@ -1,5 +1,5 @@
1
1
  /**
2
- * React Router DOM v5 Compat v6.16.0-pre.2
2
+ * React Router DOM v5 Compat v6.16.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-v5-compat",
3
- "version": "6.16.0-pre.2",
3
+ "version": "6.16.0",
4
4
  "description": "Migration path to React Router v6 from v4/5",
5
5
  "keywords": [
6
6
  "react",
@@ -24,7 +24,7 @@
24
24
  "types": "./dist/index.d.ts",
25
25
  "dependencies": {
26
26
  "history": "^5.3.0",
27
- "react-router": "6.16.0-pre.2"
27
+ "react-router": "6.16.0"
28
28
  },
29
29
  "peerDependencies": {
30
30
  "react": ">=16.8",