Skip to content

Commit 30d6910

Browse files
author
Fluent UI Build
committed
release: applying package updates - web-components
1 parent 7a60597 commit 30d6910

8 files changed

Lines changed: 60 additions & 19 deletions

change/@fluentui-web-components-8435bd3b-350a-4e18-93b4-1196c3e44dea.json

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

change/@fluentui-web-components-c44e3301-2ce6-40fc-9255-59b428cc9984.json

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

packages/charts/chart-web-components/CHANGELOG.json

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,21 @@
11
{
22
"name": "@fluentui/chart-web-components",
33
"entries": [
4+
{
5+
"date": "Mon, 23 Feb 2026 04:08:21 GMT",
6+
"tag": "@fluentui/chart-web-components_v0.0.64",
7+
"version": "0.0.64",
8+
"comments": {
9+
"patch": [
10+
{
11+
"author": "beachball",
12+
"package": "@fluentui/chart-web-components",
13+
"comment": "Bump @fluentui/web-components to v3.0.0-rc.6",
14+
"commit": "7a60597b731d7f3836ac34a75e97a125cfef9b2a"
15+
}
16+
]
17+
}
18+
},
419
{
520
"date": "Tue, 17 Feb 2026 04:07:52 GMT",
621
"tag": "@fluentui/chart-web-components_v0.0.63",

packages/charts/chart-web-components/CHANGELOG.md

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

3-
This log was last generated on Wed, 04 Feb 2026 04:08:37 GMT and should not be manually modified.
3+
This log was last generated on Mon, 23 Feb 2026 04:08:21 GMT and should not be manually modified.
44

55
<!-- Start content -->
66

7+
## [0.0.64](https://github.com/microsoft/fluentui/tree/@fluentui/chart-web-components_v0.0.64)
8+
9+
Mon, 23 Feb 2026 04:08:21 GMT
10+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/chart-web-components_v0.0.63..@fluentui/chart-web-components_v0.0.64)
11+
12+
### Patches
13+
14+
- Bump @fluentui/web-components to v3.0.0-rc.6 ([PR #35745](https://github.com/microsoft/fluentui/pull/35745) by beachball)
15+
716
## [0.0.63](https://github.com/microsoft/fluentui/tree/@fluentui/chart-web-components_v0.0.63)
817

918
Wed, 04 Feb 2026 04:08:37 GMT

packages/charts/chart-web-components/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@fluentui/chart-web-components",
33
"description": "A library of Fluent Chart Web Components",
4-
"version": "0.0.63",
4+
"version": "0.0.64",
55
"author": {
66
"name": "Microsoft"
77
},
@@ -70,7 +70,7 @@
7070
"dependencies": {
7171
"@microsoft/fast-web-utilities": "^6.0.0",
7272
"@fluentui/tokens": "^1.0.0-alpha.23",
73-
"@fluentui/web-components": "^3.0.0-rc.5",
73+
"@fluentui/web-components": "^3.0.0-rc.6",
7474
"@types/d3-selection": "^3.0.0",
7575
"@types/d3-shape": "^3.0.0",
7676
"d3-selection": "^3.0.0",

packages/web-components/CHANGELOG.json

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,27 @@
11
{
22
"name": "@fluentui/web-components",
33
"entries": [
4+
{
5+
"date": "Mon, 23 Feb 2026 04:08:20 GMT",
6+
"tag": "@fluentui/web-components_v3.0.0-rc.6",
7+
"version": "3.0.0-rc.6",
8+
"comments": {
9+
"prerelease": [
10+
{
11+
"author": "zoghadya@microsoft.com",
12+
"package": "@fluentui/web-components",
13+
"commit": "7a60597b731d7f3836ac34a75e97a125cfef9b2a",
14+
"comment": "fix(web-components): prevent double tab open on Ctrl+click in BaseAnchor by calling e.preventDefault() when opening in a new tab"
15+
},
16+
{
17+
"author": "jes@microsoft.com",
18+
"package": "@fluentui/web-components",
19+
"commit": "45e7e0a973ef86223690dfd98f6564f61d93c960",
20+
"comment": "[fix]: menu-items programmatically added to menu-list do not properly get assigned data indent."
21+
}
22+
]
23+
}
24+
},
425
{
526
"date": "Tue, 17 Feb 2026 04:07:51 GMT",
627
"tag": "@fluentui/web-components_v3.0.0-rc.5",

packages/web-components/CHANGELOG.md

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

3-
This log was last generated on Wed, 04 Feb 2026 04:08:37 GMT and should not be manually modified.
3+
This log was last generated on Mon, 23 Feb 2026 04:08:20 GMT and should not be manually modified.
44

55
<!-- Start content -->
66

7+
## [3.0.0-rc.6](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v3.0.0-rc.6)
8+
9+
Mon, 23 Feb 2026 04:08:20 GMT
10+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v3.0.0-rc.5..@fluentui/web-components_v3.0.0-rc.6)
11+
12+
### Changes
13+
14+
- fix(web-components): prevent double tab open on Ctrl+click in BaseAnchor by calling e.preventDefault() when opening in a new tab ([PR #35745](https://github.com/microsoft/fluentui/pull/35745) by zoghadya@microsoft.com)
15+
- [fix]: menu-items programmatically added to menu-list do not properly get assigned data indent. ([PR #35765](https://github.com/microsoft/fluentui/pull/35765) by jes@microsoft.com)
16+
717
## [3.0.0-rc.5](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v3.0.0-rc.5)
818

919
Wed, 04 Feb 2026 04:08:37 GMT

packages/web-components/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@fluentui/web-components",
33
"description": "A library of Fluent Web Components",
4-
"version": "3.0.0-rc.5",
4+
"version": "3.0.0-rc.6",
55
"author": {
66
"name": "Microsoft",
77
"url": "https://discord.gg/FcSNfg4"

0 commit comments

Comments
 (0)