react-router-native 0.0.0-experimental-c7dd3d3a → 0.0.0-experimental-52e9b8eb3

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,25 @@
1
1
  # `react-router-native`
2
2
 
3
+ ## 6.23.1
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies:
8
+ - `react-router@6.23.1`
9
+
10
+ ## 6.23.0
11
+
12
+ ### Minor Changes
13
+
14
+ - Add a new `unstable_dataStrategy` configuration option ([#11098](https://github.com/remix-run/react-router/pull/11098))
15
+ - This option allows Data Router applications to take control over the approach for executing route loaders and actions
16
+ - The default implementation is today's behavior, to fetch all loaders in parallel, but this option allows users to implement more advanced data flows including Remix single-fetch, middleware/context APIs, automatic loader caching, and more
17
+
18
+ ### Patch Changes
19
+
20
+ - Updated dependencies:
21
+ - `react-router@6.23.0`
22
+
3
23
  ## 6.22.3
4
24
 
5
25
  ### Patch Changes
package/dist/index.js CHANGED
@@ -1,5 +1,5 @@
1
1
  /**
2
- * React Router Native v0.0.0-experimental-c7dd3d3a
2
+ * React Router Native v0.0.0-experimental-52e9b8eb3
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-native",
3
- "version": "0.0.0-experimental-c7dd3d3a",
3
+ "version": "0.0.0-experimental-52e9b8eb3",
4
4
  "description": "Declarative routing for React Native applications",
5
5
  "keywords": [
6
6
  "react",
@@ -22,11 +22,14 @@
22
22
  "types": "./dist/index.d.ts",
23
23
  "dependencies": {
24
24
  "@ungap/url-search-params": "^0.2.2",
25
- "react-router": "0.0.0-experimental-c7dd3d3a"
25
+ "react-router": "0.0.0-experimental-52e9b8eb3"
26
26
  },
27
27
  "devDependencies": {
28
+ "@types/react-test-renderer": "^18.0.0",
28
29
  "react": "^18.2.0",
29
- "react-native": "^0.69.5"
30
+ "react-native": "^0.69.5",
31
+ "react-test-renderer": "^18.2.0",
32
+ "react-router-native": "0.0.0-experimental-52e9b8eb3"
30
33
  },
31
34
  "peerDependencies": {
32
35
  "react": ">=16.8",
@@ -41,4 +44,4 @@
41
44
  "engines": {
42
45
  "node": ">=14.0.0"
43
46
  }
44
- }
47
+ }