@fluentui/react-migration-v8-v9 9.9.6 → 9.9.7
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 +12 -2
- package/package.json +8 -8
package/CHANGELOG.md
CHANGED
|
@@ -1,12 +1,22 @@
|
|
|
1
1
|
# Change Log - @fluentui/react-migration-v8-v9
|
|
2
2
|
|
|
3
|
-
This log was last generated on
|
|
3
|
+
This log was last generated on Mon, 08 Sep 2025 12:41:48 GMT and should not be manually modified.
|
|
4
4
|
|
|
5
5
|
<!-- Start content -->
|
|
6
6
|
|
|
7
|
+
## [9.9.7](https://github.com/microsoft/fluentui/tree/@fluentui/react-migration-v8-v9_v9.9.7)
|
|
8
|
+
|
|
9
|
+
Mon, 08 Sep 2025 12:41:48 GMT
|
|
10
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-migration-v8-v9_v9.9.6..@fluentui/react-migration-v8-v9_v9.9.7)
|
|
11
|
+
|
|
12
|
+
### Patches
|
|
13
|
+
|
|
14
|
+
- chore: extend peer dependencies versions to support React 19 ([PR #35145](https://github.com/microsoft/fluentui/pull/35145) by dmytrokirpa@microsoft.com)
|
|
15
|
+
- Bump @fluentui/react-components to v9.70.0 ([commit](https://github.com/microsoft/fluentui/commit/17af11b3c9f4cac2beeaf4342a81c1f08e95fd29) by beachball)
|
|
16
|
+
|
|
7
17
|
## [9.9.6](https://github.com/microsoft/fluentui/tree/@fluentui/react-migration-v8-v9_v9.9.6)
|
|
8
18
|
|
|
9
|
-
Thu, 21 Aug 2025 17:40:
|
|
19
|
+
Thu, 21 Aug 2025 17:40:37 GMT
|
|
10
20
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-migration-v8-v9_v9.9.5..@fluentui/react-migration-v8-v9_v9.9.6)
|
|
11
21
|
|
|
12
22
|
### Patches
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@fluentui/react-migration-v8-v9",
|
|
3
|
-
"version": "9.9.
|
|
3
|
+
"version": "9.9.7",
|
|
4
4
|
"description": "Migration shim components and methods for hybrid v8/v9 applications building on Fluent UI React.",
|
|
5
5
|
"main": "lib-commonjs/index.js",
|
|
6
6
|
"module": "lib/index.js",
|
|
@@ -19,19 +19,19 @@
|
|
|
19
19
|
},
|
|
20
20
|
"dependencies": {
|
|
21
21
|
"@ctrl/tinycolor": "^3.3.4",
|
|
22
|
-
"@fluentui/fluent2-theme": "^8.107.
|
|
23
|
-
"@fluentui/react": "^8.123.
|
|
24
|
-
"@fluentui/react-components": "^9.
|
|
22
|
+
"@fluentui/fluent2-theme": "^8.107.142",
|
|
23
|
+
"@fluentui/react": "^8.123.5",
|
|
24
|
+
"@fluentui/react-components": "^9.70.0",
|
|
25
25
|
"@fluentui/react-icons": "^2.0.245",
|
|
26
26
|
"@fluentui/react-hooks": "^8.8.19",
|
|
27
27
|
"@griffel/react": "^1.5.22",
|
|
28
28
|
"@swc/helpers": "^0.5.1"
|
|
29
29
|
},
|
|
30
30
|
"peerDependencies": {
|
|
31
|
-
"@types/react": ">=16.14.0 <
|
|
32
|
-
"@types/react-dom": ">=16.9.0 <
|
|
33
|
-
"react": ">=16.8.0 <
|
|
34
|
-
"react-dom": ">=16.14.0 <
|
|
31
|
+
"@types/react": ">=16.14.0 <20.0.0",
|
|
32
|
+
"@types/react-dom": ">=16.9.0 <20.0.0",
|
|
33
|
+
"react": ">=16.8.0 <20.0.0",
|
|
34
|
+
"react-dom": ">=16.14.0 <20.0.0"
|
|
35
35
|
},
|
|
36
36
|
"beachball": {
|
|
37
37
|
"disallowedChangeTypes": [
|