@fluentui/react-migration-v8-v9 9.10.13 → 9.10.15
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 +21 -2
- package/package.json +4 -4
package/CHANGELOG.md
CHANGED
|
@@ -1,12 +1,31 @@
|
|
|
1
1
|
# Change Log - @fluentui/react-migration-v8-v9
|
|
2
2
|
|
|
3
|
-
This log was last generated on Wed,
|
|
3
|
+
This log was last generated on Wed, 15 Jul 2026 14:10:09 GMT and should not be manually modified.
|
|
4
4
|
|
|
5
5
|
<!-- Start content -->
|
|
6
6
|
|
|
7
|
+
## [9.10.15](https://github.com/microsoft/fluentui/tree/@fluentui/react-migration-v8-v9_v9.10.15)
|
|
8
|
+
|
|
9
|
+
Wed, 15 Jul 2026 14:10:09 GMT
|
|
10
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-migration-v8-v9_v9.10.14..@fluentui/react-migration-v8-v9_v9.10.15)
|
|
11
|
+
|
|
12
|
+
### Patches
|
|
13
|
+
|
|
14
|
+
- fix: align @fluentui/fluent2-theme and @fluentui/react dependency ranges with republished v8 versions ([PR #36364](https://github.com/microsoft/fluentui/pull/36364) by martinhochel@microsoft.com)
|
|
15
|
+
- Bump @fluentui/react-components to v9.74.4 ([PR #36401](https://github.com/microsoft/fluentui/pull/36401) by beachball)
|
|
16
|
+
|
|
17
|
+
## [9.10.14](https://github.com/microsoft/fluentui/tree/@fluentui/react-migration-v8-v9_v9.10.14)
|
|
18
|
+
|
|
19
|
+
Mon, 29 Jun 2026 15:15:07 GMT
|
|
20
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-migration-v8-v9_v9.10.13..@fluentui/react-migration-v8-v9_v9.10.14)
|
|
21
|
+
|
|
22
|
+
### Patches
|
|
23
|
+
|
|
24
|
+
- Bump @fluentui/react-components to v9.74.3 ([commit](https://github.com/microsoft/fluentui/commit/aedc345f58bc16bb8540615b5afdf3d2d3569db4) by beachball)
|
|
25
|
+
|
|
7
26
|
## [9.10.13](https://github.com/microsoft/fluentui/tree/@fluentui/react-migration-v8-v9_v9.10.13)
|
|
8
27
|
|
|
9
|
-
Wed, 24 Jun 2026 11:
|
|
28
|
+
Wed, 24 Jun 2026 11:09:48 GMT
|
|
10
29
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-migration-v8-v9_v9.10.12..@fluentui/react-migration-v8-v9_v9.10.13)
|
|
11
30
|
|
|
12
31
|
### Patches
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@fluentui/react-migration-v8-v9",
|
|
3
|
-
"version": "9.10.
|
|
3
|
+
"version": "9.10.15",
|
|
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",
|
|
@@ -13,9 +13,9 @@
|
|
|
13
13
|
"license": "MIT",
|
|
14
14
|
"dependencies": {
|
|
15
15
|
"@ctrl/tinycolor": "^3.3.4",
|
|
16
|
-
"@fluentui/fluent2-theme": "^8.107.
|
|
17
|
-
"@fluentui/react": "^8.125.
|
|
18
|
-
"@fluentui/react-components": "^9.74.
|
|
16
|
+
"@fluentui/fluent2-theme": "^8.107.154",
|
|
17
|
+
"@fluentui/react": "^8.125.7",
|
|
18
|
+
"@fluentui/react-components": "^9.74.4",
|
|
19
19
|
"@fluentui/react-icons": "^2.0.245",
|
|
20
20
|
"@fluentui/react-hooks": "^8.10.2",
|
|
21
21
|
"@griffel/react": "^1.5.32",
|