@fluentui/react-components 9.43.2 → 9.43.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 +21 -2
- package/package.json +3 -3
package/CHANGELOG.md
CHANGED
|
@@ -1,12 +1,31 @@
|
|
|
1
1
|
# Change Log - @fluentui/react-components
|
|
2
2
|
|
|
3
|
-
This log was last generated on
|
|
3
|
+
This log was last generated on Thu, 21 Dec 2023 17:00:09 GMT and should not be manually modified.
|
|
4
4
|
|
|
5
5
|
<!-- Start content -->
|
|
6
6
|
|
|
7
|
+
## [9.43.3](https://github.com/microsoft/fluentui/tree/@fluentui/react-components_v9.43.3)
|
|
8
|
+
|
|
9
|
+
Thu, 21 Dec 2023 17:00:09 GMT
|
|
10
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-components_v9.43.2..@fluentui/react-components_v9.43.3)
|
|
11
|
+
|
|
12
|
+
### Minor changes
|
|
13
|
+
|
|
14
|
+
- `@fluentui/react-teaching-popover-preview`
|
|
15
|
+
- feat: Release react-teaching-popover-preview package ([PR #30140](https://github.com/microsoft/fluentui/pull/30140) by behowell@microsoft.com)
|
|
16
|
+
|
|
17
|
+
### Patches
|
|
18
|
+
|
|
19
|
+
- `@fluentui/react-breadcrumb`
|
|
20
|
+
- fix(breadcrumb): BreadcrumbButton focus border has incorrent width and transition ([PR #30135](https://github.com/microsoft/fluentui/pull/30135) by vkozlova@microsoft.com)
|
|
21
|
+
- `@fluentui/react-combobox`
|
|
22
|
+
- fix: make hover color in contrast theme accessible. ([PR #30101](https://github.com/microsoft/fluentui/pull/30101) by yuanboxue@microsoft.com)
|
|
23
|
+
- `@fluentui/react-timepicker-compat-preview`
|
|
24
|
+
- fix: set default value of hourCycle to undefined ([PR #30108](https://github.com/microsoft/fluentui/pull/30108) by yuanboxue@microsoft.com)
|
|
25
|
+
|
|
7
26
|
## [9.43.2](https://github.com/microsoft/fluentui/tree/@fluentui/react-components_v9.43.2)
|
|
8
27
|
|
|
9
|
-
Mon, 18 Dec 2023 17:
|
|
28
|
+
Mon, 18 Dec 2023 17:48:15 GMT
|
|
10
29
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-components_v9.43.1..@fluentui/react-components_v9.43.2)
|
|
11
30
|
|
|
12
31
|
### Patches
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@fluentui/react-components",
|
|
3
|
-
"version": "9.43.
|
|
3
|
+
"version": "9.43.3",
|
|
4
4
|
"description": "Suite package for converged React components",
|
|
5
5
|
"main": "lib-commonjs/index.js",
|
|
6
6
|
"module": "lib/index.js",
|
|
@@ -39,7 +39,7 @@
|
|
|
39
39
|
"@fluentui/react-button": "^9.3.59",
|
|
40
40
|
"@fluentui/react-card": "^9.0.58",
|
|
41
41
|
"@fluentui/react-checkbox": "^9.2.3",
|
|
42
|
-
"@fluentui/react-combobox": "^9.5.
|
|
42
|
+
"@fluentui/react-combobox": "^9.5.36",
|
|
43
43
|
"@fluentui/react-dialog": "^9.9.1",
|
|
44
44
|
"@fluentui/react-divider": "^9.2.53",
|
|
45
45
|
"@fluentui/react-drawer": "^9.0.5",
|
|
@@ -82,7 +82,7 @@
|
|
|
82
82
|
"@griffel/react": "^1.5.14",
|
|
83
83
|
"@swc/helpers": "^0.5.1",
|
|
84
84
|
"@fluentui/react-message-bar": "^9.0.10",
|
|
85
|
-
"@fluentui/react-breadcrumb": "^9.0.
|
|
85
|
+
"@fluentui/react-breadcrumb": "^9.0.5"
|
|
86
86
|
},
|
|
87
87
|
"peerDependencies": {
|
|
88
88
|
"@types/react": ">=16.14.0 <19.0.0",
|