@fluentui/react-combobox 9.13.17 → 9.14.0

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 +24 -2
  2. package/package.json +6 -6
package/CHANGELOG.md CHANGED
@@ -1,12 +1,34 @@
1
1
  # Change Log - @fluentui/react-combobox
2
2
 
3
- This log was last generated on Wed, 22 Jan 2025 13:55:27 GMT and should not be manually modified.
3
+ This log was last generated on Fri, 21 Feb 2025 14:30:47 GMT and should not be manually modified.
4
4
 
5
5
  <!-- Start content -->
6
6
 
7
+ ## [9.14.0](https://github.com/microsoft/fluentui/tree/@fluentui/react-combobox_v9.14.0)
8
+
9
+ Fri, 21 Feb 2025 14:30:47 GMT
10
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-combobox_v9.13.18..@fluentui/react-combobox_v9.14.0)
11
+
12
+ ### Minor changes
13
+
14
+ - Bump @fluentui/react-aria to v9.14.0 ([PR #33876](https://github.com/microsoft/fluentui/pull/33876) by beachball)
15
+ - Bump @fluentui/react-field to v9.2.0 ([PR #33876](https://github.com/microsoft/fluentui/pull/33876) by beachball)
16
+ - Bump @fluentui/react-portal to v9.5.0 ([PR #33876](https://github.com/microsoft/fluentui/pull/33876) by beachball)
17
+ - Bump @fluentui/react-tabster to v9.24.0 ([PR #33876](https://github.com/microsoft/fluentui/pull/33876) by beachball)
18
+
19
+ ## [9.13.18](https://github.com/microsoft/fluentui/tree/@fluentui/react-combobox_v9.13.18)
20
+
21
+ Mon, 27 Jan 2025 20:27:35 GMT
22
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-combobox_v9.13.17..@fluentui/react-combobox_v9.13.18)
23
+
24
+ ### Patches
25
+
26
+ - Bump @fluentui/react-field to v9.1.86 ([PR #33724](https://github.com/microsoft/fluentui/pull/33724) by beachball)
27
+ - Bump @fluentui/react-positioning to v9.16.3 ([PR #33724](https://github.com/microsoft/fluentui/pull/33724) by beachball)
28
+
7
29
  ## [9.13.17](https://github.com/microsoft/fluentui/tree/@fluentui/react-combobox_v9.13.17)
8
30
 
9
- Wed, 22 Jan 2025 13:55:27 GMT
31
+ Wed, 22 Jan 2025 14:00:16 GMT
10
32
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-combobox_v9.13.16..@fluentui/react-combobox_v9.13.17)
11
33
 
12
34
  ### Patches
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fluentui/react-combobox",
3
- "version": "9.13.17",
3
+ "version": "9.14.0",
4
4
  "description": "Fluent UI React Combobox component",
5
5
  "main": "lib-commonjs/index.js",
6
6
  "module": "lib/index.js",
@@ -19,16 +19,16 @@
19
19
  "@fluentui/scripts-cypress": "*"
20
20
  },
21
21
  "dependencies": {
22
- "@fluentui/react-aria": "^9.13.14",
22
+ "@fluentui/react-aria": "^9.14.0",
23
23
  "@fluentui/keyboard-keys": "^9.0.8",
24
24
  "@fluentui/react-context-selector": "^9.1.72",
25
- "@fluentui/react-field": "^9.1.85",
25
+ "@fluentui/react-field": "^9.2.0",
26
26
  "@fluentui/react-icons": "^2.0.245",
27
27
  "@fluentui/react-jsx-runtime": "^9.0.50",
28
- "@fluentui/react-portal": "^9.4.42",
29
- "@fluentui/react-positioning": "^9.16.2",
28
+ "@fluentui/react-portal": "^9.5.0",
29
+ "@fluentui/react-positioning": "^9.16.3",
30
30
  "@fluentui/react-shared-contexts": "^9.21.2",
31
- "@fluentui/react-tabster": "^9.23.3",
31
+ "@fluentui/react-tabster": "^9.24.0",
32
32
  "@fluentui/react-theme": "^9.1.24",
33
33
  "@fluentui/react-utilities": "^9.18.20",
34
34
  "@griffel/react": "^1.5.22",