@fluentui/react-components 9.59.0 → 9.60.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 +27 -2
- package/package.json +45 -45
package/CHANGELOG.md
CHANGED
|
@@ -1,12 +1,37 @@
|
|
|
1
1
|
# Change Log - @fluentui/react-components
|
|
2
2
|
|
|
3
|
-
This log was last generated on
|
|
3
|
+
This log was last generated on Fri, 21 Feb 2025 14:30:45 GMT and should not be manually modified.
|
|
4
4
|
|
|
5
5
|
<!-- Start content -->
|
|
6
6
|
|
|
7
|
+
## [9.60.0](https://github.com/microsoft/fluentui/tree/@fluentui/react-components_v9.60.0)
|
|
8
|
+
|
|
9
|
+
Fri, 21 Feb 2025 14:30:45 GMT
|
|
10
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-components_v9.59.0..@fluentui/react-components_v9.60.0)
|
|
11
|
+
|
|
12
|
+
### Minor changes
|
|
13
|
+
|
|
14
|
+
- `@fluentui/react-carousel`
|
|
15
|
+
- feat: Implement props to control animation duration and autoplay interval ([PR #33820](https://github.com/microsoft/fluentui/pull/33820) by mifraser@microsoft.com)
|
|
16
|
+
- `@fluentui/react-tabster`
|
|
17
|
+
- Nested modalizer fix and useActivateModal() hook to activate modals without moving focus. ([PR #33817](https://github.com/microsoft/fluentui/pull/33817) by marata@microsoft.com)
|
|
18
|
+
|
|
19
|
+
### Patches
|
|
20
|
+
|
|
21
|
+
- `@fluentui/priority-overflow`
|
|
22
|
+
- fix: Add a defensive check when getting overflow item records ([PR #33876](https://github.com/microsoft/fluentui/pull/33876) by lingfangao@hotmail.com)
|
|
23
|
+
- `@fluentui/react-aria`
|
|
24
|
+
- fix: useAnnounce live regions do not get aria-hidden from tabster ([PR #33855](https://github.com/microsoft/fluentui/pull/33855) by sarah.higley@microsoft.com)
|
|
25
|
+
- `@fluentui/react-popover`
|
|
26
|
+
- Update to satisfy the bumped Tabster 8.5.0. ([PR #33817](https://github.com/microsoft/fluentui/pull/33817) by marata@microsoft.com)
|
|
27
|
+
- `@fluentui/react-tabster`
|
|
28
|
+
- fix: provide methods for elements such as live regions to not get hidden by modals ([PR #33855](https://github.com/microsoft/fluentui/pull/33855) by sarah.higley@microsoft.com)
|
|
29
|
+
- `@fluentui/react-teaching-popover`
|
|
30
|
+
- fix: TeachingPopoverCarousel fires announce() messages on slide change ([PR #33833](https://github.com/microsoft/fluentui/pull/33833) by sarah.higley@microsoft.com)
|
|
31
|
+
|
|
7
32
|
## [9.59.0](https://github.com/microsoft/fluentui/tree/@fluentui/react-components_v9.59.0)
|
|
8
33
|
|
|
9
|
-
Tue, 18 Feb 2025 11:
|
|
34
|
+
Tue, 18 Feb 2025 11:26:27 GMT
|
|
10
35
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-components_v9.58.3..@fluentui/react-components_v9.59.0)
|
|
11
36
|
|
|
12
37
|
### Minor changes
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@fluentui/react-components",
|
|
3
|
-
"version": "9.
|
|
3
|
+
"version": "9.60.0",
|
|
4
4
|
"description": "Suite package for converged React components",
|
|
5
5
|
"main": "lib-commonjs/index.js",
|
|
6
6
|
"module": "lib/index.js",
|
|
@@ -16,66 +16,66 @@
|
|
|
16
16
|
"@fluentui/scripts-api-extractor": "*"
|
|
17
17
|
},
|
|
18
18
|
"dependencies": {
|
|
19
|
-
"@fluentui/react-accordion": "^9.
|
|
19
|
+
"@fluentui/react-accordion": "^9.6.0",
|
|
20
20
|
"@fluentui/react-alert": "9.0.0-beta.124",
|
|
21
|
-
"@fluentui/react-avatar": "^9.
|
|
21
|
+
"@fluentui/react-avatar": "^9.7.0",
|
|
22
22
|
"@fluentui/react-badge": "^9.2.50",
|
|
23
|
-
"@fluentui/react-button": "^9.
|
|
24
|
-
"@fluentui/react-card": "^9.0
|
|
25
|
-
"@fluentui/react-checkbox": "^9.
|
|
26
|
-
"@fluentui/react-combobox": "^9.
|
|
27
|
-
"@fluentui/react-dialog": "^9.
|
|
23
|
+
"@fluentui/react-button": "^9.4.0",
|
|
24
|
+
"@fluentui/react-card": "^9.1.0",
|
|
25
|
+
"@fluentui/react-checkbox": "^9.3.0",
|
|
26
|
+
"@fluentui/react-combobox": "^9.14.0",
|
|
27
|
+
"@fluentui/react-dialog": "^9.12.0",
|
|
28
28
|
"@fluentui/react-divider": "^9.2.82",
|
|
29
|
-
"@fluentui/react-drawer": "^9.
|
|
30
|
-
"@fluentui/react-field": "^9.
|
|
29
|
+
"@fluentui/react-drawer": "^9.7.0",
|
|
30
|
+
"@fluentui/react-field": "^9.2.0",
|
|
31
31
|
"@fluentui/react-image": "^9.1.80",
|
|
32
32
|
"@fluentui/react-infobutton": "9.0.0-beta.102",
|
|
33
|
-
"@fluentui/react-infolabel": "^9.0
|
|
34
|
-
"@fluentui/react-input": "^9.
|
|
33
|
+
"@fluentui/react-infolabel": "^9.1.0",
|
|
34
|
+
"@fluentui/react-input": "^9.5.0",
|
|
35
35
|
"@fluentui/react-label": "^9.1.83",
|
|
36
|
-
"@fluentui/react-link": "^9.
|
|
37
|
-
"@fluentui/react-list": "^9.0
|
|
38
|
-
"@fluentui/react-menu": "^9.
|
|
39
|
-
"@fluentui/react-overflow": "^9.
|
|
40
|
-
"@fluentui/react-persona": "^9.
|
|
41
|
-
"@fluentui/react-portal": "^9.
|
|
42
|
-
"@fluentui/react-popover": "^9.
|
|
36
|
+
"@fluentui/react-link": "^9.4.0",
|
|
37
|
+
"@fluentui/react-list": "^9.1.0",
|
|
38
|
+
"@fluentui/react-menu": "^9.16.0",
|
|
39
|
+
"@fluentui/react-overflow": "^9.3.0",
|
|
40
|
+
"@fluentui/react-persona": "^9.3.0",
|
|
41
|
+
"@fluentui/react-portal": "^9.5.0",
|
|
42
|
+
"@fluentui/react-popover": "^9.10.0",
|
|
43
43
|
"@fluentui/react-positioning": "^9.16.3",
|
|
44
|
-
"@fluentui/react-progress": "^9.
|
|
45
|
-
"@fluentui/react-provider": "^9.
|
|
46
|
-
"@fluentui/react-radio": "^9.
|
|
47
|
-
"@fluentui/react-select": "^9.
|
|
44
|
+
"@fluentui/react-progress": "^9.2.0",
|
|
45
|
+
"@fluentui/react-provider": "^9.20.0",
|
|
46
|
+
"@fluentui/react-radio": "^9.3.0",
|
|
47
|
+
"@fluentui/react-select": "^9.2.0",
|
|
48
48
|
"@fluentui/react-shared-contexts": "^9.21.2",
|
|
49
|
-
"@fluentui/react-skeleton": "^9.
|
|
50
|
-
"@fluentui/react-slider": "^9.
|
|
51
|
-
"@fluentui/react-spinbutton": "^9.
|
|
49
|
+
"@fluentui/react-skeleton": "^9.2.0",
|
|
50
|
+
"@fluentui/react-slider": "^9.3.0",
|
|
51
|
+
"@fluentui/react-spinbutton": "^9.3.0",
|
|
52
52
|
"@fluentui/react-spinner": "^9.5.7",
|
|
53
|
-
"@fluentui/react-swatch-picker": "^9.
|
|
54
|
-
"@fluentui/react-switch": "^9.
|
|
55
|
-
"@fluentui/react-table": "^9.
|
|
56
|
-
"@fluentui/react-tabs": "^9.
|
|
57
|
-
"@fluentui/react-tabster": "^9.
|
|
58
|
-
"@fluentui/react-tags": "^9.
|
|
59
|
-
"@fluentui/react-textarea": "^9.
|
|
53
|
+
"@fluentui/react-swatch-picker": "^9.2.0",
|
|
54
|
+
"@fluentui/react-switch": "^9.2.0",
|
|
55
|
+
"@fluentui/react-table": "^9.16.0",
|
|
56
|
+
"@fluentui/react-tabs": "^9.7.0",
|
|
57
|
+
"@fluentui/react-tabster": "^9.24.0",
|
|
58
|
+
"@fluentui/react-tags": "^9.4.0",
|
|
59
|
+
"@fluentui/react-textarea": "^9.4.0",
|
|
60
60
|
"@fluentui/react-theme": "^9.1.24",
|
|
61
|
-
"@fluentui/react-toast": "^9.
|
|
62
|
-
"@fluentui/react-toolbar": "^9.
|
|
63
|
-
"@fluentui/react-tooltip": "^9.
|
|
61
|
+
"@fluentui/react-toast": "^9.4.0",
|
|
62
|
+
"@fluentui/react-toolbar": "^9.3.0",
|
|
63
|
+
"@fluentui/react-tooltip": "^9.6.0",
|
|
64
64
|
"@fluentui/react-utilities": "^9.18.20",
|
|
65
65
|
"@fluentui/react-text": "^9.4.32",
|
|
66
66
|
"@fluentui/react-virtualizer": "9.0.0-alpha.92",
|
|
67
|
-
"@fluentui/react-tree": "^9.
|
|
67
|
+
"@fluentui/react-tree": "^9.10.0",
|
|
68
68
|
"@griffel/react": "^1.5.22",
|
|
69
69
|
"@swc/helpers": "^0.5.1",
|
|
70
|
-
"@fluentui/react-message-bar": "^9.
|
|
71
|
-
"@fluentui/react-breadcrumb": "^9.0
|
|
72
|
-
"@fluentui/react-aria": "^9.
|
|
73
|
-
"@fluentui/react-rating": "^9.0
|
|
74
|
-
"@fluentui/react-search": "^9.0
|
|
75
|
-
"@fluentui/react-teaching-popover": "^9.
|
|
76
|
-
"@fluentui/react-tag-picker": "^9.
|
|
70
|
+
"@fluentui/react-message-bar": "^9.4.0",
|
|
71
|
+
"@fluentui/react-breadcrumb": "^9.1.0",
|
|
72
|
+
"@fluentui/react-aria": "^9.14.0",
|
|
73
|
+
"@fluentui/react-rating": "^9.1.0",
|
|
74
|
+
"@fluentui/react-search": "^9.1.0",
|
|
75
|
+
"@fluentui/react-teaching-popover": "^9.3.0",
|
|
76
|
+
"@fluentui/react-tag-picker": "^9.5.0",
|
|
77
77
|
"@fluentui/react-motion": "^9.6.7",
|
|
78
|
-
"@fluentui/react-carousel": "^9.
|
|
78
|
+
"@fluentui/react-carousel": "^9.6.0"
|
|
79
79
|
},
|
|
80
80
|
"peerDependencies": {
|
|
81
81
|
"@types/react": ">=16.14.0 <19.0.0",
|