@fluidframework/react 2.71.0 → 2.73.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,5 +1,13 @@
1
1
  # @fluidframework/react
2
2
 
3
+ ## 2.73.0
4
+
5
+ Dependency updates only.
6
+
7
+ ## 2.72.0
8
+
9
+ Dependency updates only.
10
+
3
11
  ## 2.71.0
4
12
 
5
13
  Dependency updates only.
@@ -25,7 +33,6 @@ Dependency updates only.
25
33
  Now all the APIs are `@alpha`, which also amounts to making no guarantees but makes it possible to promote APIs to `@beta` in the future to offer some stability.
26
34
 
27
35
  To accommodate this change, all users of this package will need to adjust:
28
-
29
36
  - Package dependencies from `"@fluid-experimental/tree-react-api"` to `"@fluidframework/react"`.
30
37
  - Imports from `"@fluid-experimental/tree-react-api"` to `"@fluidframework/react/alpha"`.
31
38
 
@@ -222,7 +229,6 @@ Dependency updates only.
222
229
  The experimental tree data object in `tree-react-api` has been simplified in a way that is incompatible with its previous version, which used `SharedDirectory` at the root.
223
230
  The library now leverages a new data object that uses the `SharedTree` directly at the root.
224
231
  In addition to breaking compatibility with existing documents, these changes include some related simplifications to the APIs which are also breaking:
225
-
226
232
  - Removes the `key` property from the data object configuration.
227
233
  This key was used to inform where the SharedTree was parented beneath the root SharedDirectory, so it no longer serves a purpose.
228
234
  - Inlined the `ITreeDataObject` interface into `IReactTreeDataObject`.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fluidframework/react",
3
- "version": "2.71.0",
3
+ "version": "2.73.0",
4
4
  "description": "Utilities for integrating content powered by the Fluid Framework into React applications",
5
5
  "homepage": "https://fluidframework.com",
6
6
  "repository": {
@@ -79,24 +79,24 @@
79
79
  "temp-directory": "nyc/.nyc_output"
80
80
  },
81
81
  "dependencies": {
82
- "@fluidframework/aqueduct": "~2.71.0",
83
- "@fluidframework/core-interfaces": "~2.71.0",
84
- "@fluidframework/datastore-definitions": "~2.71.0",
85
- "@fluidframework/fluid-static": "~2.71.0",
86
- "@fluidframework/runtime-definitions": "~2.71.0",
87
- "@fluidframework/shared-object-base": "~2.71.0",
88
- "@fluidframework/tree": "~2.71.0",
82
+ "@fluidframework/aqueduct": "~2.73.0",
83
+ "@fluidframework/core-interfaces": "~2.73.0",
84
+ "@fluidframework/datastore-definitions": "~2.73.0",
85
+ "@fluidframework/fluid-static": "~2.73.0",
86
+ "@fluidframework/runtime-definitions": "~2.73.0",
87
+ "@fluidframework/shared-object-base": "~2.73.0",
88
+ "@fluidframework/tree": "~2.73.0",
89
89
  "react": "^18.3.1"
90
90
  },
91
91
  "devDependencies": {
92
92
  "@arethetypeswrong/cli": "^0.17.1",
93
93
  "@biomejs/biome": "~1.9.3",
94
- "@fluid-internal/mocha-test-setup": "~2.71.0",
95
- "@fluid-tools/build-cli": "^0.58.3",
94
+ "@fluid-internal/mocha-test-setup": "~2.73.0",
95
+ "@fluid-tools/build-cli": "^0.60.0",
96
96
  "@fluidframework/build-common": "^2.0.3",
97
- "@fluidframework/build-tools": "^0.58.3",
98
- "@fluidframework/eslint-config-fluid": "^7.0.0",
99
- "@fluidframework/tinylicious-client": "~2.71.0",
97
+ "@fluidframework/build-tools": "^0.60.0",
98
+ "@fluidframework/eslint-config-fluid": "~2.73.0",
99
+ "@fluidframework/tinylicious-client": "~2.73.0",
100
100
  "@microsoft/api-extractor": "7.52.11",
101
101
  "@testing-library/react": "^16.3.0",
102
102
  "@types/mocha": "^10.0.10",
Binary file