@fluentui/react-components 9.47.2 → 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 +75 -2
  2. package/package.json +51 -51
package/CHANGELOG.md CHANGED
@@ -1,12 +1,85 @@
1
1
  # Change Log - @fluentui/react-components
2
2
 
3
- This log was last generated on Mon, 25 Mar 2024 11:09:55 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
+
34
+ ## [9.47.3](https://github.com/microsoft/fluentui/tree/@fluentui/react-components_v9.47.3)
35
+
36
+ Tue, 02 Apr 2024 09:47:59 GMT
37
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-components_v9.47.2..@fluentui/react-components_v9.47.3)
38
+
39
+ ### Minor changes
40
+
41
+ - `@fluentui/react-shared-contexts`
42
+ - deprecate unused ListItemButton exports ([PR #29760](https://github.com/microsoft/fluentui/pull/29760) by jirivyhnalek@microsoft.com)
43
+
44
+ ### Patches
45
+
46
+ - `@fluentui/react-calendar-compat`
47
+ - fix: When month picker is overlaid and gototoday button is pressed, hide month picker. ([PR #30870](https://github.com/microsoft/fluentui/pull/30870) by estebanmu@microsoft.com)
48
+ - `@fluentui/react-spinner`
49
+ - fix: rotating SVG should not cause parent overflow ([PR #30615](https://github.com/microsoft/fluentui/pull/30615) by sarah.higley@microsoft.com)
50
+ - `@fluentui/react-tag-picker-preview`
51
+ - bugfix: removes errouneous combobox imports ([PR #30926](https://github.com/microsoft/fluentui/pull/30926) by bernardo.sunderhus@gmail.com)
52
+
53
+ ## [9.47.2](https://github.com/microsoft/fluentui/tree/@fluentui/react-components_v9.47.2)
54
+
55
+ Thu, 28 Mar 2024 10:43:54 GMT
56
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-components_v9.47.2..@fluentui/react-components_v9.47.2)
57
+
58
+ ### Minor changes
59
+
60
+ - `@fluentui/react-swatch-picker-preview`
61
+ - feat(react-swatch-picker): changed API in rendering utils ([PR #30868](https://github.com/microsoft/fluentui/pull/30868) by vkozlova@microsoft.com)
62
+ - `@fluentui/react-tag-picker-preview`
63
+ - feat: release preview package ([PR #30897](https://github.com/microsoft/fluentui/pull/30897) by bernardo.sunderhus@gmail.com)
64
+
65
+ ## [9.47.2](https://github.com/microsoft/fluentui/tree/@fluentui/react-components_v9.47.2)
66
+
67
+ Wed, 27 Mar 2024 10:29:33 GMT
68
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-components_v9.47.2..@fluentui/react-components_v9.47.2)
69
+
70
+ ### Minor changes
71
+
72
+ - `@fluentui/react-swatch-picker-preview`
73
+ - 'feat: release react-swatch-picker to unstable ([PR #30881](https://github.com/microsoft/fluentui/pull/30881) by vkozlova@microsoft.com)
74
+
75
+ ### Patches
76
+
77
+ - `@fluentui/react-teaching-popover-preview`
78
+ - fix: Focus borders and navigation container style (arrow vs group) ([PR #30862](https://github.com/microsoft/fluentui/pull/30862) by mifraser@microsoft.com)
79
+
7
80
  ## [9.47.2](https://github.com/microsoft/fluentui/tree/@fluentui/react-components_v9.47.2)
8
81
 
9
- Mon, 25 Mar 2024 11:09:55 GMT
82
+ Mon, 25 Mar 2024 11:12:13 GMT
10
83
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-components_v9.47.1..@fluentui/react-components_v9.47.2)
11
84
 
12
85
  ### Minor changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fluentui/react-components",
3
- "version": "9.47.2",
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,59 +32,59 @@
32
32
  "@fluentui/scripts-tasks": "*"
33
33
  },
34
34
  "dependencies": {
35
- "@fluentui/react-accordion": "^9.3.46",
36
- "@fluentui/react-alert": "9.0.0-beta.114",
37
- "@fluentui/react-avatar": "^9.6.19",
38
- "@fluentui/react-badge": "^9.2.29",
39
- "@fluentui/react-button": "^9.3.73",
40
- "@fluentui/react-card": "^9.0.72",
41
- "@fluentui/react-checkbox": "^9.2.18",
42
- "@fluentui/react-combobox": "^9.9.4",
43
- "@fluentui/react-dialog": "^9.9.15",
44
- "@fluentui/react-divider": "^9.2.65",
45
- "@fluentui/react-drawer": "^9.1.9",
46
- "@fluentui/react-field": "^9.1.59",
47
- "@fluentui/react-image": "^9.1.62",
48
- "@fluentui/react-infobutton": "9.0.0-beta.98",
49
- "@fluentui/react-infolabel": "^9.0.26",
50
- "@fluentui/react-input": "^9.4.69",
51
- "@fluentui/react-label": "^9.1.66",
52
- "@fluentui/react-link": "^9.2.15",
53
- "@fluentui/react-menu": "^9.13.5",
54
- "@fluentui/react-overflow": "^9.1.15",
55
- "@fluentui/react-persona": "^9.2.78",
56
- "@fluentui/react-portal": "^9.4.18",
57
- "@fluentui/react-popover": "^9.9.2",
58
- "@fluentui/react-positioning": "^9.14.2",
59
- "@fluentui/react-progress": "^9.1.69",
60
- "@fluentui/react-provider": "^9.13.16",
61
- "@fluentui/react-radio": "^9.2.13",
62
- "@fluentui/react-select": "^9.1.69",
63
- "@fluentui/react-shared-contexts": "^9.15.2",
64
- "@fluentui/react-skeleton": "^9.0.57",
65
- "@fluentui/react-slider": "^9.1.75",
66
- "@fluentui/react-spinbutton": "^9.2.69",
67
- "@fluentui/react-spinner": "^9.4.2",
68
- "@fluentui/react-switch": "^9.1.75",
69
- "@fluentui/react-table": "^9.12.0",
70
- "@fluentui/react-tabs": "^9.4.14",
71
- "@fluentui/react-tabster": "^9.19.5",
72
- "@fluentui/react-tags": "^9.2.0",
73
- "@fluentui/react-textarea": "^9.3.69",
35
+ "@fluentui/react-accordion": "^9.3.48",
36
+ "@fluentui/react-alert": "9.0.0-beta.115",
37
+ "@fluentui/react-avatar": "^9.6.20",
38
+ "@fluentui/react-badge": "^9.2.30",
39
+ "@fluentui/react-button": "^9.3.74",
40
+ "@fluentui/react-card": "^9.0.73",
41
+ "@fluentui/react-checkbox": "^9.2.19",
42
+ "@fluentui/react-combobox": "^9.9.6",
43
+ "@fluentui/react-dialog": "^9.9.16",
44
+ "@fluentui/react-divider": "^9.2.66",
45
+ "@fluentui/react-drawer": "^9.1.10",
46
+ "@fluentui/react-field": "^9.1.60",
47
+ "@fluentui/react-image": "^9.1.63",
48
+ "@fluentui/react-infobutton": "9.0.0-beta.99",
49
+ "@fluentui/react-infolabel": "^9.0.27",
50
+ "@fluentui/react-input": "^9.4.70",
51
+ "@fluentui/react-label": "^9.1.67",
52
+ "@fluentui/react-link": "^9.2.16",
53
+ "@fluentui/react-menu": "^9.13.6",
54
+ "@fluentui/react-overflow": "^9.1.16",
55
+ "@fluentui/react-persona": "^9.2.79",
56
+ "@fluentui/react-portal": "^9.4.19",
57
+ "@fluentui/react-popover": "^9.9.3",
58
+ "@fluentui/react-positioning": "^9.14.3",
59
+ "@fluentui/react-progress": "^9.1.70",
60
+ "@fluentui/react-provider": "^9.13.17",
61
+ "@fluentui/react-radio": "^9.2.14",
62
+ "@fluentui/react-select": "^9.1.70",
63
+ "@fluentui/react-shared-contexts": "^9.16.0",
64
+ "@fluentui/react-skeleton": "^9.0.58",
65
+ "@fluentui/react-slider": "^9.1.76",
66
+ "@fluentui/react-spinbutton": "^9.2.70",
67
+ "@fluentui/react-spinner": "^9.4.3",
68
+ "@fluentui/react-switch": "^9.1.76",
69
+ "@fluentui/react-table": "^9.13.0",
70
+ "@fluentui/react-tabs": "^9.4.15",
71
+ "@fluentui/react-tabster": "^9.19.6",
72
+ "@fluentui/react-tags": "^9.2.1",
73
+ "@fluentui/react-textarea": "^9.3.70",
74
74
  "@fluentui/react-theme": "^9.1.19",
75
- "@fluentui/react-toast": "^9.3.35",
76
- "@fluentui/react-toolbar": "^9.1.76",
77
- "@fluentui/react-tooltip": "^9.4.21",
78
- "@fluentui/react-utilities": "^9.18.5",
79
- "@fluentui/react-text": "^9.4.14",
80
- "@fluentui/react-virtualizer": "9.0.0-alpha.73",
81
- "@fluentui/react-tree": "^9.4.36",
75
+ "@fluentui/react-toast": "^9.3.36",
76
+ "@fluentui/react-toolbar": "^9.1.77",
77
+ "@fluentui/react-tooltip": "^9.4.22",
78
+ "@fluentui/react-utilities": "^9.18.6",
79
+ "@fluentui/react-text": "^9.4.15",
80
+ "@fluentui/react-virtualizer": "9.0.0-alpha.74",
81
+ "@fluentui/react-tree": "^9.4.37",
82
82
  "@griffel/react": "^1.5.14",
83
83
  "@swc/helpers": "^0.5.1",
84
- "@fluentui/react-message-bar": "^9.0.24",
85
- "@fluentui/react-breadcrumb": "^9.0.19",
86
- "@fluentui/react-aria": "^9.10.2",
87
- "@fluentui/react-rating": "^9.0.1"
84
+ "@fluentui/react-message-bar": "^9.0.25",
85
+ "@fluentui/react-breadcrumb": "^9.0.20",
86
+ "@fluentui/react-aria": "^9.10.3",
87
+ "@fluentui/react-rating": "^9.0.2"
88
88
  },
89
89
  "peerDependencies": {
90
90
  "@types/react": ">=16.14.0 <19.0.0",