From 44b42b567f19469910fac99883e69f24ef6a9b7b Mon Sep 17 00:00:00 2001 From: Fluent UI Build Date: Thu, 13 Aug 2026 04:10:31 +0000 Subject: [PATCH 1/2] release: applying package updates - web-components --- ...-993be9c1-cf41-44ec-aa69-06f0fe206a8c.json | 7 ----- ...-104cf3d5-cc75-4155-bf96-361db73b4f56.json | 7 ----- ...-b9343174-5d56-435c-8096-fa2f60a64cfa.json | 7 ----- ...-ef486754-179a-49e3-869f-855e51d3ee7e.json | 7 ----- .../chart-web-components/CHANGELOG.json | 22 ++++++++++++++ .../charts/chart-web-components/CHANGELOG.md | 11 ++++++- .../charts/chart-web-components/package.json | 4 +-- packages/web-components/CHANGELOG.json | 29 +++++++++++++++++++ packages/web-components/CHANGELOG.md | 11 ++++++- packages/web-components/package.json | 2 +- yarn.lock | 4 +-- 11 files changed, 76 insertions(+), 35 deletions(-) delete mode 100644 change/@fluentui-chart-web-components-993be9c1-cf41-44ec-aa69-06f0fe206a8c.json delete mode 100644 change/@fluentui-web-components-104cf3d5-cc75-4155-bf96-361db73b4f56.json delete mode 100644 change/@fluentui-web-components-b9343174-5d56-435c-8096-fa2f60a64cfa.json delete mode 100644 change/@fluentui-web-components-ef486754-179a-49e3-869f-855e51d3ee7e.json diff --git a/change/@fluentui-chart-web-components-993be9c1-cf41-44ec-aa69-06f0fe206a8c.json b/change/@fluentui-chart-web-components-993be9c1-cf41-44ec-aa69-06f0fe206a8c.json deleted file mode 100644 index 0970a8accde10..0000000000000 --- a/change/@fluentui-chart-web-components-993be9c1-cf41-44ec-aa69-06f0fe206a8c.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "type": "none", - "comment": "package bump due to a partial publish", - "packageName": "@fluentui/chart-web-components", - "email": "7559015+janechu@users.noreply.github.com", - "dependentChangeType": "none" -} diff --git a/change/@fluentui-web-components-104cf3d5-cc75-4155-bf96-361db73b4f56.json b/change/@fluentui-web-components-104cf3d5-cc75-4155-bf96-361db73b4f56.json deleted file mode 100644 index ec479c130161d..0000000000000 --- a/change/@fluentui-web-components-104cf3d5-cc75-4155-bf96-361db73b4f56.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "type": "none", - "comment": "Use a namespace import for the now ESM-only `@fluentui/tokens`", - "packageName": "@fluentui/web-components", - "email": "martinhochel@microsoft.com", - "dependentChangeType": "none" -} diff --git a/change/@fluentui-web-components-b9343174-5d56-435c-8096-fa2f60a64cfa.json b/change/@fluentui-web-components-b9343174-5d56-435c-8096-fa2f60a64cfa.json deleted file mode 100644 index a0c050cfe371d..0000000000000 --- a/change/@fluentui-web-components-b9343174-5d56-435c-8096-fa2f60a64cfa.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "type": "none", - "comment": "package bump due to a partial publish", - "packageName": "@fluentui/web-components", - "email": "7559015+janechu@users.noreply.github.com", - "dependentChangeType": "none" -} diff --git a/change/@fluentui-web-components-ef486754-179a-49e3-869f-855e51d3ee7e.json b/change/@fluentui-web-components-ef486754-179a-49e3-869f-855e51d3ee7e.json deleted file mode 100644 index ff7ea7bded672..0000000000000 --- a/change/@fluentui-web-components-ef486754-179a-49e3-869f-855e51d3ee7e.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "type": "minor", - "comment": "Remove max-width from MessageBar component", - "packageName": "@fluentui/web-components", - "email": "jolud@microsoft.com", - "dependentChangeType": "patch" -} diff --git a/packages/charts/chart-web-components/CHANGELOG.json b/packages/charts/chart-web-components/CHANGELOG.json index 2fffc0d52965c..b61564830263f 100644 --- a/packages/charts/chart-web-components/CHANGELOG.json +++ b/packages/charts/chart-web-components/CHANGELOG.json @@ -1,6 +1,28 @@ { "name": "@fluentui/chart-web-components", "entries": [ + { + "date": "Thu, 13 Aug 2026 04:10:22 GMT", + "version": "0.0.94", + "tag": "@fluentui/chart-web-components_v0.0.94", + "comments": { + "none": [ + { + "author": "7559015+janechu@users.noreply.github.com", + "package": "@fluentui/chart-web-components", + "commit": "32b42a5bf79c1836047dfc7fae07b1320731bce4", + "comment": "package bump due to a partial publish" + } + ], + "patch": [ + { + "author": "beachball", + "package": "@fluentui/chart-web-components", + "comment": "Bump @fluentui/web-components to v3.1.0" + } + ] + } + }, { "date": "Mon, 10 Aug 2026 17:06:43 GMT", "tag": "@fluentui/chart-web-components_v0.0.93", diff --git a/packages/charts/chart-web-components/CHANGELOG.md b/packages/charts/chart-web-components/CHANGELOG.md index 73c03e155507d..cd0283ca564b6 100644 --- a/packages/charts/chart-web-components/CHANGELOG.md +++ b/packages/charts/chart-web-components/CHANGELOG.md @@ -1,9 +1,18 @@ # Change Log - @fluentui/chart-web-components -This log was last generated on Mon, 10 Aug 2026 17:06:43 GMT and should not be manually modified. + +## [0.0.94](https://github.com/microsoft/fluentui/tree/@fluentui/chart-web-components_v0.0.94) + +Thu, 13 Aug 2026 04:10:22 GMT +[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/chart-web-components_v0.0.93..@fluentui/chart-web-components_v0.0.94) + +### Patches + +- Bump @fluentui/web-components to v3.1.0 ([commit](https://github.com/microsoft/fluentui/commit/undefined) by beachball) + ## [0.0.93](https://github.com/microsoft/fluentui/tree/@fluentui/chart-web-components_v0.0.93) Mon, 10 Aug 2026 17:06:43 GMT diff --git a/packages/charts/chart-web-components/package.json b/packages/charts/chart-web-components/package.json index c48af2100c13f..7a08daf4e3cae 100644 --- a/packages/charts/chart-web-components/package.json +++ b/packages/charts/chart-web-components/package.json @@ -1,7 +1,7 @@ { "name": "@fluentui/chart-web-components", "description": "A library of Fluent Chart Web Components", - "version": "0.0.93", + "version": "0.0.94", "author": { "name": "Microsoft" }, @@ -68,7 +68,7 @@ }, "dependencies": { "@fluentui/tokens": "^1.0.0-alpha.24", - "@fluentui/web-components": "^3.0.3", + "@fluentui/web-components": "^3.1.0", "@microsoft/fast-web-utilities": "^6.0.0", "@types/d3-selection": "^3.0.0", "@types/d3-shape": "^3.0.0", diff --git a/packages/web-components/CHANGELOG.json b/packages/web-components/CHANGELOG.json index 90a117f8f3df3..f7fba73df2a74 100644 --- a/packages/web-components/CHANGELOG.json +++ b/packages/web-components/CHANGELOG.json @@ -1,6 +1,35 @@ { "name": "@fluentui/web-components", "entries": [ + { + "date": "Thu, 13 Aug 2026 04:10:22 GMT", + "version": "3.1.0", + "tag": "@fluentui/web-components_v3.1.0", + "comments": { + "none": [ + { + "author": "martinhochel@microsoft.com", + "package": "@fluentui/web-components", + "commit": "035ee66b71902ad8e1d066f0b7e3899d74dd979e", + "comment": "Use a namespace import for the now ESM-only `@fluentui/tokens`" + }, + { + "author": "7559015+janechu@users.noreply.github.com", + "package": "@fluentui/web-components", + "commit": "32b42a5bf79c1836047dfc7fae07b1320731bce4", + "comment": "package bump due to a partial publish" + } + ], + "minor": [ + { + "author": "jolud@microsoft.com", + "package": "@fluentui/web-components", + "commit": "33e4a021a728e9a7ba2f023e1a500fee549c4be5", + "comment": "Remove max-width from MessageBar component" + } + ] + } + }, { "date": "Mon, 10 Aug 2026 17:06:42 GMT", "tag": "@fluentui/web-components_v3.0.3", diff --git a/packages/web-components/CHANGELOG.md b/packages/web-components/CHANGELOG.md index cd02bd8836375..a2165203c2abc 100644 --- a/packages/web-components/CHANGELOG.md +++ b/packages/web-components/CHANGELOG.md @@ -1,9 +1,18 @@ # Change Log - @fluentui/web-components -This log was last generated on Mon, 10 Aug 2026 17:06:42 GMT and should not be manually modified. + +## [3.1.0](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v3.1.0) + +Thu, 13 Aug 2026 04:10:22 GMT +[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v3.0.3..@fluentui/web-components_v3.1.0) + +### Minor changes + +- Remove max-width from MessageBar component ([PR #36521](https://github.com/microsoft/fluentui/pull/36521) by jolud@microsoft.com) + ## [3.0.3](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v3.0.3) Mon, 10 Aug 2026 17:06:42 GMT diff --git a/packages/web-components/package.json b/packages/web-components/package.json index d57c4b25cbf8a..43b2ed72047e8 100644 --- a/packages/web-components/package.json +++ b/packages/web-components/package.json @@ -1,7 +1,7 @@ { "name": "@fluentui/web-components", "description": "A library of Fluent Web Components", - "version": "3.0.3", + "version": "3.1.0", "author": { "name": "Microsoft", "url": "https://discord.gg/FcSNfg4" diff --git a/yarn.lock b/yarn.lock index f804092fa8c3b..5d811707efecf 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2619,7 +2619,7 @@ __metadata: resolution: "@fluentui/chart-web-components@workspace:packages/charts/chart-web-components" dependencies: "@fluentui/tokens": "npm:^1.0.0-alpha.24" - "@fluentui/web-components": "npm:^3.0.3" + "@fluentui/web-components": "npm:^3.1.0" "@microsoft/fast-web-utilities": "npm:^6.0.0" "@storybook/html": "npm:9.1.17" "@storybook/html-vite": "npm:9.1.17" @@ -6632,7 +6632,7 @@ __metadata: languageName: unknown linkType: soft -"@fluentui/web-components@npm:*, @fluentui/web-components@npm:^3.0.3, @fluentui/web-components@workspace:packages/web-components": +"@fluentui/web-components@npm:*, @fluentui/web-components@npm:^3.1.0, @fluentui/web-components@workspace:packages/web-components": version: 0.0.0-use.local resolution: "@fluentui/web-components@workspace:packages/web-components" dependencies: From 07ff39d3f07a20fd1682f388e7fef7ecd3a4f5d9 Mon Sep 17 00:00:00 2001 From: Dmytro Kirpa Date: Thu, 13 Aug 2026 10:45:52 +0200 Subject: [PATCH 2/2] fix(react-headless-components-preview): use valid focusgroup nomemory token for TabList (#36560) --- ...nents-preview-0d15f2e0-c6bd-44df-96f7-c769e56ad08b.json | 7 +++++++ .../library/src/components/TabList/TabList.test.tsx | 4 ++-- .../library/src/components/TabList/useTabList.ts | 2 +- 3 files changed, 10 insertions(+), 3 deletions(-) create mode 100644 change/@fluentui-react-headless-components-preview-0d15f2e0-c6bd-44df-96f7-c769e56ad08b.json diff --git a/change/@fluentui-react-headless-components-preview-0d15f2e0-c6bd-44df-96f7-c769e56ad08b.json b/change/@fluentui-react-headless-components-preview-0d15f2e0-c6bd-44df-96f7-c769e56ad08b.json new file mode 100644 index 0000000000000..8b35079422998 --- /dev/null +++ b/change/@fluentui-react-headless-components-preview-0d15f2e0-c6bd-44df-96f7-c769e56ad08b.json @@ -0,0 +1,7 @@ +{ + "type": "patch", + "comment": "fix: use the valid nomemory focusgroup token for TabList", + "packageName": "@fluentui/react-headless-components-preview", + "email": "dmytrokirpa@microsoft.com", + "dependentChangeType": "patch" +} diff --git a/packages/react-components/react-headless-components-preview/library/src/components/TabList/TabList.test.tsx b/packages/react-components/react-headless-components-preview/library/src/components/TabList/TabList.test.tsx index dadc54e7f2fbc..0d49e353c1c74 100644 --- a/packages/react-components/react-headless-components-preview/library/src/components/TabList/TabList.test.tsx +++ b/packages/react-components/react-headless-components-preview/library/src/components/TabList/TabList.test.tsx @@ -22,7 +22,7 @@ describe('TabList', () => { expect(tablist).toBeInTheDocument(); expect(tablist).toHaveAttribute('data-orientation', 'horizontal'); - expect(tablist).toHaveAttribute('focusgroup', 'tablist inline wrap no-memory'); + expect(tablist).toHaveAttribute('focusgroup', 'tablist inline wrap nomemory'); const tabs = getAllByRole('tab'); @@ -41,6 +41,6 @@ describe('TabList', () => { const tablist = getByRole('tablist'); expect(tablist).toHaveAttribute('data-orientation', 'vertical'); - expect(tablist).toHaveAttribute('focusgroup', 'tablist block wrap no-memory'); + expect(tablist).toHaveAttribute('focusgroup', 'tablist block wrap nomemory'); }); }); diff --git a/packages/react-components/react-headless-components-preview/library/src/components/TabList/useTabList.ts b/packages/react-components/react-headless-components-preview/library/src/components/TabList/useTabList.ts index ff077f672eabb..f855bde95f250 100644 --- a/packages/react-components/react-headless-components-preview/library/src/components/TabList/useTabList.ts +++ b/packages/react-components/react-headless-components-preview/library/src/components/TabList/useTabList.ts @@ -13,7 +13,7 @@ export const useTabList = (props: TabListProps, ref: React.Ref): Ta const state: TabListState = useTabListBase_unstable(props, ref); // eslint-disable-next-line react-hooks/immutability - state.root.focusgroup = state.vertical ? 'tablist block wrap no-memory' : 'tablist inline wrap no-memory'; + state.root.focusgroup = `tablist ${state.vertical ? 'block' : 'inline'} wrap nomemory`; // eslint-disable-next-line react-hooks/immutability state.root['data-orientation'] = state.vertical ? 'vertical' : 'horizontal';