Skip to content

Commit 47ff134

Browse files
author
Fluent UI Build
committed
release: applying package updates - react-components
1 parent cb0b930 commit 47ff134

41 files changed

Lines changed: 365 additions & 64 deletions

Some content is hidden

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

change/@fluentui-react-components-b1a34b86-035f-46d5-8795-d3643aa9f307.json

Lines changed: 0 additions & 7 deletions
This file was deleted.

change/@fluentui-react-motion-components-preview-0772213f-2594-47a8-909f-f05cf42a3c3f.json

Lines changed: 0 additions & 7 deletions
This file was deleted.

change/@fluentui-react-motion-components-preview-c24ebc41-3792-4480-a1e3-860e92d86e24.json

Lines changed: 0 additions & 7 deletions
This file was deleted.

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

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,21 @@
11
{
22
"name": "@fluentui/react-accordion",
33
"entries": [
4+
{
5+
"date": "Fri, 03 Oct 2025 14:19:04 GMT",
6+
"tag": "@fluentui/react-accordion_v9.8.8",
7+
"version": "9.8.8",
8+
"comments": {
9+
"patch": [
10+
{
11+
"author": "beachball",
12+
"package": "@fluentui/react-accordion",
13+
"comment": "Bump @fluentui/react-motion-components-preview to v0.11.0",
14+
"commit": "cb0b930b884b233f36b73f32255c575da6f72bbf"
15+
}
16+
]
17+
}
18+
},
419
{
520
"date": "Thu, 02 Oct 2025 15:12:11 GMT",
621
"tag": "@fluentui/react-accordion_v9.8.7",

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

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,18 @@
11
# Change Log - @fluentui/react-accordion
22

3-
This log was last generated on Thu, 02 Oct 2025 15:12:11 GMT and should not be manually modified.
3+
This log was last generated on Fri, 03 Oct 2025 14:19:04 GMT and should not be manually modified.
44

55
<!-- Start content -->
66

7+
## [9.8.8](https://github.com/microsoft/fluentui/tree/@fluentui/react-accordion_v9.8.8)
8+
9+
Fri, 03 Oct 2025 14:19:04 GMT
10+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-accordion_v9.8.7..@fluentui/react-accordion_v9.8.8)
11+
12+
### Patches
13+
14+
- Bump @fluentui/react-motion-components-preview to v0.11.0 ([PR #35275](https://github.com/microsoft/fluentui/pull/35275) by beachball)
15+
716
## [9.8.7](https://github.com/microsoft/fluentui/tree/@fluentui/react-accordion_v9.8.7)
817

918
Thu, 02 Oct 2025 15:12:11 GMT

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@fluentui/react-accordion",
3-
"version": "9.8.7",
3+
"version": "9.8.8",
44
"description": "Fluent UI accordion component",
55
"main": "lib-commonjs/index.js",
66
"module": "lib/index.js",
@@ -24,7 +24,7 @@
2424
"@fluentui/react-jsx-runtime": "^9.2.1",
2525
"@fluentui/react-shared-contexts": "^9.25.2",
2626
"@fluentui/react-motion": "^9.11.0",
27-
"@fluentui/react-motion-components-preview": "^0.10.1",
27+
"@fluentui/react-motion-components-preview": "^0.11.0",
2828
"@fluentui/react-tabster": "^9.26.6",
2929
"@fluentui/react-theme": "^9.2.0",
3030
"@fluentui/react-utilities": "^9.25.0",

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

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,35 @@
11
{
22
"name": "@fluentui/react-components",
33
"entries": [
4+
{
5+
"date": "Fri, 03 Oct 2025 14:19:03 GMT",
6+
"tag": "@fluentui/react-components_v9.72.0",
7+
"version": "9.72.0",
8+
"comments": {
9+
"minor": [
10+
{
11+
"author": "patrycja.fogelman@microsoft.com",
12+
"package": "@fluentui/react-components",
13+
"commit": "cb0b930b884b233f36b73f32255c575da6f72bbf",
14+
"comment": "exports useTreeNavigation hook"
15+
},
16+
{
17+
"author": "robertpenner@microsoft.com",
18+
"package": "@fluentui/react-motion-components-preview",
19+
"commit": "d159ec44c1da054228531e0916b61c487e3ca508",
20+
"comment": "refactor(Collapse): simplify parameter types"
21+
}
22+
],
23+
"patch": [
24+
{
25+
"author": "robertpenner@microsoft.com",
26+
"package": "@fluentui/react-motion-components-preview",
27+
"commit": "668467e9f41cf97977776495bf56fa63f0dfb5cd",
28+
"comment": "fix(Collapse): make size animation work with delay"
29+
}
30+
]
31+
}
32+
},
433
{
534
"date": "Thu, 02 Oct 2025 15:12:05 GMT",
635
"tag": "@fluentui/react-components_v9.71.0",

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

Lines changed: 18 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,26 @@
11
# Change Log - @fluentui/react-components
22

3-
This log was last generated on Thu, 02 Oct 2025 15:12:05 GMT and should not be manually modified.
3+
This log was last generated on Fri, 03 Oct 2025 14:19:03 GMT and should not be manually modified.
44

55
<!-- Start content -->
66

7+
## [9.72.0](https://github.com/microsoft/fluentui/tree/@fluentui/react-components_v9.72.0)
8+
9+
Fri, 03 Oct 2025 14:19:03 GMT
10+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-components_v9.71.0..@fluentui/react-components_v9.72.0)
11+
12+
### Minor changes
13+
14+
- `@fluentui/react-components`
15+
- exports useTreeNavigation hook ([PR #35275](https://github.com/microsoft/fluentui/pull/35275) by patrycja.fogelman@microsoft.com)
16+
- `@fluentui/react-motion-components-preview`
17+
- refactor(Collapse): simplify parameter types ([PR #35262](https://github.com/microsoft/fluentui/pull/35262) by robertpenner@microsoft.com)
18+
19+
### Patches
20+
21+
- `@fluentui/react-motion-components-preview`
22+
- fix(Collapse): make size animation work with delay ([PR #35269](https://github.com/microsoft/fluentui/pull/35269) by robertpenner@microsoft.com)
23+
724
## [9.71.0](https://github.com/microsoft/fluentui/tree/@fluentui/react-components_v9.71.0)
825

926
Thu, 02 Oct 2025 15:12:05 GMT

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

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@fluentui/react-components",
3-
"version": "9.71.0",
3+
"version": "9.72.0",
44
"description": "Suite package for converged React components",
55
"main": "lib-commonjs/index.js",
66
"module": "lib/index.js",
@@ -16,17 +16,17 @@
1616
"@fluentui/scripts-api-extractor": "*"
1717
},
1818
"dependencies": {
19-
"@fluentui/react-accordion": "^9.8.7",
19+
"@fluentui/react-accordion": "^9.8.8",
2020
"@fluentui/react-alert": "9.0.0-beta.124",
2121
"@fluentui/react-avatar": "^9.9.7",
2222
"@fluentui/react-badge": "^9.4.6",
2323
"@fluentui/react-button": "^9.6.7",
2424
"@fluentui/react-card": "^9.5.1",
2525
"@fluentui/react-checkbox": "^9.5.6",
2626
"@fluentui/react-combobox": "^9.16.7",
27-
"@fluentui/react-dialog": "^9.15.2",
27+
"@fluentui/react-dialog": "^9.15.3",
2828
"@fluentui/react-divider": "^9.4.6",
29-
"@fluentui/react-drawer": "^9.10.2",
29+
"@fluentui/react-drawer": "^9.10.3",
3030
"@fluentui/react-field": "^9.4.6",
3131
"@fluentui/react-image": "^9.3.6",
3232
"@fluentui/react-infobutton": "9.0.0-beta.102",
@@ -58,16 +58,16 @@
5858
"@fluentui/react-tags": "^9.7.7",
5959
"@fluentui/react-textarea": "^9.6.6",
6060
"@fluentui/react-theme": "^9.2.0",
61-
"@fluentui/react-toast": "^9.7.2",
61+
"@fluentui/react-toast": "^9.7.3",
6262
"@fluentui/react-toolbar": "^9.6.7",
6363
"@fluentui/react-tooltip": "^9.8.6",
6464
"@fluentui/react-utilities": "^9.25.0",
6565
"@fluentui/react-text": "^9.6.6",
6666
"@fluentui/react-virtualizer": "9.0.0-alpha.102",
67-
"@fluentui/react-tree": "^9.14.0",
67+
"@fluentui/react-tree": "^9.14.1",
6868
"@griffel/react": "^1.5.22",
6969
"@swc/helpers": "^0.5.1",
70-
"@fluentui/react-message-bar": "^9.6.7",
70+
"@fluentui/react-message-bar": "^9.6.8",
7171
"@fluentui/react-breadcrumb": "^9.3.7",
7272
"@fluentui/react-aria": "^9.17.1",
7373
"@fluentui/react-rating": "^9.3.6",
@@ -77,7 +77,7 @@
7777
"@fluentui/react-motion": "^9.11.0",
7878
"@fluentui/react-carousel": "^9.8.7",
7979
"@fluentui/react-color-picker": "^9.2.6",
80-
"@fluentui/react-nav": "^9.3.7"
80+
"@fluentui/react-nav": "^9.3.8"
8181
},
8282
"peerDependencies": {
8383
"@types/react": ">=16.14.0 <20.0.0",

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

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,21 @@
11
{
22
"name": "@fluentui/react-dialog",
33
"entries": [
4+
{
5+
"date": "Fri, 03 Oct 2025 14:19:04 GMT",
6+
"tag": "@fluentui/react-dialog_v9.15.3",
7+
"version": "9.15.3",
8+
"comments": {
9+
"patch": [
10+
{
11+
"author": "beachball",
12+
"package": "@fluentui/react-dialog",
13+
"comment": "Bump @fluentui/react-motion-components-preview to v0.11.0",
14+
"commit": "cb0b930b884b233f36b73f32255c575da6f72bbf"
15+
}
16+
]
17+
}
18+
},
419
{
520
"date": "Thu, 02 Oct 2025 15:12:20 GMT",
621
"tag": "@fluentui/react-dialog_v9.15.2",

0 commit comments

Comments
 (0)