@fluentui/react-components 9.66.4 → 9.66.6
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 +36 -2
- package/package.json +48 -48
package/CHANGELOG.md
CHANGED
|
@@ -1,12 +1,46 @@
|
|
|
1
1
|
# Change Log - @fluentui/react-components
|
|
2
2
|
|
|
3
|
-
This log was last generated on
|
|
3
|
+
This log was last generated on Fri, 04 Jul 2025 10:00:02 GMT and should not be manually modified.
|
|
4
4
|
|
|
5
5
|
<!-- Start content -->
|
|
6
6
|
|
|
7
|
+
## [9.66.6](https://github.com/microsoft/fluentui/tree/@fluentui/react-components_v9.66.6)
|
|
8
|
+
|
|
9
|
+
Fri, 04 Jul 2025 10:00:02 GMT
|
|
10
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-components_v9.66.5..@fluentui/react-components_v9.66.6)
|
|
11
|
+
|
|
12
|
+
### Patches
|
|
13
|
+
|
|
14
|
+
- `@fluentui/react-dialog`
|
|
15
|
+
- chore(react-dialog): remove boxShadow on DialogSurfaceMotion ([PR #34756](https://github.com/microsoft/fluentui/pull/34756) by bernardo.sunderhus@gmail.com)
|
|
16
|
+
- fix(Dialog): fix mobile viewport issues ([PR #34691](https://github.com/microsoft/fluentui/pull/34691) by mathis.michel@outlook.de)
|
|
17
|
+
- `@fluentui/react-menu`
|
|
18
|
+
- feat: integrate useSafeZoneArea() ([PR #34457](https://github.com/microsoft/fluentui/pull/34457) by olfedias@microsoft.com)
|
|
19
|
+
- `@fluentui/react-migration-v0-v9`
|
|
20
|
+
- chore: migrate repo to react 18 ([PR #34643](https://github.com/microsoft/fluentui/pull/34643) by martinhochel@microsoft.com)
|
|
21
|
+
- `@fluentui/react-portal`
|
|
22
|
+
- Revert "chore(react-portal): support for React 19" ([PR #34737](https://github.com/microsoft/fluentui/pull/34737) by olfedias@microsoft.com)
|
|
23
|
+
- `@fluentui/react-charts`
|
|
24
|
+
- fix: ensure ResponsiveContainer resizes correctly within grid layout ([PR #34728](https://github.com/microsoft/fluentui/pull/34728) by kumarkshitij@microsoft.com)
|
|
25
|
+
- port v8 changes to v9 ([PR #34731](https://github.com/microsoft/fluentui/pull/34731) by anushgupta@microsoft.com)
|
|
26
|
+
|
|
27
|
+
## [9.66.5](https://github.com/microsoft/fluentui/tree/@fluentui/react-components_v9.66.5)
|
|
28
|
+
|
|
29
|
+
Fri, 27 Jun 2025 13:39:40 GMT
|
|
30
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-components_v9.66.4..@fluentui/react-components_v9.66.5)
|
|
31
|
+
|
|
32
|
+
### Patches
|
|
33
|
+
|
|
34
|
+
- `@fluentui/react-nav`
|
|
35
|
+
- fix: move action button to be the first button ([PR #34718](https://github.com/microsoft/fluentui/pull/34718) by marcosvmmoura@gmail.com)
|
|
36
|
+
- `@fluentui/react-positioning`
|
|
37
|
+
- fix: stop rAF if no mouse movement happening ([PR #34734](https://github.com/microsoft/fluentui/pull/34734) by olfedias@microsoft.com)
|
|
38
|
+
- `@fluentui/react-tabster`
|
|
39
|
+
- fix(focusVisiblePolyfill): Strict mode compat after portal changes ([PR #34700](https://github.com/microsoft/fluentui/pull/34700) by lingfangao@hotmail.com)
|
|
40
|
+
|
|
7
41
|
## [9.66.4](https://github.com/microsoft/fluentui/tree/@fluentui/react-components_v9.66.4)
|
|
8
42
|
|
|
9
|
-
Thu, 26 Jun 2025 14:
|
|
43
|
+
Thu, 26 Jun 2025 14:11:52 GMT
|
|
10
44
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-components_v9.66.3..@fluentui/react-components_v9.66.4)
|
|
11
45
|
|
|
12
46
|
### Minor changes
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@fluentui/react-components",
|
|
3
|
-
"version": "9.66.
|
|
3
|
+
"version": "9.66.6",
|
|
4
4
|
"description": "Suite package for converged React components",
|
|
5
5
|
"main": "lib-commonjs/index.js",
|
|
6
6
|
"module": "lib/index.js",
|
|
@@ -16,68 +16,68 @@
|
|
|
16
16
|
"@fluentui/scripts-api-extractor": "*"
|
|
17
17
|
},
|
|
18
18
|
"dependencies": {
|
|
19
|
-
"@fluentui/react-accordion": "^9.7.
|
|
19
|
+
"@fluentui/react-accordion": "^9.7.3",
|
|
20
20
|
"@fluentui/react-alert": "9.0.0-beta.124",
|
|
21
|
-
"@fluentui/react-avatar": "^9.8.
|
|
21
|
+
"@fluentui/react-avatar": "^9.8.6",
|
|
22
22
|
"@fluentui/react-badge": "^9.3.2",
|
|
23
|
-
"@fluentui/react-button": "^9.5.
|
|
24
|
-
"@fluentui/react-card": "^9.3.
|
|
25
|
-
"@fluentui/react-checkbox": "^9.4.
|
|
26
|
-
"@fluentui/react-combobox": "^9.15.
|
|
27
|
-
"@fluentui/react-dialog": "^9.13.
|
|
23
|
+
"@fluentui/react-button": "^9.5.3",
|
|
24
|
+
"@fluentui/react-card": "^9.3.3",
|
|
25
|
+
"@fluentui/react-checkbox": "^9.4.6",
|
|
26
|
+
"@fluentui/react-combobox": "^9.15.6",
|
|
27
|
+
"@fluentui/react-dialog": "^9.13.6",
|
|
28
28
|
"@fluentui/react-divider": "^9.3.2",
|
|
29
|
-
"@fluentui/react-drawer": "^9.8.
|
|
30
|
-
"@fluentui/react-field": "^9.3.
|
|
29
|
+
"@fluentui/react-drawer": "^9.8.6",
|
|
30
|
+
"@fluentui/react-field": "^9.3.6",
|
|
31
31
|
"@fluentui/react-image": "^9.2.2",
|
|
32
32
|
"@fluentui/react-infobutton": "9.0.0-beta.102",
|
|
33
|
-
"@fluentui/react-infolabel": "^9.3.
|
|
34
|
-
"@fluentui/react-input": "^9.6.
|
|
33
|
+
"@fluentui/react-infolabel": "^9.3.6",
|
|
34
|
+
"@fluentui/react-input": "^9.6.6",
|
|
35
35
|
"@fluentui/react-label": "^9.2.2",
|
|
36
|
-
"@fluentui/react-link": "^9.5.
|
|
37
|
-
"@fluentui/react-list": "^9.2.
|
|
38
|
-
"@fluentui/react-menu": "^9.17.
|
|
39
|
-
"@fluentui/react-overflow": "^9.4.
|
|
40
|
-
"@fluentui/react-persona": "^9.4.
|
|
41
|
-
"@fluentui/react-portal": "^9.6.
|
|
42
|
-
"@fluentui/react-popover": "^9.11.
|
|
43
|
-
"@fluentui/react-positioning": "^9.18.
|
|
44
|
-
"@fluentui/react-progress": "^9.3.
|
|
45
|
-
"@fluentui/react-provider": "^9.21.
|
|
46
|
-
"@fluentui/react-radio": "^9.4.
|
|
47
|
-
"@fluentui/react-select": "^9.3.
|
|
36
|
+
"@fluentui/react-link": "^9.5.3",
|
|
37
|
+
"@fluentui/react-list": "^9.2.6",
|
|
38
|
+
"@fluentui/react-menu": "^9.17.6",
|
|
39
|
+
"@fluentui/react-overflow": "^9.4.6",
|
|
40
|
+
"@fluentui/react-persona": "^9.4.6",
|
|
41
|
+
"@fluentui/react-portal": "^9.6.4",
|
|
42
|
+
"@fluentui/react-popover": "^9.11.6",
|
|
43
|
+
"@fluentui/react-positioning": "^9.18.5",
|
|
44
|
+
"@fluentui/react-progress": "^9.3.6",
|
|
45
|
+
"@fluentui/react-provider": "^9.21.3",
|
|
46
|
+
"@fluentui/react-radio": "^9.4.6",
|
|
47
|
+
"@fluentui/react-select": "^9.3.6",
|
|
48
48
|
"@fluentui/react-shared-contexts": "^9.24.0",
|
|
49
|
-
"@fluentui/react-skeleton": "^9.3.
|
|
50
|
-
"@fluentui/react-slider": "^9.4.
|
|
51
|
-
"@fluentui/react-spinbutton": "^9.4.
|
|
49
|
+
"@fluentui/react-skeleton": "^9.3.6",
|
|
50
|
+
"@fluentui/react-slider": "^9.4.6",
|
|
51
|
+
"@fluentui/react-spinbutton": "^9.4.6",
|
|
52
52
|
"@fluentui/react-spinner": "^9.6.2",
|
|
53
|
-
"@fluentui/react-swatch-picker": "^9.3.
|
|
54
|
-
"@fluentui/react-switch": "^9.3.
|
|
55
|
-
"@fluentui/react-table": "^9.17.
|
|
56
|
-
"@fluentui/react-tabs": "^9.8.
|
|
57
|
-
"@fluentui/react-tabster": "^9.25.
|
|
58
|
-
"@fluentui/react-tags": "^9.6.
|
|
59
|
-
"@fluentui/react-textarea": "^9.5.
|
|
53
|
+
"@fluentui/react-swatch-picker": "^9.3.6",
|
|
54
|
+
"@fluentui/react-switch": "^9.3.6",
|
|
55
|
+
"@fluentui/react-table": "^9.17.6",
|
|
56
|
+
"@fluentui/react-tabs": "^9.8.3",
|
|
57
|
+
"@fluentui/react-tabster": "^9.25.3",
|
|
58
|
+
"@fluentui/react-tags": "^9.6.6",
|
|
59
|
+
"@fluentui/react-textarea": "^9.5.6",
|
|
60
60
|
"@fluentui/react-theme": "^9.1.24",
|
|
61
|
-
"@fluentui/react-toast": "^9.5.
|
|
62
|
-
"@fluentui/react-toolbar": "^9.5.
|
|
63
|
-
"@fluentui/react-tooltip": "^9.7.
|
|
61
|
+
"@fluentui/react-toast": "^9.5.4",
|
|
62
|
+
"@fluentui/react-toolbar": "^9.5.6",
|
|
63
|
+
"@fluentui/react-tooltip": "^9.7.6",
|
|
64
64
|
"@fluentui/react-utilities": "^9.22.0",
|
|
65
65
|
"@fluentui/react-text": "^9.5.2",
|
|
66
66
|
"@fluentui/react-virtualizer": "9.0.0-alpha.100",
|
|
67
|
-
"@fluentui/react-tree": "^9.11.
|
|
67
|
+
"@fluentui/react-tree": "^9.11.6",
|
|
68
68
|
"@griffel/react": "^1.5.22",
|
|
69
69
|
"@swc/helpers": "^0.5.1",
|
|
70
|
-
"@fluentui/react-message-bar": "^9.5.
|
|
71
|
-
"@fluentui/react-breadcrumb": "^9.2.
|
|
72
|
-
"@fluentui/react-aria": "^9.15.
|
|
73
|
-
"@fluentui/react-rating": "^9.2.
|
|
74
|
-
"@fluentui/react-search": "^9.2.
|
|
75
|
-
"@fluentui/react-teaching-popover": "^9.5.
|
|
76
|
-
"@fluentui/react-tag-picker": "^9.6.
|
|
70
|
+
"@fluentui/react-message-bar": "^9.5.3",
|
|
71
|
+
"@fluentui/react-breadcrumb": "^9.2.6",
|
|
72
|
+
"@fluentui/react-aria": "^9.15.3",
|
|
73
|
+
"@fluentui/react-rating": "^9.2.3",
|
|
74
|
+
"@fluentui/react-search": "^9.2.6",
|
|
75
|
+
"@fluentui/react-teaching-popover": "^9.5.6",
|
|
76
|
+
"@fluentui/react-tag-picker": "^9.6.6",
|
|
77
77
|
"@fluentui/react-motion": "^9.9.0",
|
|
78
|
-
"@fluentui/react-carousel": "^9.7.
|
|
79
|
-
"@fluentui/react-color-picker": "^9.1.
|
|
80
|
-
"@fluentui/react-nav": "^9.2.
|
|
78
|
+
"@fluentui/react-carousel": "^9.7.6",
|
|
79
|
+
"@fluentui/react-color-picker": "^9.1.3",
|
|
80
|
+
"@fluentui/react-nav": "^9.2.2"
|
|
81
81
|
},
|
|
82
82
|
"peerDependencies": {
|
|
83
83
|
"@types/react": ">=16.14.0 <19.0.0",
|