@fluentui/react-components 9.47.2 → 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 +48 -2
  2. package/package.json +51 -51
package/CHANGELOG.md CHANGED
@@ -1,12 +1,58 @@
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 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
+
7
53
  ## [9.47.2](https://github.com/microsoft/fluentui/tree/@fluentui/react-components_v9.47.2)
8
54
 
9
- Mon, 25 Mar 2024 11:09:55 GMT
55
+ Mon, 25 Mar 2024 11:12:13 GMT
10
56
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-components_v9.47.1..@fluentui/react-components_v9.47.2)
11
57
 
12
58
  ### 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.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.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.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.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",