@fluentui/react-components 9.54.8 → 9.54.10

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 +35 -2
  2. package/package.json +8 -8
package/CHANGELOG.md CHANGED
@@ -1,12 +1,45 @@
1
1
  # Change Log - @fluentui/react-components
2
2
 
3
- This log was last generated on Mon, 05 Aug 2024 22:31:37 GMT and should not be manually modified.
3
+ This log was last generated on Wed, 07 Aug 2024 12:31:33 GMT and should not be manually modified.
4
4
 
5
5
  <!-- Start content -->
6
6
 
7
+ ## [9.54.10](https://github.com/microsoft/fluentui/tree/@fluentui/react-components_v9.54.10)
8
+
9
+ Wed, 07 Aug 2024 12:31:33 GMT
10
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-components_v9.54.9..@fluentui/react-components_v9.54.10)
11
+
12
+ ### Patches
13
+
14
+ - `@fluentui/react-toolbar`
15
+ - fix: hardcode size of `ToolbarButton` ([PR #32185](https://github.com/microsoft/fluentui/pull/32185) by olfedias@microsoft.com)
16
+
17
+ ## [9.54.9](https://github.com/microsoft/fluentui/tree/@fluentui/react-components_v9.54.9)
18
+
19
+ Tue, 06 Aug 2024 21:40:43 GMT
20
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-components_v9.54.8..@fluentui/react-components_v9.54.9)
21
+
22
+ ### Minor changes
23
+
24
+ - `@fluentui/react-toolbar`
25
+ - feat: Add transparent as an option for the appearance prop in ToolbarButton ([PR #32205](https://github.com/microsoft/fluentui/pull/32205) by ololubek@microsoft.com)
26
+
27
+ ### Patches
28
+
29
+ - `@fluentui/react-card`
30
+ - fix: Card does not override specified focusMode based on event listeners ([PR #32200](https://github.com/microsoft/fluentui/pull/32200) by sarah.higley@microsoft.com)
31
+ - `@fluentui/react-dialog`
32
+ - fix: do not require ref forwarding ([PR #32095](https://github.com/microsoft/fluentui/pull/32095) by olfedias@microsoft.com)
33
+ - `@fluentui/react-message-bar`
34
+ - Fix undefined reference in older browsers in useMessageBarReflow ([PR #32238](https://github.com/microsoft/fluentui/pull/32238) by miclo@microsoft.com)
35
+ - `@fluentui/react-tabs`
36
+ - ignore ref for tab reserved space content slot ([PR #31775](https://github.com/microsoft/fluentui/pull/31775) by kirpadv@gmail.com)
37
+ - `@fluentui/react-tree`
38
+ - chore: improve ImmutableSet and ImmutableMap internal implementation ([PR #32167](https://github.com/microsoft/fluentui/pull/32167) by bernardo.sunderhus@gmail.com)
39
+
7
40
  ## [9.54.8](https://github.com/microsoft/fluentui/tree/@fluentui/react-components_v9.54.8)
8
41
 
9
- Mon, 05 Aug 2024 22:31:37 GMT
42
+ Mon, 05 Aug 2024 22:33:01 GMT
10
43
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-components_v9.54.7..@fluentui/react-components_v9.54.8)
11
44
 
12
45
  ### Minor changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fluentui/react-components",
3
- "version": "9.54.8",
3
+ "version": "9.54.10",
4
4
  "description": "Suite package for converged React components",
5
5
  "main": "lib-commonjs/index.js",
6
6
  "module": "lib/index.js",
@@ -35,12 +35,12 @@
35
35
  "@fluentui/react-avatar": "^9.6.35",
36
36
  "@fluentui/react-badge": "^9.2.41",
37
37
  "@fluentui/react-button": "^9.3.87",
38
- "@fluentui/react-card": "^9.0.88",
38
+ "@fluentui/react-card": "^9.0.89",
39
39
  "@fluentui/react-checkbox": "^9.2.33",
40
40
  "@fluentui/react-combobox": "^9.13.3",
41
- "@fluentui/react-dialog": "^9.11.8",
41
+ "@fluentui/react-dialog": "^9.11.9",
42
42
  "@fluentui/react-divider": "^9.2.73",
43
- "@fluentui/react-drawer": "^9.5.8",
43
+ "@fluentui/react-drawer": "^9.5.9",
44
44
  "@fluentui/react-field": "^9.1.72",
45
45
  "@fluentui/react-image": "^9.1.71",
46
46
  "@fluentui/react-infobutton": "9.0.0-beta.102",
@@ -66,21 +66,21 @@
66
66
  "@fluentui/react-swatch-picker": "^9.1.6",
67
67
  "@fluentui/react-switch": "^9.1.90",
68
68
  "@fluentui/react-table": "^9.15.13",
69
- "@fluentui/react-tabs": "^9.4.27",
69
+ "@fluentui/react-tabs": "^9.4.28",
70
70
  "@fluentui/react-tabster": "^9.22.3",
71
71
  "@fluentui/react-tags": "^9.3.14",
72
72
  "@fluentui/react-textarea": "^9.3.84",
73
73
  "@fluentui/react-theme": "^9.1.19",
74
74
  "@fluentui/react-toast": "^9.3.51",
75
- "@fluentui/react-toolbar": "^9.1.91",
75
+ "@fluentui/react-toolbar": "^9.2.1",
76
76
  "@fluentui/react-tooltip": "^9.4.35",
77
77
  "@fluentui/react-utilities": "^9.18.13",
78
78
  "@fluentui/react-text": "^9.4.23",
79
79
  "@fluentui/react-virtualizer": "9.0.0-alpha.82",
80
- "@fluentui/react-tree": "^9.7.7",
80
+ "@fluentui/react-tree": "^9.7.8",
81
81
  "@griffel/react": "^1.5.22",
82
82
  "@swc/helpers": "^0.5.1",
83
- "@fluentui/react-message-bar": "^9.2.6",
83
+ "@fluentui/react-message-bar": "^9.2.7",
84
84
  "@fluentui/react-breadcrumb": "^9.0.34",
85
85
  "@fluentui/react-aria": "^9.13.2",
86
86
  "@fluentui/react-rating": "^9.0.15",