@fluentui/react-components 9.47.3 → 9.47.5

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 +39 -2
  2. package/package.json +5 -5
package/CHANGELOG.md CHANGED
@@ -1,12 +1,49 @@
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 Fri, 05 Apr 2024 14:16:56 GMT and should not be manually modified.
4
4
 
5
5
  <!-- Start content -->
6
6
 
7
+ ## [9.47.5](https://github.com/microsoft/fluentui/tree/@fluentui/react-components_v9.47.5)
8
+
9
+ Fri, 05 Apr 2024 14:16:56 GMT
10
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-components_v9.47.4..@fluentui/react-components_v9.47.5)
11
+
12
+ ### Patches
13
+
14
+ - `@fluentui/react-provider`
15
+ - Avoid re-inserting Style Element to HEAD when re-rendering FluentProvider ([PR #30960](https://github.com/microsoft/fluentui/pull/30960) by ramyrafik@gmail.com)
16
+
17
+ ## [9.47.4](https://github.com/microsoft/fluentui/tree/@fluentui/react-components_v9.47.4)
18
+
19
+ Thu, 04 Apr 2024 12:08:06 GMT
20
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-components_v9.47.3..@fluentui/react-components_v9.47.4)
21
+
22
+ ### Minor changes
23
+
24
+ - `@fluentui/react-list-preview`
25
+ - feat: Release preview package ([PR #30898](https://github.com/microsoft/fluentui/pull/30898) by jirivyhnalek@microsoft.com)
26
+ - `@fluentui/react-search-preview`
27
+ - export SearchBoxChangeEvent type. ([PR #30943](https://github.com/microsoft/fluentui/pull/30943) by seanmonahan@microsoft.com)
28
+ - `@fluentui/react-table`
29
+ - add resizableColumnsOptions with option to allowContainerOverflow ([PR #30717](https://github.com/microsoft/fluentui/pull/30717) by jirivyhnalek@microsoft.com)
30
+ - `@fluentui/react-tag-picker-preview`
31
+ - feature: adds freeform support for TagPicker ([PR #30947](https://github.com/microsoft/fluentui/pull/30947) by bernardo.sunderhus@gmail.com)
32
+
33
+ ### Patches
34
+
35
+ - `@fluentui/react-accordion`
36
+ - 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)
37
+ - `@fluentui/react-combobox`
38
+ - chore: move freeform and disabled to ComboboxBase types ([PR #30947](https://github.com/microsoft/fluentui/pull/30947) by bernardo.sunderhus@gmail.com)
39
+ - `@fluentui/react-datepicker-compat`
40
+ - fix: Align arrow down behavior with Combobox. ([PR #30954](https://github.com/microsoft/fluentui/pull/30954) by estebanmu@microsoft.com)
41
+ - `@fluentui/react-tag-picker-preview`
42
+ - feat: adds TagPickerOptionGroup component ([PR #30934](https://github.com/microsoft/fluentui/pull/30934) by bernardo.sunderhus@gmail.com)
43
+
7
44
  ## [9.47.3](https://github.com/microsoft/fluentui/tree/@fluentui/react-components_v9.47.3)
8
45
 
9
- Tue, 02 Apr 2024 09:41:19 GMT
46
+ Tue, 02 Apr 2024 09:47:59 GMT
10
47
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-components_v9.47.2..@fluentui/react-components_v9.47.3)
11
48
 
12
49
  ### 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.5",
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",
@@ -57,7 +57,7 @@
57
57
  "@fluentui/react-popover": "^9.9.3",
58
58
  "@fluentui/react-positioning": "^9.14.3",
59
59
  "@fluentui/react-progress": "^9.1.70",
60
- "@fluentui/react-provider": "^9.13.17",
60
+ "@fluentui/react-provider": "^9.13.18",
61
61
  "@fluentui/react-radio": "^9.2.14",
62
62
  "@fluentui/react-select": "^9.1.70",
63
63
  "@fluentui/react-shared-contexts": "^9.16.0",
@@ -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",