@fluentui/react-components 9.43.0 → 9.43.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 +58 -2
- package/package.json +56 -50
package/CHANGELOG.md
CHANGED
|
@@ -1,12 +1,68 @@
|
|
|
1
1
|
# Change Log - @fluentui/react-components
|
|
2
2
|
|
|
3
|
-
This log was last generated on
|
|
3
|
+
This log was last generated on Mon, 18 Dec 2023 17:47:03 GMT and should not be manually modified.
|
|
4
4
|
|
|
5
5
|
<!-- Start content -->
|
|
6
6
|
|
|
7
|
+
## [9.43.2](https://github.com/microsoft/fluentui/tree/@fluentui/react-components_v9.43.2)
|
|
8
|
+
|
|
9
|
+
Mon, 18 Dec 2023 17:47:03 GMT
|
|
10
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-components_v9.43.1..@fluentui/react-components_v9.43.2)
|
|
11
|
+
|
|
12
|
+
### Patches
|
|
13
|
+
|
|
14
|
+
- `@fluentui/react-combobox`
|
|
15
|
+
- refactor: Encapsulates listbox and trigger slot construction ([PR #30010](https://github.com/microsoft/fluentui/pull/30010) by lingfan.gao@microsoft.com)
|
|
16
|
+
- `@fluentui/react-positioning`
|
|
17
|
+
- chore: move from floating-ui-devtools to @floating-ui/devtools ([PR #30107](https://github.com/microsoft/fluentui/pull/30107) by bernardo.sunderhus@gmail.com)
|
|
18
|
+
- `@fluentui/react-timepicker-compat-preview`
|
|
19
|
+
- fix: provides a default aria-labelledby for the chevron icon if the TimePicker is wrapped in a Field. ([PR #30103](https://github.com/microsoft/fluentui/pull/30103) by yuanboxue@microsoft.com)
|
|
20
|
+
|
|
21
|
+
## [9.43.1](https://github.com/microsoft/fluentui/tree/@fluentui/react-components_v9.43.1)
|
|
22
|
+
|
|
23
|
+
Mon, 18 Dec 2023 14:40:42 GMT
|
|
24
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-components_v9.43.0..@fluentui/react-components_v9.43.1)
|
|
25
|
+
|
|
26
|
+
### Minor changes
|
|
27
|
+
|
|
28
|
+
- `@fluentui/react-tabster`
|
|
29
|
+
- feat: focus-visible polyfill shadow DOM support ([PR #30098](https://github.com/microsoft/fluentui/pull/30098) by lingfangao@hotmail.com)
|
|
30
|
+
- `@fluentui/react-aria`
|
|
31
|
+
- feat: deprecates useARIAButtonShorthand in favor of useARIAButtonProps ([PR #29735](https://github.com/microsoft/fluentui/pull/29735) by bernardo.sunderhus@gmail.com)
|
|
32
|
+
|
|
33
|
+
### Patches
|
|
34
|
+
|
|
35
|
+
- `@fluentui/react-tabster`
|
|
36
|
+
- fix: focus outline should have `Highlight` colour in high contrast ([PR #30099](https://github.com/microsoft/fluentui/pull/30099) by lingfan.gao@microsoft.com)
|
|
37
|
+
- `@fluentui/react-timepicker-compat-preview`
|
|
38
|
+
- fix: use useEventCallback instead of useCallback ([PR #30056](https://github.com/microsoft/fluentui/pull/30056) by yuanboxue@microsoft.com)
|
|
39
|
+
- fix: letter key navigation in listbox should be case insensitive ([PR #30072](https://github.com/microsoft/fluentui/pull/30072) by yuanboxue@microsoft.com)
|
|
40
|
+
- fix: add custom style hook for TimePicker compat. ([PR #30058](https://github.com/microsoft/fluentui/pull/30058) by yuanboxue@microsoft.com)
|
|
41
|
+
- fix: set autoComeplete to off by default ([PR #30057](https://github.com/microsoft/fluentui/pull/30057) by yuanboxue@microsoft.com)
|
|
42
|
+
- `@fluentui/react-tooltip`
|
|
43
|
+
- fix: stop using deprecated keyborg property ([PR #30098](https://github.com/microsoft/fluentui/pull/30098) by lingfangao@hotmail.com)
|
|
44
|
+
- `@fluentui/react-accordion`
|
|
45
|
+
- chore: adopts useARIAButtonProps instead of deprecated method useARIAButtonShorthand ([PR #29735](https://github.com/microsoft/fluentui/pull/29735) by bernardo.sunderhus@gmail.com)
|
|
46
|
+
- `@fluentui/react-breadcrumb`
|
|
47
|
+
- partitionBreadcrumbItems miscalculated endDisplayedItems when endDisplayedItems is incorrect when numberOfItemsToHide <= 0 ([PR #30005](https://github.com/microsoft/fluentui/pull/30005) by GordonJSmith@gmail.com)
|
|
48
|
+
- `@fluentui/react-button`
|
|
49
|
+
- chore: adopts useARIAButtonProps instead of deprecated method useARIAButtonShorthand ([PR #29735](https://github.com/microsoft/fluentui/pull/29735) by bernardo.sunderhus@gmail.com)
|
|
50
|
+
- `@fluentui/react-card`
|
|
51
|
+
- fix: interactive cards not having the focus ring when focused ([PR #30067](https://github.com/microsoft/fluentui/pull/30067) by marcosvmmoura@gmail.com)
|
|
52
|
+
- `@fluentui/react-components`
|
|
53
|
+
- chore: add "wyw-in-js" field for tag processor ([PR #30032](https://github.com/microsoft/fluentui/pull/30032) by olfedias@microsoft.com)
|
|
54
|
+
- `@fluentui/react-positioning`
|
|
55
|
+
- fix: Add a namespace to CSS variables in react-positioning package to avoid potential collisions. ([PR #30068](https://github.com/microsoft/fluentui/pull/30068) by makotom@microsoft.com)
|
|
56
|
+
- `@fluentui/react-provider`
|
|
57
|
+
- fix: add custom style hook for TimePicker compat. ([PR #30058](https://github.com/microsoft/fluentui/pull/30058) by yuanboxue@microsoft.com)
|
|
58
|
+
- `@fluentui/react-shared-contexts`
|
|
59
|
+
- fix: add custom style hook for TimePicker compat. ([PR #30058](https://github.com/microsoft/fluentui/pull/30058) by yuanboxue@microsoft.com)
|
|
60
|
+
- `@fluentui/react-table`
|
|
61
|
+
- chore: adopts useARIAButtonProps instead of deprecated method useARIAButtonShorthand ([PR #29735](https://github.com/microsoft/fluentui/pull/29735) by bernardo.sunderhus@gmail.com)
|
|
62
|
+
|
|
7
63
|
## [9.43.0](https://github.com/microsoft/fluentui/tree/@fluentui/react-components_v9.43.0)
|
|
8
64
|
|
|
9
|
-
Thu, 14 Dec 2023 09:
|
|
65
|
+
Thu, 14 Dec 2023 09:58:41 GMT
|
|
10
66
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-components_v9.42.0..@fluentui/react-components_v9.43.0)
|
|
11
67
|
|
|
12
68
|
### Minor changes
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@fluentui/react-components",
|
|
3
|
-
"version": "9.43.
|
|
3
|
+
"version": "9.43.2",
|
|
4
4
|
"description": "Suite package for converged React components",
|
|
5
5
|
"main": "lib-commonjs/index.js",
|
|
6
6
|
"module": "lib/index.js",
|
|
@@ -32,57 +32,57 @@
|
|
|
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.
|
|
38
|
-
"@fluentui/react-badge": "^9.2.
|
|
39
|
-
"@fluentui/react-button": "^9.3.
|
|
40
|
-
"@fluentui/react-card": "^9.0.
|
|
41
|
-
"@fluentui/react-checkbox": "^9.2.
|
|
42
|
-
"@fluentui/react-combobox": "^9.5.
|
|
43
|
-
"@fluentui/react-dialog": "^9.9.
|
|
44
|
-
"@fluentui/react-divider": "^9.2.
|
|
45
|
-
"@fluentui/react-drawer": "^9.0.
|
|
46
|
-
"@fluentui/react-field": "^9.1.
|
|
47
|
-
"@fluentui/react-image": "^9.1.
|
|
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.
|
|
52
|
-
"@fluentui/react-link": "^9.2.
|
|
53
|
-
"@fluentui/react-menu": "^9.12.
|
|
54
|
-
"@fluentui/react-overflow": "^9.1.
|
|
55
|
-
"@fluentui/react-persona": "^9.2.
|
|
56
|
-
"@fluentui/react-portal": "^9.4.
|
|
57
|
-
"@fluentui/react-popover": "^9.8.
|
|
58
|
-
"@fluentui/react-positioning": "^9.10.
|
|
59
|
-
"@fluentui/react-progress": "^9.1.
|
|
60
|
-
"@fluentui/react-provider": "^9.13.
|
|
61
|
-
"@fluentui/react-radio": "^9.1.
|
|
62
|
-
"@fluentui/react-select": "^9.1.
|
|
63
|
-
"@fluentui/react-shared-contexts": "^9.13.
|
|
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.10.
|
|
70
|
-
"@fluentui/react-tabs": "^9.4.
|
|
71
|
-
"@fluentui/react-tabster": "^9.
|
|
72
|
-
"@fluentui/react-tags": "^9.0.
|
|
73
|
-
"@fluentui/react-textarea": "^9.3.
|
|
35
|
+
"@fluentui/react-accordion": "^9.3.32",
|
|
36
|
+
"@fluentui/react-alert": "9.0.0-beta.97",
|
|
37
|
+
"@fluentui/react-avatar": "^9.6.2",
|
|
38
|
+
"@fluentui/react-badge": "^9.2.17",
|
|
39
|
+
"@fluentui/react-button": "^9.3.59",
|
|
40
|
+
"@fluentui/react-card": "^9.0.58",
|
|
41
|
+
"@fluentui/react-checkbox": "^9.2.3",
|
|
42
|
+
"@fluentui/react-combobox": "^9.5.35",
|
|
43
|
+
"@fluentui/react-dialog": "^9.9.1",
|
|
44
|
+
"@fluentui/react-divider": "^9.2.53",
|
|
45
|
+
"@fluentui/react-drawer": "^9.0.5",
|
|
46
|
+
"@fluentui/react-field": "^9.1.45",
|
|
47
|
+
"@fluentui/react-image": "^9.1.50",
|
|
48
|
+
"@fluentui/react-infobutton": "9.0.0-beta.81",
|
|
49
|
+
"@fluentui/react-infolabel": "^9.0.9",
|
|
50
|
+
"@fluentui/react-input": "^9.4.55",
|
|
51
|
+
"@fluentui/react-label": "^9.1.53",
|
|
52
|
+
"@fluentui/react-link": "^9.2.2",
|
|
53
|
+
"@fluentui/react-menu": "^9.12.38",
|
|
54
|
+
"@fluentui/react-overflow": "^9.1.3",
|
|
55
|
+
"@fluentui/react-persona": "^9.2.61",
|
|
56
|
+
"@fluentui/react-portal": "^9.4.5",
|
|
57
|
+
"@fluentui/react-popover": "^9.8.26",
|
|
58
|
+
"@fluentui/react-positioning": "^9.10.5",
|
|
59
|
+
"@fluentui/react-progress": "^9.1.55",
|
|
60
|
+
"@fluentui/react-provider": "^9.13.3",
|
|
61
|
+
"@fluentui/react-radio": "^9.1.60",
|
|
62
|
+
"@fluentui/react-select": "^9.1.55",
|
|
63
|
+
"@fluentui/react-shared-contexts": "^9.13.2",
|
|
64
|
+
"@fluentui/react-skeleton": "^9.0.43",
|
|
65
|
+
"@fluentui/react-slider": "^9.1.60",
|
|
66
|
+
"@fluentui/react-spinbutton": "^9.2.55",
|
|
67
|
+
"@fluentui/react-spinner": "^9.3.33",
|
|
68
|
+
"@fluentui/react-switch": "^9.1.60",
|
|
69
|
+
"@fluentui/react-table": "^9.10.16",
|
|
70
|
+
"@fluentui/react-tabs": "^9.4.1",
|
|
71
|
+
"@fluentui/react-tabster": "^9.16.0",
|
|
72
|
+
"@fluentui/react-tags": "^9.0.15",
|
|
73
|
+
"@fluentui/react-textarea": "^9.3.55",
|
|
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.
|
|
78
|
-
"@fluentui/react-utilities": "^9.15.
|
|
79
|
-
"@fluentui/react-text": "^9.4.
|
|
80
|
-
"@fluentui/react-virtualizer": "9.0.0-alpha.
|
|
81
|
-
"@fluentui/react-tree": "^9.4.
|
|
75
|
+
"@fluentui/react-toast": "^9.3.21",
|
|
76
|
+
"@fluentui/react-toolbar": "^9.1.60",
|
|
77
|
+
"@fluentui/react-tooltip": "^9.4.4",
|
|
78
|
+
"@fluentui/react-utilities": "^9.15.4",
|
|
79
|
+
"@fluentui/react-text": "^9.4.2",
|
|
80
|
+
"@fluentui/react-virtualizer": "9.0.0-alpha.61",
|
|
81
|
+
"@fluentui/react-tree": "^9.4.18",
|
|
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.10",
|
|
85
|
+
"@fluentui/react-breadcrumb": "^9.0.4"
|
|
86
86
|
},
|
|
87
87
|
"peerDependencies": {
|
|
88
88
|
"@types/react": ">=16.14.0 <19.0.0",
|
|
@@ -117,5 +117,11 @@
|
|
|
117
117
|
"lib",
|
|
118
118
|
"lib-commonjs",
|
|
119
119
|
"unstable"
|
|
120
|
-
]
|
|
120
|
+
],
|
|
121
|
+
"wyw-in-js": {
|
|
122
|
+
"tags": {
|
|
123
|
+
"makeStyles": "@griffel/tag-processor/make-styles",
|
|
124
|
+
"makeResetStyles": "@griffel/tag-processor/make-reset-styles"
|
|
125
|
+
}
|
|
126
|
+
}
|
|
121
127
|
}
|