@fluentui/react-components 9.43.1 → 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.
Files changed (2) hide show
  1. package/CHANGELOG.md +35 -2
  2. package/package.json +15 -15
package/CHANGELOG.md CHANGED
@@ -1,12 +1,45 @@
1
1
  # Change Log - @fluentui/react-components
2
2
 
3
- This log was last generated on Mon, 18 Dec 2023 14:36:08 GMT and should not be manually modified.
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
+
26
+ ## [9.43.2](https://github.com/microsoft/fluentui/tree/@fluentui/react-components_v9.43.2)
27
+
28
+ Mon, 18 Dec 2023 17:48:15 GMT
29
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-components_v9.43.1..@fluentui/react-components_v9.43.2)
30
+
31
+ ### Patches
32
+
33
+ - `@fluentui/react-combobox`
34
+ - refactor: Encapsulates listbox and trigger slot construction ([PR #30010](https://github.com/microsoft/fluentui/pull/30010) by lingfan.gao@microsoft.com)
35
+ - `@fluentui/react-positioning`
36
+ - chore: move from floating-ui-devtools to @floating-ui/devtools ([PR #30107](https://github.com/microsoft/fluentui/pull/30107) by bernardo.sunderhus@gmail.com)
37
+ - `@fluentui/react-timepicker-compat-preview`
38
+ - 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)
39
+
7
40
  ## [9.43.1](https://github.com/microsoft/fluentui/tree/@fluentui/react-components_v9.43.1)
8
41
 
9
- Mon, 18 Dec 2023 14:36:08 GMT
42
+ Mon, 18 Dec 2023 14:40:42 GMT
10
43
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-components_v9.43.0..@fluentui/react-components_v9.43.1)
11
44
 
12
45
  ### Minor changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fluentui/react-components",
3
- "version": "9.43.1",
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",
@@ -33,29 +33,29 @@
33
33
  },
34
34
  "dependencies": {
35
35
  "@fluentui/react-accordion": "^9.3.32",
36
- "@fluentui/react-alert": "9.0.0-beta.96",
37
- "@fluentui/react-avatar": "^9.6.1",
36
+ "@fluentui/react-alert": "9.0.0-beta.97",
37
+ "@fluentui/react-avatar": "^9.6.2",
38
38
  "@fluentui/react-badge": "^9.2.17",
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.34",
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",
46
46
  "@fluentui/react-field": "^9.1.45",
47
47
  "@fluentui/react-image": "^9.1.50",
48
- "@fluentui/react-infobutton": "9.0.0-beta.80",
49
- "@fluentui/react-infolabel": "^9.0.8",
48
+ "@fluentui/react-infobutton": "9.0.0-beta.81",
49
+ "@fluentui/react-infolabel": "^9.0.9",
50
50
  "@fluentui/react-input": "^9.4.55",
51
51
  "@fluentui/react-label": "^9.1.53",
52
52
  "@fluentui/react-link": "^9.2.2",
53
- "@fluentui/react-menu": "^9.12.37",
53
+ "@fluentui/react-menu": "^9.12.38",
54
54
  "@fluentui/react-overflow": "^9.1.3",
55
- "@fluentui/react-persona": "^9.2.60",
55
+ "@fluentui/react-persona": "^9.2.61",
56
56
  "@fluentui/react-portal": "^9.4.5",
57
- "@fluentui/react-popover": "^9.8.25",
58
- "@fluentui/react-positioning": "^9.10.4",
57
+ "@fluentui/react-popover": "^9.8.26",
58
+ "@fluentui/react-positioning": "^9.10.5",
59
59
  "@fluentui/react-progress": "^9.1.55",
60
60
  "@fluentui/react-provider": "^9.13.3",
61
61
  "@fluentui/react-radio": "^9.1.60",
@@ -66,23 +66,23 @@
66
66
  "@fluentui/react-spinbutton": "^9.2.55",
67
67
  "@fluentui/react-spinner": "^9.3.33",
68
68
  "@fluentui/react-switch": "^9.1.60",
69
- "@fluentui/react-table": "^9.10.15",
69
+ "@fluentui/react-table": "^9.10.16",
70
70
  "@fluentui/react-tabs": "^9.4.1",
71
71
  "@fluentui/react-tabster": "^9.16.0",
72
- "@fluentui/react-tags": "^9.0.14",
72
+ "@fluentui/react-tags": "^9.0.15",
73
73
  "@fluentui/react-textarea": "^9.3.55",
74
74
  "@fluentui/react-theme": "^9.1.16",
75
75
  "@fluentui/react-toast": "^9.3.21",
76
76
  "@fluentui/react-toolbar": "^9.1.60",
77
- "@fluentui/react-tooltip": "^9.4.3",
77
+ "@fluentui/react-tooltip": "^9.4.4",
78
78
  "@fluentui/react-utilities": "^9.15.4",
79
79
  "@fluentui/react-text": "^9.4.2",
80
80
  "@fluentui/react-virtualizer": "9.0.0-alpha.61",
81
- "@fluentui/react-tree": "^9.4.17",
81
+ "@fluentui/react-tree": "^9.4.18",
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.4"
85
+ "@fluentui/react-breadcrumb": "^9.0.5"
86
86
  },
87
87
  "peerDependencies": {
88
88
  "@types/react": ">=16.14.0 <19.0.0",