@fluentui/react-components 9.56.6 → 9.56.8

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 +28 -2
  2. package/package.json +17 -17
package/CHANGELOG.md CHANGED
@@ -1,12 +1,38 @@
1
1
  # Change Log - @fluentui/react-components
2
2
 
3
- This log was last generated on Mon, 16 Dec 2024 16:22:04 GMT and should not be manually modified.
3
+ This log was last generated on Thu, 19 Dec 2024 14:30:31 GMT and should not be manually modified.
4
4
 
5
5
  <!-- Start content -->
6
6
 
7
+ ## [9.56.8](https://github.com/microsoft/fluentui/tree/@fluentui/react-components_v9.56.8)
8
+
9
+ Thu, 19 Dec 2024 14:30:31 GMT
10
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-components_v9.56.7..@fluentui/react-components_v9.56.8)
11
+
12
+ ### Patches
13
+
14
+ - `@fluentui/react-message-bar`
15
+ - fix: MessageBar auto reflow should handle document reflow with `min-content` ([PR #33409](https://github.com/microsoft/fluentui/pull/33409) by lingfangao@hotmail.com)
16
+
17
+ ## [9.56.7](https://github.com/microsoft/fluentui/tree/@fluentui/react-components_v9.56.7)
18
+
19
+ Wed, 18 Dec 2024 10:59:36 GMT
20
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-components_v9.56.6..@fluentui/react-components_v9.56.7)
21
+
22
+ ### Patches
23
+
24
+ - `@fluentui/react-dialog`
25
+ - docs(react-dialog): Fix doc-comment links that don't translate to storybook ([PR #33471](https://github.com/microsoft/fluentui/pull/33471) by jiangemma@microsoft.com)
26
+ - `@fluentui/react-menu`
27
+ - docs(react-menu): Fix doc-comment links that don't translate to storybook ([PR #33471](https://github.com/microsoft/fluentui/pull/33471) by jiangemma@microsoft.com)
28
+ - `@fluentui/react-popover`
29
+ - docs(react-popover): Fix doc-comment links that don't translate to storybook ([PR #33471](https://github.com/microsoft/fluentui/pull/33471) by jiangemma@microsoft.com)
30
+ - `@fluentui/react-rating`
31
+ - fix: Pass missing Rating's itemLabel prop to its state so RatingItem consumes it from context. ([PR #33361](https://github.com/microsoft/fluentui/pull/33361) by derdem@microsoft.com)
32
+
7
33
  ## [9.56.6](https://github.com/microsoft/fluentui/tree/@fluentui/react-components_v9.56.6)
8
34
 
9
- Mon, 16 Dec 2024 16:22:04 GMT
35
+ Mon, 16 Dec 2024 16:26:45 GMT
10
36
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-components_v9.56.5..@fluentui/react-components_v9.56.6)
11
37
 
12
38
  ### Minor changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fluentui/react-components",
3
- "version": "9.56.6",
3
+ "version": "9.56.8",
4
4
  "description": "Suite package for converged React components",
5
5
  "main": "lib-commonjs/index.js",
6
6
  "module": "lib/index.js",
@@ -18,27 +18,27 @@
18
18
  "dependencies": {
19
19
  "@fluentui/react-accordion": "^9.5.12",
20
20
  "@fluentui/react-alert": "9.0.0-beta.124",
21
- "@fluentui/react-avatar": "^9.6.46",
21
+ "@fluentui/react-avatar": "^9.6.47",
22
22
  "@fluentui/react-badge": "^9.2.48",
23
23
  "@fluentui/react-button": "^9.3.98",
24
24
  "@fluentui/react-card": "^9.0.100",
25
25
  "@fluentui/react-checkbox": "^9.2.44",
26
26
  "@fluentui/react-combobox": "^9.13.15",
27
- "@fluentui/react-dialog": "^9.11.25",
27
+ "@fluentui/react-dialog": "^9.11.26",
28
28
  "@fluentui/react-divider": "^9.2.80",
29
- "@fluentui/react-drawer": "^9.6.5",
29
+ "@fluentui/react-drawer": "^9.6.6",
30
30
  "@fluentui/react-field": "^9.1.83",
31
31
  "@fluentui/react-image": "^9.1.78",
32
32
  "@fluentui/react-infobutton": "9.0.0-beta.102",
33
- "@fluentui/react-infolabel": "^9.0.53",
33
+ "@fluentui/react-infolabel": "^9.0.54",
34
34
  "@fluentui/react-input": "^9.4.96",
35
35
  "@fluentui/react-label": "^9.1.81",
36
36
  "@fluentui/react-link": "^9.3.5",
37
- "@fluentui/react-menu": "^9.14.23",
38
- "@fluentui/react-overflow": "^9.2.4",
39
- "@fluentui/react-persona": "^9.2.105",
37
+ "@fluentui/react-menu": "^9.14.24",
38
+ "@fluentui/react-overflow": "^9.2.5",
39
+ "@fluentui/react-persona": "^9.2.106",
40
40
  "@fluentui/react-portal": "^9.4.40",
41
- "@fluentui/react-popover": "^9.9.28",
41
+ "@fluentui/react-popover": "^9.9.29",
42
42
  "@fluentui/react-positioning": "^9.16.0",
43
43
  "@fluentui/react-progress": "^9.1.94",
44
44
  "@fluentui/react-provider": "^9.18.2",
@@ -51,10 +51,10 @@
51
51
  "@fluentui/react-spinner": "^9.5.5",
52
52
  "@fluentui/react-swatch-picker": "^9.1.17",
53
53
  "@fluentui/react-switch": "^9.1.101",
54
- "@fluentui/react-table": "^9.15.25",
54
+ "@fluentui/react-table": "^9.15.26",
55
55
  "@fluentui/react-tabs": "^9.6.5",
56
56
  "@fluentui/react-tabster": "^9.23.2",
57
- "@fluentui/react-tags": "^9.3.26",
57
+ "@fluentui/react-tags": "^9.3.27",
58
58
  "@fluentui/react-textarea": "^9.3.95",
59
59
  "@fluentui/react-theme": "^9.1.24",
60
60
  "@fluentui/react-toast": "^9.3.63",
@@ -63,16 +63,16 @@
63
63
  "@fluentui/react-utilities": "^9.18.19",
64
64
  "@fluentui/react-text": "^9.4.30",
65
65
  "@fluentui/react-virtualizer": "9.0.0-alpha.89",
66
- "@fluentui/react-tree": "^9.8.10",
66
+ "@fluentui/react-tree": "^9.8.11",
67
67
  "@griffel/react": "^1.5.22",
68
68
  "@swc/helpers": "^0.5.1",
69
- "@fluentui/react-message-bar": "^9.2.18",
70
- "@fluentui/react-breadcrumb": "^9.0.46",
69
+ "@fluentui/react-message-bar": "^9.2.19",
70
+ "@fluentui/react-breadcrumb": "^9.0.47",
71
71
  "@fluentui/react-aria": "^9.13.12",
72
- "@fluentui/react-rating": "^9.0.25",
72
+ "@fluentui/react-rating": "^9.0.26",
73
73
  "@fluentui/react-search": "^9.0.26",
74
- "@fluentui/react-teaching-popover": "^9.1.25",
75
- "@fluentui/react-tag-picker": "^9.3.12",
74
+ "@fluentui/react-teaching-popover": "^9.1.26",
75
+ "@fluentui/react-tag-picker": "^9.3.13",
76
76
  "@fluentui/react-motion": "^9.6.5",
77
77
  "@fluentui/react-carousel": "^9.4.3"
78
78
  },