@fluentui/react-components 9.47.3 → 9.47.4

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 +29 -2
  2. package/package.json +4 -4
package/CHANGELOG.md CHANGED
@@ -1,12 +1,39 @@
1
1
  # Change Log - @fluentui/react-components
2
2
 
3
- This log was last generated on Tue, 02 Apr 2024 09:41:19 GMT and should not be manually modified.
3
+ This log was last generated on Thu, 04 Apr 2024 12:06:58 GMT and should not be manually modified.
4
4
 
5
5
  <!-- Start content -->
6
6
 
7
+ ## [9.47.4](https://github.com/microsoft/fluentui/tree/@fluentui/react-components_v9.47.4)
8
+
9
+ Thu, 04 Apr 2024 12:06:58 GMT
10
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-components_v9.47.3..@fluentui/react-components_v9.47.4)
11
+
12
+ ### Minor changes
13
+
14
+ - `@fluentui/react-list-preview`
15
+ - feat: Release preview package ([PR #30898](https://github.com/microsoft/fluentui/pull/30898) by jirivyhnalek@microsoft.com)
16
+ - `@fluentui/react-search-preview`
17
+ - export SearchBoxChangeEvent type. ([PR #30943](https://github.com/microsoft/fluentui/pull/30943) by seanmonahan@microsoft.com)
18
+ - `@fluentui/react-table`
19
+ - add resizableColumnsOptions with option to allowContainerOverflow ([PR #30717](https://github.com/microsoft/fluentui/pull/30717) by jirivyhnalek@microsoft.com)
20
+ - `@fluentui/react-tag-picker-preview`
21
+ - feature: adds freeform support for TagPicker ([PR #30947](https://github.com/microsoft/fluentui/pull/30947) by bernardo.sunderhus@gmail.com)
22
+
23
+ ### Patches
24
+
25
+ - `@fluentui/react-accordion`
26
+ - fix: remove border from high contrast mode to match styles and make focus more visible ([PR #30865](https://github.com/microsoft/fluentui/pull/30865) by sarah.higley@microsoft.com)
27
+ - `@fluentui/react-combobox`
28
+ - chore: move freeform and disabled to ComboboxBase types ([PR #30947](https://github.com/microsoft/fluentui/pull/30947) by bernardo.sunderhus@gmail.com)
29
+ - `@fluentui/react-datepicker-compat`
30
+ - fix: Align arrow down behavior with Combobox. ([PR #30954](https://github.com/microsoft/fluentui/pull/30954) by estebanmu@microsoft.com)
31
+ - `@fluentui/react-tag-picker-preview`
32
+ - feat: adds TagPickerOptionGroup component ([PR #30934](https://github.com/microsoft/fluentui/pull/30934) by bernardo.sunderhus@gmail.com)
33
+
7
34
  ## [9.47.3](https://github.com/microsoft/fluentui/tree/@fluentui/react-components_v9.47.3)
8
35
 
9
- Tue, 02 Apr 2024 09:41:19 GMT
36
+ Tue, 02 Apr 2024 09:47:59 GMT
10
37
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-components_v9.47.2..@fluentui/react-components_v9.47.3)
11
38
 
12
39
  ### Minor changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fluentui/react-components",
3
- "version": "9.47.3",
3
+ "version": "9.47.4",
4
4
  "description": "Suite package for converged React components",
5
5
  "main": "lib-commonjs/index.js",
6
6
  "module": "lib/index.js",
@@ -32,14 +32,14 @@
32
32
  "@fluentui/scripts-tasks": "*"
33
33
  },
34
34
  "dependencies": {
35
- "@fluentui/react-accordion": "^9.3.47",
35
+ "@fluentui/react-accordion": "^9.3.48",
36
36
  "@fluentui/react-alert": "9.0.0-beta.115",
37
37
  "@fluentui/react-avatar": "^9.6.20",
38
38
  "@fluentui/react-badge": "^9.2.30",
39
39
  "@fluentui/react-button": "^9.3.74",
40
40
  "@fluentui/react-card": "^9.0.73",
41
41
  "@fluentui/react-checkbox": "^9.2.19",
42
- "@fluentui/react-combobox": "^9.9.5",
42
+ "@fluentui/react-combobox": "^9.9.6",
43
43
  "@fluentui/react-dialog": "^9.9.16",
44
44
  "@fluentui/react-divider": "^9.2.66",
45
45
  "@fluentui/react-drawer": "^9.1.10",
@@ -66,7 +66,7 @@
66
66
  "@fluentui/react-spinbutton": "^9.2.70",
67
67
  "@fluentui/react-spinner": "^9.4.3",
68
68
  "@fluentui/react-switch": "^9.1.76",
69
- "@fluentui/react-table": "^9.12.1",
69
+ "@fluentui/react-table": "^9.13.0",
70
70
  "@fluentui/react-tabs": "^9.4.15",
71
71
  "@fluentui/react-tabster": "^9.19.6",
72
72
  "@fluentui/react-tags": "^9.2.1",