Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

15 changes: 15 additions & 0 deletions packages/charts/chart-web-components/CHANGELOG.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,21 @@
{
"name": "@fluentui/chart-web-components",
"entries": [
{
"date": "Thu, 28 May 2026 04:09:43 GMT",
"tag": "@fluentui/chart-web-components_v0.0.80",
"version": "0.0.80",
"comments": {
"patch": [
{
"author": "beachball",
"package": "@fluentui/chart-web-components",
"comment": "Bump @fluentui/web-components to v3.0.0-rc.22",
"commit": "8ee8c7e1622bcd22a978858baee73420331fe256"
}
]
}
},
{
"date": "Wed, 27 May 2026 04:07:54 GMT",
"tag": "@fluentui/chart-web-components_v0.0.79",
Expand Down
11 changes: 10 additions & 1 deletion packages/charts/chart-web-components/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,18 @@
# Change Log - @fluentui/chart-web-components

This log was last generated on Wed, 27 May 2026 04:07:54 GMT and should not be manually modified.
This log was last generated on Thu, 28 May 2026 04:09:43 GMT and should not be manually modified.

<!-- Start content -->

## [0.0.80](https://github.com/microsoft/fluentui/tree/@fluentui/chart-web-components_v0.0.80)

Thu, 28 May 2026 04:09:43 GMT
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/chart-web-components_v0.0.79..@fluentui/chart-web-components_v0.0.80)

### Patches

- Bump @fluentui/web-components to v3.0.0-rc.22 ([PR #36247](https://github.com/microsoft/fluentui/pull/36247) by beachball)

## [0.0.79](https://github.com/microsoft/fluentui/tree/@fluentui/chart-web-components_v0.0.79)

Wed, 27 May 2026 04:07:54 GMT
Expand Down
4 changes: 2 additions & 2 deletions packages/charts/chart-web-components/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@fluentui/chart-web-components",
"description": "A library of Fluent Chart Web Components",
"version": "0.0.79",
"version": "0.0.80",
"author": {
"name": "Microsoft"
},
Expand Down Expand Up @@ -69,7 +69,7 @@
"dependencies": {
"@microsoft/fast-web-utilities": "^6.0.0",
"@fluentui/tokens": "^1.0.0-alpha.23",
"@fluentui/web-components": "^3.0.0-rc.21",
"@fluentui/web-components": "^3.0.0-rc.22",
"@types/d3-selection": "^3.0.0",
"@types/d3-shape": "^3.0.0",
"d3-selection": "^3.0.0",
Expand Down
35 changes: 35 additions & 0 deletions packages/web-components/CHANGELOG.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,41 @@
{
"name": "@fluentui/web-components",
"entries": [
{
"date": "Thu, 28 May 2026 04:09:42 GMT",
"tag": "@fluentui/web-components_v3.0.0-rc.22",
"version": "3.0.0-rc.22",
"comments": {
"prerelease": [
{
"author": "machi@microsoft.com",
"package": "@fluentui/web-components",
"commit": "afcbd6d6fe32561ca735ad47f55334bb1e459f53",
"comment": "prevent text input from submitting its associated form twice when Enter is pressed"
},
{
"author": "machi@microsoft.com",
"package": "@fluentui/web-components",
"commit": "cedbb6921dee5bf9a4e765d7bf22cbff57b4c365",
"comment": "remove tooltip id from target’s aria-describedby attribute when the tooltip is removed from DOM"
},
{
"author": "863023+radium-v@users.noreply.github.com",
"package": "@fluentui/web-components",
"commit": "8ee8c7e1622bcd22a978858baee73420331fe256",
"comment": "feat(web-components): add SSR support via Declarative Shadow DOM modules"
}
],
"none": [
{
"author": "863023+radium-v@users.noreply.github.com",
"package": "@fluentui/web-components",
"commit": "0cab54311f8902c8441e3449f732486ce321566b",
"comment": "fix(test): ensure package is built before running e2e"
}
]
}
},
{
"date": "Wed, 27 May 2026 04:07:54 GMT",
"tag": "@fluentui/web-components_v3.0.0-rc.21",
Expand Down
13 changes: 12 additions & 1 deletion packages/web-components/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,20 @@
# Change Log - @fluentui/web-components

This log was last generated on Wed, 27 May 2026 04:07:54 GMT and should not be manually modified.
This log was last generated on Thu, 28 May 2026 04:09:42 GMT and should not be manually modified.

<!-- Start content -->

## [3.0.0-rc.22](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v3.0.0-rc.22)

Thu, 28 May 2026 04:09:42 GMT
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v3.0.0-rc.21..@fluentui/web-components_v3.0.0-rc.22)

### Changes

- prevent text input from submitting its associated form twice when Enter is pressed ([PR #36240](https://github.com/microsoft/fluentui/pull/36240) by machi@microsoft.com)
- remove tooltip id from target’s aria-describedby attribute when the tooltip is removed from DOM ([PR #36241](https://github.com/microsoft/fluentui/pull/36241) by machi@microsoft.com)
- feat(web-components): add SSR support via Declarative Shadow DOM modules ([PR #36247](https://github.com/microsoft/fluentui/pull/36247) by 863023+radium-v@users.noreply.github.com)

## [3.0.0-rc.21](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v3.0.0-rc.21)

Wed, 27 May 2026 04:07:54 GMT
Expand Down
2 changes: 1 addition & 1 deletion packages/web-components/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@fluentui/web-components",
"description": "A library of Fluent Web Components",
"version": "3.0.0-rc.21",
"version": "3.0.0-rc.22",
"author": {
"name": "Microsoft",
"url": "https://discord.gg/FcSNfg4"
Expand Down
Loading