@fluentui/react-components 9.44.2 → 9.44.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 +28 -2
- package/package.json +23 -23
package/CHANGELOG.md
CHANGED
|
@@ -1,12 +1,38 @@
|
|
|
1
1
|
# Change Log - @fluentui/react-components
|
|
2
2
|
|
|
3
|
-
This log was last generated on
|
|
3
|
+
This log was last generated on Thu, 11 Jan 2024 09:02:14 GMT and should not be manually modified.
|
|
4
4
|
|
|
5
5
|
<!-- Start content -->
|
|
6
6
|
|
|
7
|
+
## [9.44.3](https://github.com/microsoft/fluentui/tree/@fluentui/react-components_v9.44.3)
|
|
8
|
+
|
|
9
|
+
Thu, 11 Jan 2024 09:02:14 GMT
|
|
10
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-components_v9.44.2..@fluentui/react-components_v9.44.3)
|
|
11
|
+
|
|
12
|
+
### Minor changes
|
|
13
|
+
|
|
14
|
+
- `@fluentui/react-aria`
|
|
15
|
+
- feat: active descedant improvements ([PR #30253](https://github.com/microsoft/fluentui/pull/30253) by lingfan.gao@microsoft.com)
|
|
16
|
+
- `@fluentui/react-migration-v8-v9`
|
|
17
|
+
- feat: implement CheckboxShim component for Checkbox migration ([PR #29968](https://github.com/microsoft/fluentui/pull/29968) by liminliu@microsoft.com)
|
|
18
|
+
|
|
19
|
+
### Patches
|
|
20
|
+
|
|
21
|
+
- `@fluentui/react-card`
|
|
22
|
+
- fix: selectable card should not be focusable ([PR #30277](https://github.com/microsoft/fluentui/pull/30277) by marcosvmmoura@gmail.com)
|
|
23
|
+
- fix: remove slow CSS selector from card styles ([PR #30278](https://github.com/microsoft/fluentui/pull/30278) by marcosvmmoura@gmail.com)
|
|
24
|
+
- `@fluentui/react-migration-v0-v9`
|
|
25
|
+
- Remove dependency on v0 ([PR #30276](https://github.com/microsoft/fluentui/pull/30276) by jurokapsiar@gmail.com)
|
|
26
|
+
- `@fluentui/react-positioning`
|
|
27
|
+
- fix: update styles to not flip in RTL ([PR #30252](https://github.com/microsoft/fluentui/pull/30252) by olfedias@microsoft.com)
|
|
28
|
+
- `@fluentui/react-rating-preview`
|
|
29
|
+
- chore: Updating doc stories and API. ([PR #30092](https://github.com/microsoft/fluentui/pull/30092) by ololubek@microsoft.com)
|
|
30
|
+
- `@fluentui/react-teaching-popover-preview`
|
|
31
|
+
- fix: Small style updates, changing 16px icons to 12px, slight padding changes ([PR #30270](https://github.com/microsoft/fluentui/pull/30270) by mifraser@microsoft.com)
|
|
32
|
+
|
|
7
33
|
## [9.44.2](https://github.com/microsoft/fluentui/tree/@fluentui/react-components_v9.44.2)
|
|
8
34
|
|
|
9
|
-
Tue, 09 Jan 2024 10:
|
|
35
|
+
Tue, 09 Jan 2024 10:21:33 GMT
|
|
10
36
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-components_v9.44.1..@fluentui/react-components_v9.44.2)
|
|
11
37
|
|
|
12
38
|
### Minor changes
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@fluentui/react-components",
|
|
3
|
-
"version": "9.44.
|
|
3
|
+
"version": "9.44.3",
|
|
4
4
|
"description": "Suite package for converged React components",
|
|
5
5
|
"main": "lib-commonjs/index.js",
|
|
6
6
|
"module": "lib/index.js",
|
|
@@ -32,30 +32,30 @@
|
|
|
32
32
|
"@fluentui/scripts-tasks": "*"
|
|
33
33
|
},
|
|
34
34
|
"dependencies": {
|
|
35
|
-
"@fluentui/react-accordion": "^9.3.
|
|
36
|
-
"@fluentui/react-alert": "9.0.0-beta.
|
|
37
|
-
"@fluentui/react-avatar": "^9.6.
|
|
35
|
+
"@fluentui/react-accordion": "^9.3.35",
|
|
36
|
+
"@fluentui/react-alert": "9.0.0-beta.101",
|
|
37
|
+
"@fluentui/react-avatar": "^9.6.6",
|
|
38
38
|
"@fluentui/react-badge": "^9.2.19",
|
|
39
|
-
"@fluentui/react-button": "^9.3.
|
|
40
|
-
"@fluentui/react-card": "^9.0.
|
|
39
|
+
"@fluentui/react-button": "^9.3.62",
|
|
40
|
+
"@fluentui/react-card": "^9.0.61",
|
|
41
41
|
"@fluentui/react-checkbox": "^9.2.5",
|
|
42
|
-
"@fluentui/react-combobox": "^9.5.
|
|
43
|
-
"@fluentui/react-dialog": "^9.9.
|
|
42
|
+
"@fluentui/react-combobox": "^9.5.40",
|
|
43
|
+
"@fluentui/react-dialog": "^9.9.4",
|
|
44
44
|
"@fluentui/react-divider": "^9.2.55",
|
|
45
|
-
"@fluentui/react-drawer": "^9.0.
|
|
45
|
+
"@fluentui/react-drawer": "^9.0.8",
|
|
46
46
|
"@fluentui/react-field": "^9.1.47",
|
|
47
47
|
"@fluentui/react-image": "^9.1.52",
|
|
48
|
-
"@fluentui/react-infobutton": "9.0.0-beta.
|
|
49
|
-
"@fluentui/react-infolabel": "^9.0.
|
|
48
|
+
"@fluentui/react-infobutton": "9.0.0-beta.85",
|
|
49
|
+
"@fluentui/react-infolabel": "^9.0.13",
|
|
50
50
|
"@fluentui/react-input": "^9.4.57",
|
|
51
51
|
"@fluentui/react-label": "^9.1.55",
|
|
52
52
|
"@fluentui/react-link": "^9.2.4",
|
|
53
|
-
"@fluentui/react-menu": "^9.12.
|
|
53
|
+
"@fluentui/react-menu": "^9.12.42",
|
|
54
54
|
"@fluentui/react-overflow": "^9.1.5",
|
|
55
|
-
"@fluentui/react-persona": "^9.2.
|
|
55
|
+
"@fluentui/react-persona": "^9.2.65",
|
|
56
56
|
"@fluentui/react-portal": "^9.4.7",
|
|
57
|
-
"@fluentui/react-popover": "^9.8.
|
|
58
|
-
"@fluentui/react-positioning": "^9.12.
|
|
57
|
+
"@fluentui/react-popover": "^9.8.30",
|
|
58
|
+
"@fluentui/react-positioning": "^9.12.1",
|
|
59
59
|
"@fluentui/react-progress": "^9.1.57",
|
|
60
60
|
"@fluentui/react-provider": "^9.13.5",
|
|
61
61
|
"@fluentui/react-radio": "^9.2.0",
|
|
@@ -66,23 +66,23 @@
|
|
|
66
66
|
"@fluentui/react-spinbutton": "^9.2.57",
|
|
67
67
|
"@fluentui/react-spinner": "^9.3.35",
|
|
68
68
|
"@fluentui/react-switch": "^9.1.62",
|
|
69
|
-
"@fluentui/react-table": "^9.11.
|
|
69
|
+
"@fluentui/react-table": "^9.11.2",
|
|
70
70
|
"@fluentui/react-tabs": "^9.4.3",
|
|
71
71
|
"@fluentui/react-tabster": "^9.17.0",
|
|
72
|
-
"@fluentui/react-tags": "^9.0.
|
|
72
|
+
"@fluentui/react-tags": "^9.0.19",
|
|
73
73
|
"@fluentui/react-textarea": "^9.3.57",
|
|
74
74
|
"@fluentui/react-theme": "^9.1.16",
|
|
75
|
-
"@fluentui/react-toast": "^9.3.
|
|
76
|
-
"@fluentui/react-toolbar": "^9.1.
|
|
77
|
-
"@fluentui/react-tooltip": "^9.4.
|
|
75
|
+
"@fluentui/react-toast": "^9.3.24",
|
|
76
|
+
"@fluentui/react-toolbar": "^9.1.63",
|
|
77
|
+
"@fluentui/react-tooltip": "^9.4.8",
|
|
78
78
|
"@fluentui/react-utilities": "^9.15.6",
|
|
79
79
|
"@fluentui/react-text": "^9.4.4",
|
|
80
80
|
"@fluentui/react-virtualizer": "9.0.0-alpha.63",
|
|
81
|
-
"@fluentui/react-tree": "^9.4.
|
|
81
|
+
"@fluentui/react-tree": "^9.4.22",
|
|
82
82
|
"@griffel/react": "^1.5.14",
|
|
83
83
|
"@swc/helpers": "^0.5.1",
|
|
84
|
-
"@fluentui/react-message-bar": "^9.0.
|
|
85
|
-
"@fluentui/react-breadcrumb": "^9.0.
|
|
84
|
+
"@fluentui/react-message-bar": "^9.0.13",
|
|
85
|
+
"@fluentui/react-breadcrumb": "^9.0.8"
|
|
86
86
|
},
|
|
87
87
|
"peerDependencies": {
|
|
88
88
|
"@types/react": ">=16.14.0 <19.0.0",
|