@fluentui/react-components 9.43.1 → 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.
Files changed (2) hide show
  1. package/CHANGELOG.md +16 -2
  2. package/package.json +14 -14
package/CHANGELOG.md CHANGED
@@ -1,12 +1,26 @@
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 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
+
7
21
  ## [9.43.1](https://github.com/microsoft/fluentui/tree/@fluentui/react-components_v9.43.1)
8
22
 
9
- Mon, 18 Dec 2023 14:36:08 GMT
23
+ Mon, 18 Dec 2023 14:40:42 GMT
10
24
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-components_v9.43.0..@fluentui/react-components_v9.43.1)
11
25
 
12
26
  ### 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.2",
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.35",
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,19 +66,19 @@
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",