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.

This file was deleted.

This file was deleted.

This file was deleted.

Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"type": "patch",
"comment": "style: replace deprecated assertion syntax that causes issues to babel tsx",
"packageName": "@fluentui/react-utilities",
"email": "martinhochel@microsoft.com",
"dependentChangeType": "patch"
}

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

15 changes: 15 additions & 0 deletions packages/azure-themes/CHANGELOG.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,21 @@
{
"name": "@fluentui/azure-themes",
"entries": [
{
"date": "Mon, 11 May 2026 10:02:38 GMT",
"tag": "@fluentui/azure-themes_v8.6.149",
"version": "8.6.149",
"comments": {
"patch": [
{
"author": "beachball",
"package": "@fluentui/azure-themes",
"comment": "Bump @fluentui/react to v8.125.6",
"commit": "04bf7a7dd2b5c8f6963d3bf63187017e96c57a10"
}
]
}
},
{
"date": "Thu, 26 Feb 2026 18:07:05 GMT",
"tag": "@fluentui/azure-themes_v8.6.148",
Expand Down
11 changes: 10 additions & 1 deletion packages/azure-themes/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,18 @@
# Change Log - @fluentui/azure-themes

This log was last generated on Thu, 26 Feb 2026 18:07:05 GMT and should not be manually modified.
This log was last generated on Mon, 11 May 2026 10:02:38 GMT and should not be manually modified.

<!-- Start content -->

## [8.6.149](https://github.com/microsoft/fluentui/tree/@fluentui/azure-themes_v8.6.149)

Mon, 11 May 2026 10:02:38 GMT
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/azure-themes_v8.6.148..@fluentui/azure-themes_v8.6.149)

### Patches

- Bump @fluentui/react to v8.125.6 ([commit](https://github.com/microsoft/fluentui/commit/04bf7a7dd2b5c8f6963d3bf63187017e96c57a10) by beachball)

## [8.6.148](https://github.com/microsoft/fluentui/tree/@fluentui/azure-themes_v8.6.148)

Thu, 26 Feb 2026 18:07:05 GMT
Expand Down
4 changes: 2 additions & 2 deletions packages/azure-themes/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@fluentui/azure-themes",
"version": "8.6.148",
"version": "8.6.149",
"description": "Azure themes for Fluent UI React",
"main": "lib-commonjs/index.js",
"module": "lib/index.js",
Expand All @@ -22,7 +22,7 @@
"start": "just-scripts dev:storybook"
},
"dependencies": {
"@fluentui/react": "^8.125.5",
"@fluentui/react": "^8.125.6",
"@fluentui/set-version": "^8.2.24",
"tslib": "^2.1.0"
}
Expand Down
47 changes: 47 additions & 0 deletions packages/charts/react-charting/CHANGELOG.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,53 @@
{
"name": "@fluentui/react-charting",
"entries": [
{
"date": "Mon, 11 May 2026 10:02:36 GMT",
"tag": "@fluentui/react-charting_v5.25.8",
"version": "5.25.8",
"comments": {
"none": [
{
"author": "martinhochel@microsoft.com",
"package": "@fluentui/react-charting",
"commit": "dd187e211864a05ffcfff828e16778a24782783c",
"comment": "style: enforce jsdoc/empty-tags rule and fix all violations"
}
],
"patch": [
{
"author": "vgenaev@gmail.com",
"package": "@fluentui/react-charting",
"commit": "b10b744fcc9443059ab9ea27534cd76776f04abb",
"comment": "fix(charts): block unsafe urls in chart click-to-navigate handlers"
},
{
"author": "vgenaev@gmail.com",
"package": "@fluentui/react-charting",
"commit": "c1144c8a16c3ef5702557825cef3a5bc5c963085",
"comment": "fix: isSafeUrl utility"
},
{
"author": "beachball",
"package": "@fluentui/react-charting",
"comment": "Bump @fluentui/react-focus to v8.10.6",
"commit": "04bf7a7dd2b5c8f6963d3bf63187017e96c57a10"
},
{
"author": "beachball",
"package": "@fluentui/react-charting",
"comment": "Bump @fluentui/theme-samples to v8.7.225",
"commit": "04bf7a7dd2b5c8f6963d3bf63187017e96c57a10"
},
{
"author": "beachball",
"package": "@fluentui/react-charting",
"comment": "Bump @fluentui/react to v8.125.6",
"commit": "04bf7a7dd2b5c8f6963d3bf63187017e96c57a10"
}
]
}
},
{
"date": "Thu, 26 Feb 2026 18:07:05 GMT",
"tag": "@fluentui/react-charting_v5.25.7",
Expand Down
15 changes: 14 additions & 1 deletion packages/charts/react-charting/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,22 @@
# Change Log - @fluentui/react-charting

This log was last generated on Thu, 26 Feb 2026 18:07:05 GMT and should not be manually modified.
This log was last generated on Mon, 11 May 2026 10:02:36 GMT and should not be manually modified.

<!-- Start content -->

## [5.25.8](https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.25.8)

Mon, 11 May 2026 10:02:36 GMT
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.25.7..@fluentui/react-charting_v5.25.8)

### Patches

- fix(charts): block unsafe urls in chart click-to-navigate handlers ([PR #35857](https://github.com/microsoft/fluentui/pull/35857) by vgenaev@gmail.com)
- fix: isSafeUrl utility ([PR #35963](https://github.com/microsoft/fluentui/pull/35963) by vgenaev@gmail.com)
- Bump @fluentui/react-focus to v8.10.6 ([commit](https://github.com/microsoft/fluentui/commit/04bf7a7dd2b5c8f6963d3bf63187017e96c57a10) by beachball)
- Bump @fluentui/theme-samples to v8.7.225 ([commit](https://github.com/microsoft/fluentui/commit/04bf7a7dd2b5c8f6963d3bf63187017e96c57a10) by beachball)
- Bump @fluentui/react to v8.125.6 ([commit](https://github.com/microsoft/fluentui/commit/04bf7a7dd2b5c8f6963d3bf63187017e96c57a10) by beachball)

## [5.25.7](https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.25.7)

Thu, 26 Feb 2026 18:07:05 GMT
Expand Down
8 changes: 4 additions & 4 deletions packages/charts/react-charting/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@fluentui/react-charting",
"version": "5.25.7",
"version": "5.25.8",
"description": "React web charting controls for Microsoft fluentui system.",
"main": "lib-commonjs/index.js",
"module": "lib/index.js",
Expand Down Expand Up @@ -29,8 +29,8 @@
},
"dependencies": {
"@fluentui/chart-utilities": "^1.1.38",
"@fluentui/react-focus": "^8.10.5",
"@fluentui/theme-samples": "^8.7.224",
"@fluentui/react-focus": "^8.10.6",
"@fluentui/theme-samples": "^8.7.225",
"@microsoft/load-themed-styles": "^1.10.26",
"@types/d3-array": "^3.0.0",
"@types/d3-axis": "^3.0.0",
Expand Down Expand Up @@ -58,7 +58,7 @@
"tslib": "^2.1.0"
},
"peerDependencies": {
"@fluentui/react": "^8.125.5",
"@fluentui/react": "^8.125.6",
"@types/react": ">=16.8.0 <20.0.0",
"@types/react-dom": ">=16.8.0 <20.0.0",
"react": ">=16.8.0 <20.0.0",
Expand Down
15 changes: 15 additions & 0 deletions packages/fluent2-theme/CHANGELOG.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,21 @@
{
"name": "@fluentui/fluent2-theme",
"entries": [
{
"date": "Mon, 11 May 2026 10:02:38 GMT",
"tag": "@fluentui/fluent2-theme_v8.107.153",
"version": "8.107.153",
"comments": {
"patch": [
{
"author": "beachball",
"package": "@fluentui/fluent2-theme",
"comment": "Bump @fluentui/react to v8.125.6",
"commit": "04bf7a7dd2b5c8f6963d3bf63187017e96c57a10"
}
]
}
},
{
"date": "Thu, 26 Feb 2026 18:07:05 GMT",
"tag": "@fluentui/fluent2-theme_v8.107.152",
Expand Down
11 changes: 10 additions & 1 deletion packages/fluent2-theme/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,18 @@
# Change Log - @fluentui/fluent2-theme

This log was last generated on Thu, 26 Feb 2026 18:07:05 GMT and should not be manually modified.
This log was last generated on Mon, 11 May 2026 10:02:38 GMT and should not be manually modified.

<!-- Start content -->

## [8.107.153](https://github.com/microsoft/fluentui/tree/@fluentui/fluent2-theme_v8.107.153)

Mon, 11 May 2026 10:02:38 GMT
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/fluent2-theme_v8.107.152..@fluentui/fluent2-theme_v8.107.153)

### Patches

- Bump @fluentui/react to v8.125.6 ([commit](https://github.com/microsoft/fluentui/commit/04bf7a7dd2b5c8f6963d3bf63187017e96c57a10) by beachball)

## [8.107.152](https://github.com/microsoft/fluentui/tree/@fluentui/fluent2-theme_v8.107.152)

Thu, 26 Feb 2026 18:07:05 GMT
Expand Down
4 changes: 2 additions & 2 deletions packages/fluent2-theme/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@fluentui/fluent2-theme",
"version": "8.107.152",
"version": "8.107.153",
"description": "A Fluent2 theme for Fluent UI React 8.x",
"main": "lib-commonjs/index.js",
"module": "lib/index.js",
Expand All @@ -22,7 +22,7 @@
"start": "just-scripts dev:storybook"
},
"dependencies": {
"@fluentui/react": "^8.125.5",
"@fluentui/react": "^8.125.6",
"@fluentui/set-version": "^8.2.24",
"tslib": "^2.1.0"
}
Expand Down
15 changes: 15 additions & 0 deletions packages/font-icons-mdl2/CHANGELOG.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,21 @@
{
"name": "@fluentui/font-icons-mdl2",
"entries": [
{
"date": "Mon, 11 May 2026 10:02:38 GMT",
"tag": "@fluentui/font-icons-mdl2_v8.5.73",
"version": "8.5.73",
"comments": {
"patch": [
{
"author": "beachball",
"package": "@fluentui/font-icons-mdl2",
"comment": "Bump @fluentui/style-utilities to v8.15.1",
"commit": "04bf7a7dd2b5c8f6963d3bf63187017e96c57a10"
}
]
}
},
{
"date": "Thu, 26 Feb 2026 18:07:05 GMT",
"tag": "@fluentui/font-icons-mdl2_v8.5.72",
Expand Down
11 changes: 10 additions & 1 deletion packages/font-icons-mdl2/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,18 @@
# Change Log - @fluentui/font-icons-mdl2

This log was last generated on Thu, 26 Feb 2026 18:07:05 GMT and should not be manually modified.
This log was last generated on Mon, 11 May 2026 10:02:38 GMT and should not be manually modified.

<!-- Start content -->

## [8.5.73](https://github.com/microsoft/fluentui/tree/@fluentui/font-icons-mdl2_v8.5.73)

Mon, 11 May 2026 10:02:38 GMT
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/font-icons-mdl2_v8.5.72..@fluentui/font-icons-mdl2_v8.5.73)

### Patches

- Bump @fluentui/style-utilities to v8.15.1 ([commit](https://github.com/microsoft/fluentui/commit/04bf7a7dd2b5c8f6963d3bf63187017e96c57a10) by beachball)

## [8.5.72](https://github.com/microsoft/fluentui/tree/@fluentui/font-icons-mdl2_v8.5.72)

Thu, 26 Feb 2026 18:07:05 GMT
Expand Down
4 changes: 2 additions & 2 deletions packages/font-icons-mdl2/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@fluentui/font-icons-mdl2",
"version": "8.5.72",
"version": "8.5.73",
"description": "Fluent UI React icon set.",
"main": "lib-commonjs/index.js",
"module": "lib/index.js",
Expand All @@ -23,7 +23,7 @@
},
"dependencies": {
"@fluentui/set-version": "^8.2.24",
"@fluentui/style-utilities": "^8.15.0",
"@fluentui/style-utilities": "^8.15.1",
"@fluentui/utilities": "^8.17.2",
"tslib": "^2.1.0"
},
Expand Down
Loading
Loading