Skip to content

Commit b59061d

Browse files
author
Fluent UI Build
committed
release: applying package updates - react-components
1 parent 54afa8c commit b59061d

File tree

68 files changed

+587
-103
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

68 files changed

+587
-103
lines changed

change/@fluentui-react-dialog-ce4d9fc2-0bea-4c0a-9683-8e86082cd6ad.json

-7
This file was deleted.

change/@fluentui-react-menu-0feb2146-938a-4fbf-bb2b-2d0d6b7e40b8.json

-7
This file was deleted.

change/@fluentui-react-popover-01148df2-489e-4ed3-8b39-6a65518b17c3.json

-7
This file was deleted.

change/@fluentui-react-rating-94e96782-4be8-468e-b1a3-0b2ac9a76c62.json

-7
This file was deleted.

packages/charts/react-charts-preview/library/CHANGELOG.json

+21
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,27 @@
11
{
22
"name": "@fluentui/react-charts-preview",
33
"entries": [
4+
{
5+
"date": "Wed, 18 Dec 2024 10:59:37 GMT",
6+
"tag": "@fluentui/react-charts-preview_v0.1.5",
7+
"version": "0.1.5",
8+
"comments": {
9+
"patch": [
10+
{
11+
"author": "beachball",
12+
"package": "@fluentui/react-charts-preview",
13+
"comment": "Bump @fluentui/react-overflow to v9.2.5",
14+
"commit": "54afa8c6ce8f7d200d5241584801899b27baaf1b"
15+
},
16+
{
17+
"author": "beachball",
18+
"package": "@fluentui/react-charts-preview",
19+
"comment": "Bump @fluentui/react-popover to v9.9.29",
20+
"commit": "54afa8c6ce8f7d200d5241584801899b27baaf1b"
21+
}
22+
]
23+
}
24+
},
425
{
526
"date": "Mon, 16 Dec 2024 16:26:49 GMT",
627
"tag": "@fluentui/react-charts-preview_v0.1.4",

packages/charts/react-charts-preview/library/CHANGELOG.md

+11-1
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,19 @@
11
# Change Log - @fluentui/react-charts-preview
22

3-
This log was last generated on Mon, 16 Dec 2024 16:26:49 GMT and should not be manually modified.
3+
This log was last generated on Wed, 18 Dec 2024 10:59:37 GMT and should not be manually modified.
44

55
<!-- Start content -->
66

7+
## [0.1.5](https://github.com/microsoft/fluentui/tree/@fluentui/react-charts-preview_v0.1.5)
8+
9+
Wed, 18 Dec 2024 10:59:37 GMT
10+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-charts-preview_v0.1.4..@fluentui/react-charts-preview_v0.1.5)
11+
12+
### Patches
13+
14+
- Bump @fluentui/react-overflow to v9.2.5 ([PR #33483](https://github.com/microsoft/fluentui/pull/33483) by beachball)
15+
- Bump @fluentui/react-popover to v9.9.29 ([PR #33483](https://github.com/microsoft/fluentui/pull/33483) by beachball)
16+
717
## [0.1.4](https://github.com/microsoft/fluentui/tree/@fluentui/react-charts-preview_v0.1.4)
818

919
Mon, 16 Dec 2024 16:26:49 GMT

packages/charts/react-charts-preview/library/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@fluentui/react-charts-preview",
3-
"version": "0.1.4",
3+
"version": "0.1.5",
44
"description": "React web chart controls for Microsoft fluentui v9 system.",
55
"main": "lib-commonjs/index.js",
66
"module": "lib/index.js",
@@ -39,8 +39,8 @@
3939
"dependencies": {
4040
"@fluentui/react-button": "^9.3.98",
4141
"@fluentui/react-jsx-runtime": "^9.0.48",
42-
"@fluentui/react-overflow": "^9.2.4",
43-
"@fluentui/react-popover": "^9.9.28",
42+
"@fluentui/react-overflow": "^9.2.5",
43+
"@fluentui/react-popover": "^9.9.29",
4444
"@fluentui/react-shared-contexts": "^9.21.2",
4545
"@fluentui/react-tabster": "^9.23.2",
4646
"@fluentui/react-theme": "^9.1.24",

packages/react-components/react-avatar/library/CHANGELOG.json

+15
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,21 @@
11
{
22
"name": "@fluentui/react-avatar",
33
"entries": [
4+
{
5+
"date": "Wed, 18 Dec 2024 10:59:37 GMT",
6+
"tag": "@fluentui/react-avatar_v9.6.47",
7+
"version": "9.6.47",
8+
"comments": {
9+
"patch": [
10+
{
11+
"author": "beachball",
12+
"package": "@fluentui/react-avatar",
13+
"comment": "Bump @fluentui/react-popover to v9.9.29",
14+
"commit": "54afa8c6ce8f7d200d5241584801899b27baaf1b"
15+
}
16+
]
17+
}
18+
},
419
{
520
"date": "Mon, 16 Dec 2024 16:26:49 GMT",
621
"tag": "@fluentui/react-avatar_v9.6.46",

packages/react-components/react-avatar/library/CHANGELOG.md

+10-1
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,18 @@
11
# Change Log - @fluentui/react-avatar
22

3-
This log was last generated on Mon, 16 Dec 2024 16:26:49 GMT and should not be manually modified.
3+
This log was last generated on Wed, 18 Dec 2024 10:59:37 GMT and should not be manually modified.
44

55
<!-- Start content -->
66

7+
## [9.6.47](https://github.com/microsoft/fluentui/tree/@fluentui/react-avatar_v9.6.47)
8+
9+
Wed, 18 Dec 2024 10:59:37 GMT
10+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-avatar_v9.6.46..@fluentui/react-avatar_v9.6.47)
11+
12+
### Patches
13+
14+
- Bump @fluentui/react-popover to v9.9.29 ([PR #33483](https://github.com/microsoft/fluentui/pull/33483) by beachball)
15+
716
## [9.6.46](https://github.com/microsoft/fluentui/tree/@fluentui/react-avatar_v9.6.46)
817

918
Mon, 16 Dec 2024 16:26:49 GMT

packages/react-components/react-avatar/library/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@fluentui/react-avatar",
3-
"version": "9.6.46",
3+
"version": "9.6.47",
44
"description": "React components for building Microsoft web experiences.",
55
"main": "lib-commonjs/index.js",
66
"module": "lib/index.js",
@@ -24,7 +24,7 @@
2424
"@fluentui/react-badge": "^9.2.48",
2525
"@fluentui/react-context-selector": "^9.1.71",
2626
"@fluentui/react-icons": "^2.0.245",
27-
"@fluentui/react-popover": "^9.9.28",
27+
"@fluentui/react-popover": "^9.9.29",
2828
"@fluentui/react-shared-contexts": "^9.21.2",
2929
"@fluentui/react-tabster": "^9.23.2",
3030
"@fluentui/react-theme": "^9.1.24",

packages/react-components/react-breadcrumb/library/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@fluentui/react-breadcrumb",
3-
"version": "9.0.46",
3+
"version": "9.0.47",
44
"description": "Breadcrumb component for Fluent UI React.",
55
"main": "lib-commonjs/index.js",
66
"module": "lib/index.js",

packages/react-components/react-components/CHANGELOG.json

+33
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,39 @@
11
{
22
"name": "@fluentui/react-components",
33
"entries": [
4+
{
5+
"date": "Wed, 18 Dec 2024 10:59:36 GMT",
6+
"tag": "@fluentui/react-components_v9.56.7",
7+
"version": "9.56.7",
8+
"comments": {
9+
"patch": [
10+
{
11+
"author": "[email protected]",
12+
"package": "@fluentui/react-dialog",
13+
"commit": "0eca6fb68963b15b664b8560984f0f742bae280b",
14+
"comment": "docs(react-dialog): Fix doc-comment links that don't translate to storybook"
15+
},
16+
{
17+
"author": "[email protected]",
18+
"package": "@fluentui/react-menu",
19+
"commit": "0eca6fb68963b15b664b8560984f0f742bae280b",
20+
"comment": "docs(react-menu): Fix doc-comment links that don't translate to storybook"
21+
},
22+
{
23+
"author": "[email protected]",
24+
"package": "@fluentui/react-popover",
25+
"commit": "0eca6fb68963b15b664b8560984f0f742bae280b",
26+
"comment": "docs(react-popover): Fix doc-comment links that don't translate to storybook"
27+
},
28+
{
29+
"author": "[email protected]",
30+
"package": "@fluentui/react-rating",
31+
"commit": "084c76645ce97417b2bdc50203f4c66f5fd27309",
32+
"comment": "fix: Pass missing Rating's itemLabel prop to its state so RatingItem consumes it from context."
33+
}
34+
]
35+
}
36+
},
437
{
538
"date": "Mon, 16 Dec 2024 16:26:45 GMT",
639
"tag": "@fluentui/react-components_v9.56.6",

packages/react-components/react-components/CHANGELOG.md

+17-1
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,25 @@
11
# Change Log - @fluentui/react-components
22

3-
This log was last generated on Mon, 16 Dec 2024 16:26:45 GMT and should not be manually modified.
3+
This log was last generated on Wed, 18 Dec 2024 10:59:36 GMT and should not be manually modified.
44

55
<!-- Start content -->
66

7+
## [9.56.7](https://github.com/microsoft/fluentui/tree/@fluentui/react-components_v9.56.7)
8+
9+
Wed, 18 Dec 2024 10:59:36 GMT
10+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-components_v9.56.6..@fluentui/react-components_v9.56.7)
11+
12+
### Patches
13+
14+
- `@fluentui/react-dialog`
15+
- docs(react-dialog): Fix doc-comment links that don't translate to storybook ([PR #33471](https://github.com/microsoft/fluentui/pull/33471) by [email protected])
16+
- `@fluentui/react-menu`
17+
- docs(react-menu): Fix doc-comment links that don't translate to storybook ([PR #33471](https://github.com/microsoft/fluentui/pull/33471) by [email protected])
18+
- `@fluentui/react-popover`
19+
- docs(react-popover): Fix doc-comment links that don't translate to storybook ([PR #33471](https://github.com/microsoft/fluentui/pull/33471) by [email protected])
20+
- `@fluentui/react-rating`
21+
- 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 [email protected])
22+
723
## [9.56.6](https://github.com/microsoft/fluentui/tree/@fluentui/react-components_v9.56.6)
824

925
Mon, 16 Dec 2024 16:26:45 GMT

packages/react-components/react-components/package.json

+16-16
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@fluentui/react-components",
3-
"version": "9.56.6",
3+
"version": "9.56.7",
44
"description": "Suite package for converged React components",
55
"main": "lib-commonjs/index.js",
66
"module": "lib/index.js",
@@ -18,27 +18,27 @@
1818
"dependencies": {
1919
"@fluentui/react-accordion": "^9.5.12",
2020
"@fluentui/react-alert": "9.0.0-beta.124",
21-
"@fluentui/react-avatar": "^9.6.46",
21+
"@fluentui/react-avatar": "^9.6.47",
2222
"@fluentui/react-badge": "^9.2.48",
2323
"@fluentui/react-button": "^9.3.98",
2424
"@fluentui/react-card": "^9.0.100",
2525
"@fluentui/react-checkbox": "^9.2.44",
2626
"@fluentui/react-combobox": "^9.13.15",
27-
"@fluentui/react-dialog": "^9.11.25",
27+
"@fluentui/react-dialog": "^9.11.26",
2828
"@fluentui/react-divider": "^9.2.80",
29-
"@fluentui/react-drawer": "^9.6.5",
29+
"@fluentui/react-drawer": "^9.6.6",
3030
"@fluentui/react-field": "^9.1.83",
3131
"@fluentui/react-image": "^9.1.78",
3232
"@fluentui/react-infobutton": "9.0.0-beta.102",
33-
"@fluentui/react-infolabel": "^9.0.53",
33+
"@fluentui/react-infolabel": "^9.0.54",
3434
"@fluentui/react-input": "^9.4.96",
3535
"@fluentui/react-label": "^9.1.81",
3636
"@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",
4040
"@fluentui/react-portal": "^9.4.40",
41-
"@fluentui/react-popover": "^9.9.28",
41+
"@fluentui/react-popover": "^9.9.29",
4242
"@fluentui/react-positioning": "^9.16.0",
4343
"@fluentui/react-progress": "^9.1.94",
4444
"@fluentui/react-provider": "^9.18.2",
@@ -51,10 +51,10 @@
5151
"@fluentui/react-spinner": "^9.5.5",
5252
"@fluentui/react-swatch-picker": "^9.1.17",
5353
"@fluentui/react-switch": "^9.1.101",
54-
"@fluentui/react-table": "^9.15.25",
54+
"@fluentui/react-table": "^9.15.26",
5555
"@fluentui/react-tabs": "^9.6.5",
5656
"@fluentui/react-tabster": "^9.23.2",
57-
"@fluentui/react-tags": "^9.3.26",
57+
"@fluentui/react-tags": "^9.3.27",
5858
"@fluentui/react-textarea": "^9.3.95",
5959
"@fluentui/react-theme": "^9.1.24",
6060
"@fluentui/react-toast": "^9.3.63",
@@ -63,16 +63,16 @@
6363
"@fluentui/react-utilities": "^9.18.19",
6464
"@fluentui/react-text": "^9.4.30",
6565
"@fluentui/react-virtualizer": "9.0.0-alpha.89",
66-
"@fluentui/react-tree": "^9.8.10",
66+
"@fluentui/react-tree": "^9.8.11",
6767
"@griffel/react": "^1.5.22",
6868
"@swc/helpers": "^0.5.1",
6969
"@fluentui/react-message-bar": "^9.2.18",
70-
"@fluentui/react-breadcrumb": "^9.0.46",
70+
"@fluentui/react-breadcrumb": "^9.0.47",
7171
"@fluentui/react-aria": "^9.13.12",
72-
"@fluentui/react-rating": "^9.0.25",
72+
"@fluentui/react-rating": "^9.0.26",
7373
"@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",
7676
"@fluentui/react-motion": "^9.6.5",
7777
"@fluentui/react-carousel": "^9.4.3"
7878
},

packages/react-components/react-datepicker-compat/library/CHANGELOG.json

+15
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,21 @@
11
{
22
"name": "@fluentui/react-datepicker-compat",
33
"entries": [
4+
{
5+
"date": "Wed, 18 Dec 2024 10:59:37 GMT",
6+
"tag": "@fluentui/react-datepicker-compat_v0.4.59",
7+
"version": "0.4.59",
8+
"comments": {
9+
"patch": [
10+
{
11+
"author": "beachball",
12+
"package": "@fluentui/react-datepicker-compat",
13+
"comment": "Bump @fluentui/react-popover to v9.9.29",
14+
"commit": "54afa8c6ce8f7d200d5241584801899b27baaf1b"
15+
}
16+
]
17+
}
18+
},
419
{
520
"date": "Mon, 16 Dec 2024 16:26:49 GMT",
621
"tag": "@fluentui/react-datepicker-compat_v0.4.58",

packages/react-components/react-datepicker-compat/library/CHANGELOG.md

+10-1
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,18 @@
11
# Change Log - @fluentui/react-datepicker-compat
22

3-
This log was last generated on Mon, 16 Dec 2024 16:26:49 GMT and should not be manually modified.
3+
This log was last generated on Wed, 18 Dec 2024 10:59:37 GMT and should not be manually modified.
44

55
<!-- Start content -->
66

7+
## [0.4.59](https://github.com/microsoft/fluentui/tree/@fluentui/react-datepicker-compat_v0.4.59)
8+
9+
Wed, 18 Dec 2024 10:59:37 GMT
10+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-datepicker-compat_v0.4.58..@fluentui/react-datepicker-compat_v0.4.59)
11+
12+
### Patches
13+
14+
- Bump @fluentui/react-popover to v9.9.29 ([PR #33483](https://github.com/microsoft/fluentui/pull/33483) by beachball)
15+
716
## [0.4.58](https://github.com/microsoft/fluentui/tree/@fluentui/react-datepicker-compat_v0.4.58)
817

918
Mon, 16 Dec 2024 16:26:49 GMT

packages/react-components/react-datepicker-compat/library/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@fluentui/react-datepicker-compat",
3-
"version": "0.4.58",
3+
"version": "0.4.59",
44
"description": "React components for building web experiences",
55
"main": "lib-commonjs/index.js",
66
"module": "lib/index.js",
@@ -26,7 +26,7 @@
2626
"@fluentui/react-icons": "^2.0.245",
2727
"@fluentui/react-input": "^9.4.96",
2828
"@fluentui/react-jsx-runtime": "^9.0.48",
29-
"@fluentui/react-popover": "^9.9.28",
29+
"@fluentui/react-popover": "^9.9.29",
3030
"@fluentui/react-portal": "^9.4.40",
3131
"@fluentui/react-positioning": "^9.16.0",
3232
"@fluentui/react-shared-contexts": "^9.21.2",

packages/react-components/react-dialog/library/CHANGELOG.json

+15
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,21 @@
11
{
22
"name": "@fluentui/react-dialog",
33
"entries": [
4+
{
5+
"date": "Wed, 18 Dec 2024 10:59:36 GMT",
6+
"tag": "@fluentui/react-dialog_v9.11.26",
7+
"version": "9.11.26",
8+
"comments": {
9+
"patch": [
10+
{
11+
"author": "[email protected]",
12+
"package": "@fluentui/react-dialog",
13+
"commit": "0eca6fb68963b15b664b8560984f0f742bae280b",
14+
"comment": "docs(react-dialog): Fix doc-comment links that don't translate to storybook"
15+
}
16+
]
17+
}
18+
},
419
{
520
"date": "Mon, 16 Dec 2024 16:26:49 GMT",
621
"tag": "@fluentui/react-dialog_v9.11.25",

0 commit comments

Comments
 (0)