@fluentui/react-components 9.47.1 → 9.47.3

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 +79 -2
  2. package/package.json +51 -51
package/CHANGELOG.md CHANGED
@@ -1,12 +1,89 @@
1
1
  # Change Log - @fluentui/react-components
2
2
 
3
- This log was last generated on Mon, 18 Mar 2024 19:44:52 GMT and should not be manually modified.
3
+ This log was last generated on Tue, 02 Apr 2024 09:41:19 GMT and should not be manually modified.
4
4
 
5
5
  <!-- Start content -->
6
6
 
7
+ ## [9.47.3](https://github.com/microsoft/fluentui/tree/@fluentui/react-components_v9.47.3)
8
+
9
+ Tue, 02 Apr 2024 09:41:19 GMT
10
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-components_v9.47.2..@fluentui/react-components_v9.47.3)
11
+
12
+ ### Minor changes
13
+
14
+ - `@fluentui/react-shared-contexts`
15
+ - deprecate unused ListItemButton exports ([PR #29760](https://github.com/microsoft/fluentui/pull/29760) by jirivyhnalek@microsoft.com)
16
+
17
+ ### Patches
18
+
19
+ - `@fluentui/react-calendar-compat`
20
+ - 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)
21
+ - `@fluentui/react-spinner`
22
+ - fix: rotating SVG should not cause parent overflow ([PR #30615](https://github.com/microsoft/fluentui/pull/30615) by sarah.higley@microsoft.com)
23
+ - `@fluentui/react-tag-picker-preview`
24
+ - bugfix: removes errouneous combobox imports ([PR #30926](https://github.com/microsoft/fluentui/pull/30926) by bernardo.sunderhus@gmail.com)
25
+
26
+ ## [9.47.2](https://github.com/microsoft/fluentui/tree/@fluentui/react-components_v9.47.2)
27
+
28
+ Thu, 28 Mar 2024 10:43:54 GMT
29
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-components_v9.47.2..@fluentui/react-components_v9.47.2)
30
+
31
+ ### Minor changes
32
+
33
+ - `@fluentui/react-swatch-picker-preview`
34
+ - feat(react-swatch-picker): changed API in rendering utils ([PR #30868](https://github.com/microsoft/fluentui/pull/30868) by vkozlova@microsoft.com)
35
+ - `@fluentui/react-tag-picker-preview`
36
+ - feat: release preview package ([PR #30897](https://github.com/microsoft/fluentui/pull/30897) by bernardo.sunderhus@gmail.com)
37
+
38
+ ## [9.47.2](https://github.com/microsoft/fluentui/tree/@fluentui/react-components_v9.47.2)
39
+
40
+ Wed, 27 Mar 2024 10:29:33 GMT
41
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-components_v9.47.2..@fluentui/react-components_v9.47.2)
42
+
43
+ ### Minor changes
44
+
45
+ - `@fluentui/react-swatch-picker-preview`
46
+ - 'feat: release react-swatch-picker to unstable ([PR #30881](https://github.com/microsoft/fluentui/pull/30881) by vkozlova@microsoft.com)
47
+
48
+ ### Patches
49
+
50
+ - `@fluentui/react-teaching-popover-preview`
51
+ - fix: Focus borders and navigation container style (arrow vs group) ([PR #30862](https://github.com/microsoft/fluentui/pull/30862) by mifraser@microsoft.com)
52
+
53
+ ## [9.47.2](https://github.com/microsoft/fluentui/tree/@fluentui/react-components_v9.47.2)
54
+
55
+ Mon, 25 Mar 2024 11:12:13 GMT
56
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-components_v9.47.1..@fluentui/react-components_v9.47.2)
57
+
58
+ ### Minor changes
59
+
60
+ - `@fluentui/react-calendar-compat`
61
+ - fix: Build errors in TypeScript 5.3 ([PR #30810](https://github.com/microsoft/fluentui/pull/30810) by behowell@microsoft.com)
62
+ - `@fluentui/react-table`
63
+ - fix: column resizing in StrictMode now works ([PR #30743](https://github.com/microsoft/fluentui/pull/30743) by jirivyhnalek@microsoft.com)
64
+ - fix: DataGrid - prevent unwanted sort after column resizing (#27803) ([PR #30780](https://github.com/microsoft/fluentui/pull/30780) by jirivyhnalek@microsoft.com)
65
+ - `@fluentui/react-tags`
66
+ - feat: adds appearance and dismissible to TagGroupContext ([PR #30800](https://github.com/microsoft/fluentui/pull/30800) by bernardo.sunderhus@gmail.com)
67
+
68
+ ### Patches
69
+
70
+ - `@fluentui/react-combobox`
71
+ - fix: Align Combobox's text baseline with other controls like Input ([PR #30733](https://github.com/microsoft/fluentui/pull/30733) by behowell@microsoft.com)
72
+ - `@fluentui/react-field`
73
+ - fix: Align horizontal Field labels with control text ([PR #30732](https://github.com/microsoft/fluentui/pull/30732) by behowell@microsoft.com)
74
+ - `@fluentui/react-input`
75
+ - Revert #30845 "fix: Input should start with undefined, same as textarea" ([PR #30845](https://github.com/microsoft/fluentui/pull/30845) by lingfangao@hotmail.com)
76
+ - chore: Increase hit target of input element to fill to the border ([PR #30825](https://github.com/microsoft/fluentui/pull/30825) by behowell@microsoft.com)
77
+ - `@fluentui/react-menu`
78
+ - bugfix: add system colors on hover ([PR #30071](https://github.com/microsoft/fluentui/pull/30071) by bernardo.sunderhus@gmail.com)
79
+ - `@fluentui/react-teaching-popover-preview`
80
+ - bug: Fix accessibility labels and roles ([PR #30805](https://github.com/microsoft/fluentui/pull/30805) by mifraser@microsoft.com)
81
+ - `@fluentui/react-timepicker-compat`
82
+ - docs: update Readme to remove unstable statement ([PR #30735](https://github.com/microsoft/fluentui/pull/30735) by yuanboxue@microsoft.com)
83
+
7
84
  ## [9.47.1](https://github.com/microsoft/fluentui/tree/@fluentui/react-components_v9.47.1)
8
85
 
9
- Mon, 18 Mar 2024 19:44:52 GMT
86
+ Mon, 18 Mar 2024 19:50:46 GMT
10
87
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-components_v9.47.0..@fluentui/react-components_v9.47.1)
11
88
 
12
89
  ### Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fluentui/react-components",
3
- "version": "9.47.1",
3
+ "version": "9.47.3",
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.17",
42
- "@fluentui/react-combobox": "^9.9.3",
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.58",
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.68",
51
- "@fluentui/react-label": "^9.1.66",
52
- "@fluentui/react-link": "^9.2.15",
53
- "@fluentui/react-menu": "^9.13.4",
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.68",
60
- "@fluentui/react-provider": "^9.13.16",
61
- "@fluentui/react-radio": "^9.2.12",
62
- "@fluentui/react-select": "^9.1.68",
63
- "@fluentui/react-shared-contexts": "^9.15.2",
64
- "@fluentui/react-skeleton": "^9.0.56",
65
- "@fluentui/react-slider": "^9.1.74",
66
- "@fluentui/react-spinbutton": "^9.2.68",
67
- "@fluentui/react-spinner": "^9.4.2",
68
- "@fluentui/react-switch": "^9.1.74",
69
- "@fluentui/react-table": "^9.11.15",
70
- "@fluentui/react-tabs": "^9.4.14",
71
- "@fluentui/react-tabster": "^9.19.5",
72
- "@fluentui/react-tags": "^9.1.3",
73
- "@fluentui/react-textarea": "^9.3.68",
35
+ "@fluentui/react-accordion": "^9.3.47",
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.5",
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.12.1",
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.75",
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.35",
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",