@fluentui/react-components 9.58.1 → 9.58.2
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 +18 -2
- package/package.json +12 -12
package/CHANGELOG.md
CHANGED
|
@@ -1,12 +1,28 @@
|
|
|
1
1
|
# Change Log - @fluentui/react-components
|
|
2
2
|
|
|
3
|
-
This log was last generated on
|
|
3
|
+
This log was last generated on Tue, 28 Jan 2025 21:25:18 GMT and should not be manually modified.
|
|
4
4
|
|
|
5
5
|
<!-- Start content -->
|
|
6
6
|
|
|
7
|
+
## [9.58.2](https://github.com/microsoft/fluentui/tree/@fluentui/react-components_v9.58.2)
|
|
8
|
+
|
|
9
|
+
Tue, 28 Jan 2025 21:25:18 GMT
|
|
10
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-components_v9.58.1..@fluentui/react-components_v9.58.2)
|
|
11
|
+
|
|
12
|
+
### Patches
|
|
13
|
+
|
|
14
|
+
- `@fluentui/react-button`
|
|
15
|
+
- fix: make SplitButton divider transparent for subtle and transparent variants ([PR #33726](https://github.com/microsoft/fluentui/pull/33726) by vgenaev@gmail.com)
|
|
16
|
+
- `@fluentui/react-carousel`
|
|
17
|
+
- fix: Ensure carousel handles indexing when window size is larger then combined card size ([PR #33732](https://github.com/microsoft/fluentui/pull/33732) by mifraser@microsoft.com)
|
|
18
|
+
- `@fluentui/react-tag-picker`
|
|
19
|
+
- fix: add aria-disabled to expand button when disabled ([PR #33530](https://github.com/microsoft/fluentui/pull/33530) by sarah.higley@microsoft.com)
|
|
20
|
+
- `@fluentui/react-tree`
|
|
21
|
+
- bugfix: actions lose visibility when mouse and keyboard interactions are mixed ([PR #33731](https://github.com/microsoft/fluentui/pull/33731) by bernardo.sunderhus@gmail.com)
|
|
22
|
+
|
|
7
23
|
## [9.58.1](https://github.com/microsoft/fluentui/tree/@fluentui/react-components_v9.58.1)
|
|
8
24
|
|
|
9
|
-
Mon, 27 Jan 2025 20:
|
|
25
|
+
Mon, 27 Jan 2025 20:27:33 GMT
|
|
10
26
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-components_v9.58.0..@fluentui/react-components_v9.58.1)
|
|
11
27
|
|
|
12
28
|
### Minor changes
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@fluentui/react-components",
|
|
3
|
-
"version": "9.58.
|
|
3
|
+
"version": "9.58.2",
|
|
4
4
|
"description": "Suite package for converged React components",
|
|
5
5
|
"main": "lib-commonjs/index.js",
|
|
6
6
|
"module": "lib/index.js",
|
|
@@ -20,13 +20,13 @@
|
|
|
20
20
|
"@fluentui/react-alert": "9.0.0-beta.124",
|
|
21
21
|
"@fluentui/react-avatar": "^9.6.50",
|
|
22
22
|
"@fluentui/react-badge": "^9.2.50",
|
|
23
|
-
"@fluentui/react-button": "^9.3.
|
|
24
|
-
"@fluentui/react-card": "^9.0.
|
|
23
|
+
"@fluentui/react-button": "^9.3.101",
|
|
24
|
+
"@fluentui/react-card": "^9.0.103",
|
|
25
25
|
"@fluentui/react-checkbox": "^9.2.47",
|
|
26
26
|
"@fluentui/react-combobox": "^9.13.18",
|
|
27
|
-
"@fluentui/react-dialog": "^9.11.
|
|
27
|
+
"@fluentui/react-dialog": "^9.11.30",
|
|
28
28
|
"@fluentui/react-divider": "^9.2.82",
|
|
29
|
-
"@fluentui/react-drawer": "^9.6.
|
|
29
|
+
"@fluentui/react-drawer": "^9.6.10",
|
|
30
30
|
"@fluentui/react-field": "^9.1.86",
|
|
31
31
|
"@fluentui/react-image": "^9.1.80",
|
|
32
32
|
"@fluentui/react-infobutton": "9.0.0-beta.102",
|
|
@@ -59,23 +59,23 @@
|
|
|
59
59
|
"@fluentui/react-textarea": "^9.3.98",
|
|
60
60
|
"@fluentui/react-theme": "^9.1.24",
|
|
61
61
|
"@fluentui/react-toast": "^9.3.65",
|
|
62
|
-
"@fluentui/react-toolbar": "^9.2.
|
|
62
|
+
"@fluentui/react-toolbar": "^9.2.17",
|
|
63
63
|
"@fluentui/react-tooltip": "^9.5.5",
|
|
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.91",
|
|
67
|
-
"@fluentui/react-tree": "^9.9.
|
|
67
|
+
"@fluentui/react-tree": "^9.9.2",
|
|
68
68
|
"@griffel/react": "^1.5.22",
|
|
69
69
|
"@swc/helpers": "^0.5.1",
|
|
70
|
-
"@fluentui/react-message-bar": "^9.3.
|
|
71
|
-
"@fluentui/react-breadcrumb": "^9.0.
|
|
70
|
+
"@fluentui/react-message-bar": "^9.3.2",
|
|
71
|
+
"@fluentui/react-breadcrumb": "^9.0.51",
|
|
72
72
|
"@fluentui/react-aria": "^9.13.14",
|
|
73
73
|
"@fluentui/react-rating": "^9.0.28",
|
|
74
74
|
"@fluentui/react-search": "^9.0.29",
|
|
75
|
-
"@fluentui/react-teaching-popover": "^9.2.
|
|
76
|
-
"@fluentui/react-tag-picker": "^9.4.
|
|
75
|
+
"@fluentui/react-teaching-popover": "^9.2.3",
|
|
76
|
+
"@fluentui/react-tag-picker": "^9.4.2",
|
|
77
77
|
"@fluentui/react-motion": "^9.6.7",
|
|
78
|
-
"@fluentui/react-carousel": "^9.4.
|
|
78
|
+
"@fluentui/react-carousel": "^9.4.6"
|
|
79
79
|
},
|
|
80
80
|
"peerDependencies": {
|
|
81
81
|
"@types/react": ">=16.14.0 <19.0.0",
|