@fluentui/react-components 9.58.1 → 9.58.3
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 +41 -2
- package/package.json +14 -14
package/CHANGELOG.md
CHANGED
|
@@ -1,12 +1,51 @@
|
|
|
1
1
|
# Change Log - @fluentui/react-components
|
|
2
2
|
|
|
3
|
-
This log was last generated on
|
|
3
|
+
This log was last generated on Fri, 07 Feb 2025 10:40:51 GMT and should not be manually modified.
|
|
4
4
|
|
|
5
5
|
<!-- Start content -->
|
|
6
6
|
|
|
7
|
+
## [9.58.3](https://github.com/microsoft/fluentui/tree/@fluentui/react-components_v9.58.3)
|
|
8
|
+
|
|
9
|
+
Fri, 07 Feb 2025 10:40:51 GMT
|
|
10
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-components_v9.58.2..@fluentui/react-components_v9.58.3)
|
|
11
|
+
|
|
12
|
+
### Patches
|
|
13
|
+
|
|
14
|
+
- `@fluentui/react-button`
|
|
15
|
+
- fix: Button sets correct disabledFocusable icon color ([PR #33756](https://github.com/microsoft/fluentui/pull/33756) by sarah.higley@microsoft.com)
|
|
16
|
+
- `@fluentui/react-color-picker-preview`
|
|
17
|
+
- fix: thumb design for ColorPicker - partner's ask ([PR #33743](https://github.com/microsoft/fluentui/pull/33743) by v.kozlova13@gmail.com)
|
|
18
|
+
- `@fluentui/react-message-bar`
|
|
19
|
+
- fix: Revert MessageBar auto reflow changes from #33409 ([PR #33797](https://github.com/microsoft/fluentui/pull/33797) by lingfangao@hotmail.com)
|
|
20
|
+
- `@fluentui/react-slider`
|
|
21
|
+
- fix: exported internal CSS variables ([PR #33682](https://github.com/microsoft/fluentui/pull/33682) by vkozlova@microsoft.com)
|
|
22
|
+
- `@fluentui/react-tag-picker`
|
|
23
|
+
- bugfix: regression from #33689 ([PR #33747](https://github.com/microsoft/fluentui/pull/33747) by bernardo.sunderhus@gmail.com)
|
|
24
|
+
|
|
25
|
+
### Changes
|
|
26
|
+
|
|
27
|
+
- `@fluentui/react-virtualizer`
|
|
28
|
+
- fix: Fix regression of child render function update ([PR #33788](https://github.com/microsoft/fluentui/pull/33788) by mifraser@microsoft.com)
|
|
29
|
+
|
|
30
|
+
## [9.58.2](https://github.com/microsoft/fluentui/tree/@fluentui/react-components_v9.58.2)
|
|
31
|
+
|
|
32
|
+
Tue, 28 Jan 2025 21:26:33 GMT
|
|
33
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-components_v9.58.1..@fluentui/react-components_v9.58.2)
|
|
34
|
+
|
|
35
|
+
### Patches
|
|
36
|
+
|
|
37
|
+
- `@fluentui/react-button`
|
|
38
|
+
- fix: make SplitButton divider transparent for subtle and transparent variants ([PR #33726](https://github.com/microsoft/fluentui/pull/33726) by vgenaev@gmail.com)
|
|
39
|
+
- `@fluentui/react-carousel`
|
|
40
|
+
- 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)
|
|
41
|
+
- `@fluentui/react-tag-picker`
|
|
42
|
+
- fix: add aria-disabled to expand button when disabled ([PR #33530](https://github.com/microsoft/fluentui/pull/33530) by sarah.higley@microsoft.com)
|
|
43
|
+
- `@fluentui/react-tree`
|
|
44
|
+
- 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)
|
|
45
|
+
|
|
7
46
|
## [9.58.1](https://github.com/microsoft/fluentui/tree/@fluentui/react-components_v9.58.1)
|
|
8
47
|
|
|
9
|
-
Mon, 27 Jan 2025 20:
|
|
48
|
+
Mon, 27 Jan 2025 20:27:33 GMT
|
|
10
49
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-components_v9.58.0..@fluentui/react-components_v9.58.1)
|
|
11
50
|
|
|
12
51
|
### 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.3",
|
|
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.102",
|
|
24
|
+
"@fluentui/react-card": "^9.0.104",
|
|
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.31",
|
|
28
28
|
"@fluentui/react-divider": "^9.2.82",
|
|
29
|
-
"@fluentui/react-drawer": "^9.6.
|
|
29
|
+
"@fluentui/react-drawer": "^9.6.11",
|
|
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",
|
|
@@ -47,7 +47,7 @@
|
|
|
47
47
|
"@fluentui/react-select": "^9.1.97",
|
|
48
48
|
"@fluentui/react-shared-contexts": "^9.21.2",
|
|
49
49
|
"@fluentui/react-skeleton": "^9.1.26",
|
|
50
|
-
"@fluentui/react-slider": "^9.2.
|
|
50
|
+
"@fluentui/react-slider": "^9.2.7",
|
|
51
51
|
"@fluentui/react-spinbutton": "^9.2.98",
|
|
52
52
|
"@fluentui/react-spinner": "^9.5.7",
|
|
53
53
|
"@fluentui/react-swatch-picker": "^9.1.20",
|
|
@@ -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.18",
|
|
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
|
-
"@fluentui/react-virtualizer": "9.0.0-alpha.
|
|
67
|
-
"@fluentui/react-tree": "^9.9.
|
|
66
|
+
"@fluentui/react-virtualizer": "9.0.0-alpha.92",
|
|
67
|
+
"@fluentui/react-tree": "^9.9.3",
|
|
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.3",
|
|
71
|
+
"@fluentui/react-breadcrumb": "^9.0.52",
|
|
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.4",
|
|
76
|
+
"@fluentui/react-tag-picker": "^9.4.3",
|
|
77
77
|
"@fluentui/react-motion": "^9.6.7",
|
|
78
|
-
"@fluentui/react-carousel": "^9.4.
|
|
78
|
+
"@fluentui/react-carousel": "^9.4.7"
|
|
79
79
|
},
|
|
80
80
|
"peerDependencies": {
|
|
81
81
|
"@types/react": ">=16.14.0 <19.0.0",
|