@fluentui/react-components 9.66.4 → 9.66.5
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 +16 -2
- package/package.json +48 -48
package/CHANGELOG.md
CHANGED
|
@@ -1,12 +1,26 @@
|
|
|
1
1
|
# Change Log - @fluentui/react-components
|
|
2
2
|
|
|
3
|
-
This log was last generated on
|
|
3
|
+
This log was last generated on Fri, 27 Jun 2025 13:36:32 GMT and should not be manually modified.
|
|
4
4
|
|
|
5
5
|
<!-- Start content -->
|
|
6
6
|
|
|
7
|
+
## [9.66.5](https://github.com/microsoft/fluentui/tree/@fluentui/react-components_v9.66.5)
|
|
8
|
+
|
|
9
|
+
Fri, 27 Jun 2025 13:36:32 GMT
|
|
10
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-components_v9.66.4..@fluentui/react-components_v9.66.5)
|
|
11
|
+
|
|
12
|
+
### Patches
|
|
13
|
+
|
|
14
|
+
- `@fluentui/react-nav`
|
|
15
|
+
- fix: move action button to be the first button ([PR #34718](https://github.com/microsoft/fluentui/pull/34718) by marcosvmmoura@gmail.com)
|
|
16
|
+
- `@fluentui/react-positioning`
|
|
17
|
+
- fix: stop rAF if no mouse movement happening ([PR #34734](https://github.com/microsoft/fluentui/pull/34734) by olfedias@microsoft.com)
|
|
18
|
+
- `@fluentui/react-tabster`
|
|
19
|
+
- fix(focusVisiblePolyfill): Strict mode compat after portal changes ([PR #34700](https://github.com/microsoft/fluentui/pull/34700) by lingfangao@hotmail.com)
|
|
20
|
+
|
|
7
21
|
## [9.66.4](https://github.com/microsoft/fluentui/tree/@fluentui/react-components_v9.66.4)
|
|
8
22
|
|
|
9
|
-
Thu, 26 Jun 2025 14:
|
|
23
|
+
Thu, 26 Jun 2025 14:11:52 GMT
|
|
10
24
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-components_v9.66.3..@fluentui/react-components_v9.66.4)
|
|
11
25
|
|
|
12
26
|
### 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.5",
|
|
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.5",
|
|
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.5",
|
|
26
|
+
"@fluentui/react-combobox": "^9.15.5",
|
|
27
|
+
"@fluentui/react-dialog": "^9.13.5",
|
|
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.5",
|
|
30
|
+
"@fluentui/react-field": "^9.3.5",
|
|
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.5",
|
|
34
|
+
"@fluentui/react-input": "^9.6.5",
|
|
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.5",
|
|
38
|
+
"@fluentui/react-menu": "^9.17.5",
|
|
39
|
+
"@fluentui/react-overflow": "^9.4.5",
|
|
40
|
+
"@fluentui/react-persona": "^9.4.5",
|
|
41
|
+
"@fluentui/react-portal": "^9.6.3",
|
|
42
|
+
"@fluentui/react-popover": "^9.11.5",
|
|
43
|
+
"@fluentui/react-positioning": "^9.18.5",
|
|
44
|
+
"@fluentui/react-progress": "^9.3.5",
|
|
45
|
+
"@fluentui/react-provider": "^9.21.3",
|
|
46
|
+
"@fluentui/react-radio": "^9.4.5",
|
|
47
|
+
"@fluentui/react-select": "^9.3.5",
|
|
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.5",
|
|
50
|
+
"@fluentui/react-slider": "^9.4.5",
|
|
51
|
+
"@fluentui/react-spinbutton": "^9.4.5",
|
|
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.5",
|
|
54
|
+
"@fluentui/react-switch": "^9.3.5",
|
|
55
|
+
"@fluentui/react-table": "^9.17.5",
|
|
56
|
+
"@fluentui/react-tabs": "^9.8.3",
|
|
57
|
+
"@fluentui/react-tabster": "^9.25.3",
|
|
58
|
+
"@fluentui/react-tags": "^9.6.5",
|
|
59
|
+
"@fluentui/react-textarea": "^9.5.5",
|
|
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.3",
|
|
62
|
+
"@fluentui/react-toolbar": "^9.5.5",
|
|
63
|
+
"@fluentui/react-tooltip": "^9.7.5",
|
|
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.5",
|
|
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.5",
|
|
72
|
+
"@fluentui/react-aria": "^9.15.3",
|
|
73
|
+
"@fluentui/react-rating": "^9.2.3",
|
|
74
|
+
"@fluentui/react-search": "^9.2.5",
|
|
75
|
+
"@fluentui/react-teaching-popover": "^9.5.5",
|
|
76
|
+
"@fluentui/react-tag-picker": "^9.6.5",
|
|
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.5",
|
|
79
|
+
"@fluentui/react-color-picker": "^9.1.3",
|
|
80
|
+
"@fluentui/react-nav": "^9.2.1"
|
|
81
81
|
},
|
|
82
82
|
"peerDependencies": {
|
|
83
83
|
"@types/react": ">=16.14.0 <19.0.0",
|