@fluentui/react-components 9.46.0 → 9.46.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 +31 -2
- package/package.json +28 -28
package/CHANGELOG.md
CHANGED
|
@@ -1,12 +1,41 @@
|
|
|
1
1
|
# Change Log - @fluentui/react-components
|
|
2
2
|
|
|
3
|
-
This log was last generated on
|
|
3
|
+
This log was last generated on Mon, 29 Jan 2024 13:53:38 GMT and should not be manually modified.
|
|
4
4
|
|
|
5
5
|
<!-- Start content -->
|
|
6
6
|
|
|
7
|
+
## [9.46.2](https://github.com/microsoft/fluentui/tree/@fluentui/react-components_v9.46.2)
|
|
8
|
+
|
|
9
|
+
Mon, 29 Jan 2024 13:53:38 GMT
|
|
10
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-components_v9.46.1..@fluentui/react-components_v9.46.2)
|
|
11
|
+
|
|
12
|
+
### Patches
|
|
13
|
+
|
|
14
|
+
- `@fluentui/react-combobox`
|
|
15
|
+
- fix: add aria-controls to combobox and dropdown ([PR #30352](https://github.com/microsoft/fluentui/pull/30352) by sarah.higley@microsoft.com)
|
|
16
|
+
- `@fluentui/react-label`
|
|
17
|
+
- fix: Update Label to use a token for its padding, instead of a hardcoded value ([PR #30254](https://github.com/microsoft/fluentui/pull/30254) by behowell@microsoft.com)
|
|
18
|
+
- fix: Disabled Label should use GrayText in forced-colors mode ([PR #30245](https://github.com/microsoft/fluentui/pull/30245) by behowell@microsoft.com)
|
|
19
|
+
- `@fluentui/react-menu`
|
|
20
|
+
- fix: disabled menuitem has no pressed style ([PR #30340](https://github.com/microsoft/fluentui/pull/30340) by sarah.higley@microsoft.com)
|
|
21
|
+
- `@fluentui/react-positioning`
|
|
22
|
+
- fix: Avoid infinite loop when comparing different documents ([PR #30415](https://github.com/microsoft/fluentui/pull/30415) by lingfangao@hotmail.com)
|
|
23
|
+
|
|
24
|
+
## [9.46.1](https://github.com/microsoft/fluentui/tree/@fluentui/react-components_v9.46.1)
|
|
25
|
+
|
|
26
|
+
Fri, 26 Jan 2024 10:40:21 GMT
|
|
27
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-components_v9.46.0..@fluentui/react-components_v9.46.1)
|
|
28
|
+
|
|
29
|
+
### Minor changes
|
|
30
|
+
|
|
31
|
+
- `@fluentui/react-positioning`
|
|
32
|
+
- feat: Add `disableUpdateOnResize` positioning option ([PR #30391](https://github.com/microsoft/fluentui/pull/30391) by lingfangao@hotmail.com)
|
|
33
|
+
- `@fluentui/react-rating-preview`
|
|
34
|
+
- feat: Add RatingDisplay component ([PR #30323](https://github.com/microsoft/fluentui/pull/30323) by ololubek@microsoft.com)
|
|
35
|
+
|
|
7
36
|
## [9.46.0](https://github.com/microsoft/fluentui/tree/@fluentui/react-components_v9.46.0)
|
|
8
37
|
|
|
9
|
-
Tue, 23 Jan 2024 15:
|
|
38
|
+
Tue, 23 Jan 2024 15:10:57 GMT
|
|
10
39
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-components_v9.45.0..@fluentui/react-components_v9.46.0)
|
|
11
40
|
|
|
12
41
|
### Minor changes
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@fluentui/react-components",
|
|
3
|
-
"version": "9.46.
|
|
3
|
+
"version": "9.46.2",
|
|
4
4
|
"description": "Suite package for converged React components",
|
|
5
5
|
"main": "lib-commonjs/index.js",
|
|
6
6
|
"module": "lib/index.js",
|
|
@@ -33,52 +33,52 @@
|
|
|
33
33
|
},
|
|
34
34
|
"dependencies": {
|
|
35
35
|
"@fluentui/react-accordion": "^9.3.39",
|
|
36
|
-
"@fluentui/react-alert": "9.0.0-beta.
|
|
37
|
-
"@fluentui/react-avatar": "^9.6.
|
|
36
|
+
"@fluentui/react-alert": "9.0.0-beta.107",
|
|
37
|
+
"@fluentui/react-avatar": "^9.6.12",
|
|
38
38
|
"@fluentui/react-badge": "^9.2.23",
|
|
39
39
|
"@fluentui/react-button": "^9.3.66",
|
|
40
40
|
"@fluentui/react-card": "^9.0.65",
|
|
41
|
-
"@fluentui/react-checkbox": "^9.2.
|
|
42
|
-
"@fluentui/react-combobox": "^9.7.
|
|
41
|
+
"@fluentui/react-checkbox": "^9.2.10",
|
|
42
|
+
"@fluentui/react-combobox": "^9.7.3",
|
|
43
43
|
"@fluentui/react-dialog": "^9.9.8",
|
|
44
44
|
"@fluentui/react-divider": "^9.2.59",
|
|
45
45
|
"@fluentui/react-drawer": "^9.1.2",
|
|
46
|
-
"@fluentui/react-field": "^9.1.
|
|
46
|
+
"@fluentui/react-field": "^9.1.52",
|
|
47
47
|
"@fluentui/react-image": "^9.1.56",
|
|
48
|
-
"@fluentui/react-infobutton": "9.0.0-beta.
|
|
49
|
-
"@fluentui/react-infolabel": "^9.0.
|
|
50
|
-
"@fluentui/react-input": "^9.4.
|
|
51
|
-
"@fluentui/react-label": "^9.1.
|
|
48
|
+
"@fluentui/react-infobutton": "9.0.0-beta.91",
|
|
49
|
+
"@fluentui/react-infolabel": "^9.0.19",
|
|
50
|
+
"@fluentui/react-input": "^9.4.62",
|
|
51
|
+
"@fluentui/react-label": "^9.1.60",
|
|
52
52
|
"@fluentui/react-link": "^9.2.8",
|
|
53
|
-
"@fluentui/react-menu": "^9.12.
|
|
53
|
+
"@fluentui/react-menu": "^9.12.48",
|
|
54
54
|
"@fluentui/react-overflow": "^9.1.9",
|
|
55
|
-
"@fluentui/react-persona": "^9.2.
|
|
55
|
+
"@fluentui/react-persona": "^9.2.71",
|
|
56
56
|
"@fluentui/react-portal": "^9.4.11",
|
|
57
|
-
"@fluentui/react-popover": "^9.8.
|
|
58
|
-
"@fluentui/react-positioning": "^9.
|
|
59
|
-
"@fluentui/react-progress": "^9.1.
|
|
57
|
+
"@fluentui/react-popover": "^9.8.36",
|
|
58
|
+
"@fluentui/react-positioning": "^9.13.1",
|
|
59
|
+
"@fluentui/react-progress": "^9.1.62",
|
|
60
60
|
"@fluentui/react-provider": "^9.13.9",
|
|
61
|
-
"@fluentui/react-radio": "^9.2.
|
|
62
|
-
"@fluentui/react-select": "^9.1.
|
|
61
|
+
"@fluentui/react-radio": "^9.2.5",
|
|
62
|
+
"@fluentui/react-select": "^9.1.62",
|
|
63
63
|
"@fluentui/react-shared-contexts": "^9.14.0",
|
|
64
|
-
"@fluentui/react-skeleton": "^9.0.
|
|
65
|
-
"@fluentui/react-slider": "^9.1.
|
|
66
|
-
"@fluentui/react-spinbutton": "^9.2.
|
|
67
|
-
"@fluentui/react-spinner": "^9.3.
|
|
68
|
-
"@fluentui/react-switch": "^9.1.
|
|
69
|
-
"@fluentui/react-table": "^9.11.
|
|
64
|
+
"@fluentui/react-skeleton": "^9.0.50",
|
|
65
|
+
"@fluentui/react-slider": "^9.1.67",
|
|
66
|
+
"@fluentui/react-spinbutton": "^9.2.62",
|
|
67
|
+
"@fluentui/react-spinner": "^9.3.40",
|
|
68
|
+
"@fluentui/react-switch": "^9.1.67",
|
|
69
|
+
"@fluentui/react-table": "^9.11.8",
|
|
70
70
|
"@fluentui/react-tabs": "^9.4.7",
|
|
71
71
|
"@fluentui/react-tabster": "^9.17.4",
|
|
72
|
-
"@fluentui/react-tags": "^9.0.
|
|
73
|
-
"@fluentui/react-textarea": "^9.3.
|
|
72
|
+
"@fluentui/react-tags": "^9.0.25",
|
|
73
|
+
"@fluentui/react-textarea": "^9.3.62",
|
|
74
74
|
"@fluentui/react-theme": "^9.1.16",
|
|
75
75
|
"@fluentui/react-toast": "^9.3.28",
|
|
76
|
-
"@fluentui/react-toolbar": "^9.1.
|
|
77
|
-
"@fluentui/react-tooltip": "^9.4.
|
|
76
|
+
"@fluentui/react-toolbar": "^9.1.68",
|
|
77
|
+
"@fluentui/react-tooltip": "^9.4.14",
|
|
78
78
|
"@fluentui/react-utilities": "^9.17.0",
|
|
79
79
|
"@fluentui/react-text": "^9.4.8",
|
|
80
80
|
"@fluentui/react-virtualizer": "9.0.0-alpha.67",
|
|
81
|
-
"@fluentui/react-tree": "^9.4.
|
|
81
|
+
"@fluentui/react-tree": "^9.4.28",
|
|
82
82
|
"@griffel/react": "^1.5.14",
|
|
83
83
|
"@swc/helpers": "^0.5.1",
|
|
84
84
|
"@fluentui/react-message-bar": "^9.0.17",
|