@remix-run/router 1.19.2-pre.0 → 1.19.2

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,11 +1,10 @@
1
1
  # `@remix-run/router`
2
2
 
3
- ## 1.19.2-pre.0
3
+ ## 1.19.2
4
4
 
5
5
  ### Patch Changes
6
6
 
7
7
  - Update the `unstable_dataStrategy` API to allow for more advanced implementations ([#11943](https://github.com/remix-run/react-router/pull/11943))
8
-
9
8
  - Rename `unstable_HandlerResult` to `unstable_DataStrategyResult`
10
9
  - The return signature has changed from a parallel array of `unstable_DataStrategyResult[]` (parallel to `matches`) to a key/value object of `routeId => unstable_DataStrategyResult`
11
10
  - This allows you to more easily decide to opt-into or out-of revalidating data that may not have been revalidated by default (via `match.shouldLoad`)
@@ -14,9 +13,8 @@
14
13
  - You should now return/throw a result from your `handlerOverride` instead of returning a `DataStrategyResult`
15
14
  - If you are aggregating the results of `match.resolve()` into a final results object you should not need to think about the `DataStrategyResult` type
16
15
  - If you are manually filling your results object from within your `handlerOverride`, then you will need to assign a `DataStrategyResult` as the value so React Router knows if it's a successful execution or an error.
17
-
18
16
  - Preserve view transition through redirects ([#11925](https://github.com/remix-run/react-router/pull/11925))
19
- - Fix blocker usage when `blocker.proceed` is called quickly/syncronously ([#11930](https://github.com/remix-run/react-router/pull/11930))
17
+ - Fix blocker usage when `blocker.proceed` is called quickly/synchronously ([#11930](https://github.com/remix-run/react-router/pull/11930))
20
18
  - Preserve pending view transitions through a router revalidation call ([#11917](https://github.com/remix-run/react-router/pull/11917))
21
19
 
22
20
  ## 1.19.1
@@ -1,5 +1,5 @@
1
1
  /**
2
- * @remix-run/router v1.19.2-pre.0
2
+ * @remix-run/router v1.19.2
3
3
  *
4
4
  * Copyright (c) Remix Software Inc.
5
5
  *
package/dist/router.js CHANGED
@@ -1,5 +1,5 @@
1
1
  /**
2
- * @remix-run/router v1.19.2-pre.0
2
+ * @remix-run/router v1.19.2
3
3
  *
4
4
  * Copyright (c) Remix Software Inc.
5
5
  *
@@ -1,5 +1,5 @@
1
1
  /**
2
- * @remix-run/router v1.19.2-pre.0
2
+ * @remix-run/router v1.19.2
3
3
  *
4
4
  * Copyright (c) Remix Software Inc.
5
5
  *
@@ -1,5 +1,5 @@
1
1
  /**
2
- * @remix-run/router v1.19.2-pre.0
2
+ * @remix-run/router v1.19.2
3
3
  *
4
4
  * Copyright (c) Remix Software Inc.
5
5
  *
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@remix-run/router",
3
- "version": "1.19.2-pre.0",
3
+ "version": "1.19.2",
4
4
  "description": "Nested/Data-driven/Framework-agnostic Routing",
5
5
  "keywords": [
6
6
  "remix",