@fluentui/react-components 9.59.0 → 9.60.1
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 +66 -2
- package/package.json +56 -56
package/CHANGELOG.md
CHANGED
|
@@ -1,12 +1,76 @@
|
|
|
1
1
|
# Change Log - @fluentui/react-components
|
|
2
2
|
|
|
3
|
-
This log was last generated on Tue,
|
|
3
|
+
This log was last generated on Tue, 11 Mar 2025 18:54:25 GMT and should not be manually modified.
|
|
4
4
|
|
|
5
5
|
<!-- Start content -->
|
|
6
6
|
|
|
7
|
+
## [9.60.1](https://github.com/microsoft/fluentui/tree/@fluentui/react-components_v9.60.1)
|
|
8
|
+
|
|
9
|
+
Tue, 11 Mar 2025 18:54:25 GMT
|
|
10
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-components_v9.60.0..@fluentui/react-components_v9.60.1)
|
|
11
|
+
|
|
12
|
+
### Minor changes
|
|
13
|
+
|
|
14
|
+
- `@fluentui/react-card`
|
|
15
|
+
- fix: implemented custom style hook for Card, CardFooter, CardHeader, CardPreview ([PR #33912](https://github.com/microsoft/fluentui/pull/33912) by terynkum@microsoft.com)
|
|
16
|
+
- `@fluentui/react-nav-preview`
|
|
17
|
+
- fix(react-nav): Export missing context providers and hooks ([PR #33938](https://github.com/microsoft/fluentui/pull/33938) by jiangemma@microsoft.com)
|
|
18
|
+
- `@fluentui/react-shared-contexts`
|
|
19
|
+
- feat: Adds custom style hooks to TeachingPopoverCarousel and related subcomponents. ([PR #33943](https://github.com/microsoft/fluentui/pull/33943) by matejera@microsoft.com)
|
|
20
|
+
- fix: Implemented customStyleHooks for SearchBox Component ([PR #33954](https://github.com/microsoft/fluentui/pull/33954) by terynkum@microsoft.com)
|
|
21
|
+
- `@fluentui/react-teaching-popover`
|
|
22
|
+
- feat: Adds custom style hooks to TeachingPopoverCarousel and related subcomponents. ([PR #33943](https://github.com/microsoft/fluentui/pull/33943) by matejera@microsoft.com)
|
|
23
|
+
- `@fluentui/react-toolbar`
|
|
24
|
+
- fix: use contrasting token pairs for selected radio and toggle states ([PR #33579](https://github.com/microsoft/fluentui/pull/33579) by sarah.higley@microsoft.com)
|
|
25
|
+
|
|
26
|
+
### Patches
|
|
27
|
+
|
|
28
|
+
- `@fluentui/react-color-picker-preview`
|
|
29
|
+
- fix: placed thumb half outside of colorSlider and colorArea ([PR #33880](https://github.com/microsoft/fluentui/pull/33880) by vkozlova@microsoft.com)
|
|
30
|
+
- fix: focus on Y axis ([PR #33899](https://github.com/microsoft/fluentui/pull/33899) by v.kozlova13@gmail.com)
|
|
31
|
+
- `@fluentui/react-combobox`
|
|
32
|
+
- fix: use correct tokens for hover, active and focus states ([PR #33927](https://github.com/microsoft/fluentui/pull/33927) by vgenaev@gmail.com)
|
|
33
|
+
- `@fluentui/react-link`
|
|
34
|
+
- fix: Link now pulls customStyleHook from context ([PR #33894](https://github.com/microsoft/fluentui/pull/33894) by mgodbolt@microsoft.com)
|
|
35
|
+
- `@fluentui/react-motion`
|
|
36
|
+
- fix: apply initial styles consistently ([PR #33810](https://github.com/microsoft/fluentui/pull/33810) by olfedias@microsoft.com)
|
|
37
|
+
- `@fluentui/react-search`
|
|
38
|
+
- fix: Implemented customStyleHooks for SearchBox Component ([PR #33954](https://github.com/microsoft/fluentui/pull/33954) by terynkum@microsoft.com)
|
|
39
|
+
- `@fluentui/react-tabs`
|
|
40
|
+
- fix: selected state in HC on Windows ([PR #33910](https://github.com/microsoft/fluentui/pull/33910) by v.kozlova13@gmail.com)
|
|
41
|
+
- `@fluentui/react-tag-picker`
|
|
42
|
+
- fix: use correct tokens for hover, active and focus states ([PR #33927](https://github.com/microsoft/fluentui/pull/33927) by vgenaev@gmail.com)
|
|
43
|
+
- `@fluentui/react-textarea`
|
|
44
|
+
- fix: use correct tokens for hover, active and focus states ([PR #33927](https://github.com/microsoft/fluentui/pull/33927) by vgenaev@gmail.com)
|
|
45
|
+
|
|
46
|
+
## [9.60.0](https://github.com/microsoft/fluentui/tree/@fluentui/react-components_v9.60.0)
|
|
47
|
+
|
|
48
|
+
Fri, 21 Feb 2025 14:34:03 GMT
|
|
49
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-components_v9.59.0..@fluentui/react-components_v9.60.0)
|
|
50
|
+
|
|
51
|
+
### Minor changes
|
|
52
|
+
|
|
53
|
+
- `@fluentui/react-carousel`
|
|
54
|
+
- feat: Implement props to control animation duration and autoplay interval ([PR #33820](https://github.com/microsoft/fluentui/pull/33820) by mifraser@microsoft.com)
|
|
55
|
+
- `@fluentui/react-tabster`
|
|
56
|
+
- 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)
|
|
57
|
+
|
|
58
|
+
### Patches
|
|
59
|
+
|
|
60
|
+
- `@fluentui/priority-overflow`
|
|
61
|
+
- fix: Add a defensive check when getting overflow item records ([PR #33876](https://github.com/microsoft/fluentui/pull/33876) by lingfangao@hotmail.com)
|
|
62
|
+
- `@fluentui/react-aria`
|
|
63
|
+
- 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)
|
|
64
|
+
- `@fluentui/react-popover`
|
|
65
|
+
- Update to satisfy the bumped Tabster 8.5.0. ([PR #33817](https://github.com/microsoft/fluentui/pull/33817) by marata@microsoft.com)
|
|
66
|
+
- `@fluentui/react-tabster`
|
|
67
|
+
- 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)
|
|
68
|
+
- `@fluentui/react-teaching-popover`
|
|
69
|
+
- fix: TeachingPopoverCarousel fires announce() messages on slide change ([PR #33833](https://github.com/microsoft/fluentui/pull/33833) by sarah.higley@microsoft.com)
|
|
70
|
+
|
|
7
71
|
## [9.59.0](https://github.com/microsoft/fluentui/tree/@fluentui/react-components_v9.59.0)
|
|
8
72
|
|
|
9
|
-
Tue, 18 Feb 2025 11:
|
|
73
|
+
Tue, 18 Feb 2025 11:26:27 GMT
|
|
10
74
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-components_v9.58.3..@fluentui/react-components_v9.59.0)
|
|
11
75
|
|
|
12
76
|
### 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.1",
|
|
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.1",
|
|
20
20
|
"@fluentui/react-alert": "9.0.0-beta.124",
|
|
21
|
-
"@fluentui/react-avatar": "^9.
|
|
22
|
-
"@fluentui/react-badge": "^9.2.
|
|
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.
|
|
28
|
-
"@fluentui/react-divider": "^9.2.
|
|
29
|
-
"@fluentui/react-drawer": "^9.
|
|
30
|
-
"@fluentui/react-field": "^9.1
|
|
31
|
-
"@fluentui/react-image": "^9.1.
|
|
21
|
+
"@fluentui/react-avatar": "^9.7.1",
|
|
22
|
+
"@fluentui/react-badge": "^9.2.51",
|
|
23
|
+
"@fluentui/react-button": "^9.4.1",
|
|
24
|
+
"@fluentui/react-card": "^9.2.0",
|
|
25
|
+
"@fluentui/react-checkbox": "^9.3.1",
|
|
26
|
+
"@fluentui/react-combobox": "^9.14.1",
|
|
27
|
+
"@fluentui/react-dialog": "^9.12.1",
|
|
28
|
+
"@fluentui/react-divider": "^9.2.83",
|
|
29
|
+
"@fluentui/react-drawer": "^9.7.1",
|
|
30
|
+
"@fluentui/react-field": "^9.2.1",
|
|
31
|
+
"@fluentui/react-image": "^9.1.81",
|
|
32
32
|
"@fluentui/react-infobutton": "9.0.0-beta.102",
|
|
33
|
-
"@fluentui/react-infolabel": "^9.
|
|
34
|
-
"@fluentui/react-input": "^9.
|
|
35
|
-
"@fluentui/react-label": "^9.1.
|
|
36
|
-
"@fluentui/react-link": "^9.
|
|
37
|
-
"@fluentui/react-list": "^9.
|
|
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.
|
|
43
|
-
"@fluentui/react-positioning": "^9.16.
|
|
44
|
-
"@fluentui/react-progress": "^9.1
|
|
45
|
-
"@fluentui/react-provider": "^9.
|
|
46
|
-
"@fluentui/react-radio": "^9.
|
|
47
|
-
"@fluentui/react-select": "^9.1
|
|
48
|
-
"@fluentui/react-shared-contexts": "^9.
|
|
49
|
-
"@fluentui/react-skeleton": "^9.1
|
|
50
|
-
"@fluentui/react-slider": "^9.
|
|
51
|
-
"@fluentui/react-spinbutton": "^9.
|
|
52
|
-
"@fluentui/react-spinner": "^9.5.
|
|
53
|
-
"@fluentui/react-swatch-picker": "^9.1
|
|
54
|
-
"@fluentui/react-switch": "^9.1
|
|
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.
|
|
33
|
+
"@fluentui/react-infolabel": "^9.1.1",
|
|
34
|
+
"@fluentui/react-input": "^9.5.1",
|
|
35
|
+
"@fluentui/react-label": "^9.1.84",
|
|
36
|
+
"@fluentui/react-link": "^9.4.1",
|
|
37
|
+
"@fluentui/react-list": "^9.1.1",
|
|
38
|
+
"@fluentui/react-menu": "^9.16.1",
|
|
39
|
+
"@fluentui/react-overflow": "^9.3.1",
|
|
40
|
+
"@fluentui/react-persona": "^9.3.1",
|
|
41
|
+
"@fluentui/react-portal": "^9.5.1",
|
|
42
|
+
"@fluentui/react-popover": "^9.10.1",
|
|
43
|
+
"@fluentui/react-positioning": "^9.16.4",
|
|
44
|
+
"@fluentui/react-progress": "^9.2.1",
|
|
45
|
+
"@fluentui/react-provider": "^9.20.1",
|
|
46
|
+
"@fluentui/react-radio": "^9.3.1",
|
|
47
|
+
"@fluentui/react-select": "^9.2.1",
|
|
48
|
+
"@fluentui/react-shared-contexts": "^9.22.0",
|
|
49
|
+
"@fluentui/react-skeleton": "^9.2.1",
|
|
50
|
+
"@fluentui/react-slider": "^9.3.1",
|
|
51
|
+
"@fluentui/react-spinbutton": "^9.3.1",
|
|
52
|
+
"@fluentui/react-spinner": "^9.5.8",
|
|
53
|
+
"@fluentui/react-swatch-picker": "^9.2.1",
|
|
54
|
+
"@fluentui/react-switch": "^9.2.1",
|
|
55
|
+
"@fluentui/react-table": "^9.16.1",
|
|
56
|
+
"@fluentui/react-tabs": "^9.7.1",
|
|
57
|
+
"@fluentui/react-tabster": "^9.24.1",
|
|
58
|
+
"@fluentui/react-tags": "^9.4.1",
|
|
59
|
+
"@fluentui/react-textarea": "^9.4.1",
|
|
60
60
|
"@fluentui/react-theme": "^9.1.24",
|
|
61
|
-
"@fluentui/react-toast": "^9.
|
|
62
|
-
"@fluentui/react-toolbar": "^9.
|
|
63
|
-
"@fluentui/react-tooltip": "^9.
|
|
64
|
-
"@fluentui/react-utilities": "^9.18.
|
|
65
|
-
"@fluentui/react-text": "^9.4.
|
|
66
|
-
"@fluentui/react-virtualizer": "9.0.0-alpha.
|
|
67
|
-
"@fluentui/react-tree": "^9.
|
|
61
|
+
"@fluentui/react-toast": "^9.4.1",
|
|
62
|
+
"@fluentui/react-toolbar": "^9.4.0",
|
|
63
|
+
"@fluentui/react-tooltip": "^9.6.1",
|
|
64
|
+
"@fluentui/react-utilities": "^9.18.21",
|
|
65
|
+
"@fluentui/react-text": "^9.4.33",
|
|
66
|
+
"@fluentui/react-virtualizer": "9.0.0-alpha.93",
|
|
67
|
+
"@fluentui/react-tree": "^9.10.1",
|
|
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.
|
|
72
|
-
"@fluentui/react-aria": "^9.
|
|
73
|
-
"@fluentui/react-rating": "^9.
|
|
74
|
-
"@fluentui/react-search": "^9.
|
|
75
|
-
"@fluentui/react-teaching-popover": "^9.
|
|
76
|
-
"@fluentui/react-tag-picker": "^9.
|
|
77
|
-
"@fluentui/react-motion": "^9.6.
|
|
78
|
-
"@fluentui/react-carousel": "^9.
|
|
70
|
+
"@fluentui/react-message-bar": "^9.4.1",
|
|
71
|
+
"@fluentui/react-breadcrumb": "^9.1.1",
|
|
72
|
+
"@fluentui/react-aria": "^9.14.1",
|
|
73
|
+
"@fluentui/react-rating": "^9.1.1",
|
|
74
|
+
"@fluentui/react-search": "^9.1.1",
|
|
75
|
+
"@fluentui/react-teaching-popover": "^9.4.0",
|
|
76
|
+
"@fluentui/react-tag-picker": "^9.5.1",
|
|
77
|
+
"@fluentui/react-motion": "^9.6.8",
|
|
78
|
+
"@fluentui/react-carousel": "^9.6.1"
|
|
79
79
|
},
|
|
80
80
|
"peerDependencies": {
|
|
81
81
|
"@types/react": ">=16.14.0 <19.0.0",
|