Skip to content

Commit a51bd4a

Browse files
author
Fluent UI Build
committed
release: applying package updates - react v8
1 parent 4a22dec commit a51bd4a

40 files changed

+347
-69
lines changed

change/@fluentui-chart-utilities-dec27734-8acd-4fd3-b41c-f3d18fc17be6.json

-7
This file was deleted.

change/@fluentui-react-a95efde7-d8d4-4c77-a2f2-7174830b7f77.json

-7
This file was deleted.

change/@fluentui-react-charting-c263a47c-7091-4a4b-b4c1-3f94dfb7e57b.json

-7
This file was deleted.

packages/azure-themes/CHANGELOG.json

+15
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,21 @@
11
{
22
"name": "@fluentui/azure-themes",
33
"entries": [
4+
{
5+
"date": "Wed, 19 Mar 2025 18:51:26 GMT",
6+
"tag": "@fluentui/azure-themes_v8.6.126",
7+
"version": "8.6.126",
8+
"comments": {
9+
"patch": [
10+
{
11+
"author": "beachball",
12+
"package": "@fluentui/azure-themes",
13+
"comment": "Bump @fluentui/react to v8.122.13",
14+
"commit": "4a22dec952469874af1b840a102d54dbde59e5ea"
15+
}
16+
]
17+
}
18+
},
419
{
520
"date": "Fri, 14 Mar 2025 07:23:16 GMT",
621
"tag": "@fluentui/azure-themes_v8.6.125",

packages/azure-themes/CHANGELOG.md

+10-1
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,18 @@
11
# Change Log - @fluentui/azure-themes
22

3-
This log was last generated on Fri, 14 Mar 2025 07:23:16 GMT and should not be manually modified.
3+
This log was last generated on Wed, 19 Mar 2025 18:51:26 GMT and should not be manually modified.
44

55
<!-- Start content -->
66

7+
## [8.6.126](https://github.com/microsoft/fluentui/tree/@fluentui/azure-themes_v8.6.126)
8+
9+
Wed, 19 Mar 2025 18:51:26 GMT
10+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/azure-themes_v8.6.125..@fluentui/azure-themes_v8.6.126)
11+
12+
### Patches
13+
14+
- Bump @fluentui/react to v8.122.13 ([PR #34040](https://github.com/microsoft/fluentui/pull/34040) by beachball)
15+
716
## [8.6.125](https://github.com/microsoft/fluentui/tree/@fluentui/azure-themes_v8.6.125)
817

918
Fri, 14 Mar 2025 07:23:16 GMT

packages/azure-themes/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@fluentui/azure-themes",
3-
"version": "8.6.125",
3+
"version": "8.6.126",
44
"description": "Azure themes for Fluent UI React",
55
"main": "lib-commonjs/index.js",
66
"module": "lib/index.js",
@@ -27,7 +27,7 @@
2727
"@fluentui/scripts-webpack": "*"
2828
},
2929
"dependencies": {
30-
"@fluentui/react": "^8.122.12",
30+
"@fluentui/react": "^8.122.13",
3131
"@fluentui/set-version": "^8.2.24",
3232
"tslib": "^2.1.0"
3333
}

packages/charts/chart-utilities/CHANGELOG.json

+15
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,21 @@
11
{
22
"name": "@fluentui/chart-utilities",
33
"entries": [
4+
{
5+
"date": "Wed, 19 Mar 2025 18:51:26 GMT",
6+
"tag": "@fluentui/chart-utilities_v1.1.1",
7+
"version": "1.1.1",
8+
"comments": {
9+
"patch": [
10+
{
11+
"author": "[email protected]",
12+
"package": "@fluentui/chart-utilities",
13+
"commit": "9b4495741904cbd3f282f4351eef4d53e07c35d9",
14+
"comment": "feat: Move implementation of schema validation to charting utility and code refactor"
15+
}
16+
]
17+
}
18+
},
419
{
520
"date": "Wed, 19 Mar 2025 07:09:29 GMT",
621
"tag": "@fluentui/chart-utilities_v1.1.0",

packages/charts/chart-utilities/CHANGELOG.md

+10-1
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,18 @@
11
# Change Log - @fluentui/chart-utilities
22

3-
This log was last generated on Wed, 19 Mar 2025 07:09:29 GMT and should not be manually modified.
3+
This log was last generated on Wed, 19 Mar 2025 18:51:26 GMT and should not be manually modified.
44

55
<!-- Start content -->
66

7+
## [1.1.1](https://github.com/microsoft/fluentui/tree/@fluentui/chart-utilities_v1.1.1)
8+
9+
Wed, 19 Mar 2025 18:51:26 GMT
10+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/chart-utilities_v1.1.0..@fluentui/chart-utilities_v1.1.1)
11+
12+
### Patches
13+
14+
- feat: Move implementation of schema validation to charting utility and code refactor ([PR #34025](https://github.com/microsoft/fluentui/pull/34025) by [email protected])
15+
716
## [1.1.0](https://github.com/microsoft/fluentui/tree/@fluentui/chart-utilities_v1.1.0)
817

918
Wed, 19 Mar 2025 07:09:29 GMT

packages/charts/chart-utilities/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@fluentui/chart-utilities",
3-
"version": "1.1.0",
3+
"version": "1.1.1",
44
"description": "React web chart utilities.",
55
"main": "lib-commonjs/index.js",
66
"module": "lib/index.js",

packages/charts/react-charting/CHANGELOG.json

+33
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,39 @@
11
{
22
"name": "@fluentui/react-charting",
33
"entries": [
4+
{
5+
"date": "Wed, 19 Mar 2025 18:51:26 GMT",
6+
"tag": "@fluentui/react-charting_v5.23.63",
7+
"version": "5.23.63",
8+
"comments": {
9+
"patch": [
10+
{
11+
"author": "[email protected]",
12+
"package": "@fluentui/react-charting",
13+
"commit": "9b4495741904cbd3f282f4351eef4d53e07c35d9",
14+
"comment": "feat: Consume validated plotly schema from chart utility and decouple rendering code from validation and chart mapping"
15+
},
16+
{
17+
"author": "beachball",
18+
"package": "@fluentui/react-charting",
19+
"comment": "Bump @fluentui/chart-utilities to v1.1.1",
20+
"commit": "4a22dec952469874af1b840a102d54dbde59e5ea"
21+
},
22+
{
23+
"author": "beachball",
24+
"package": "@fluentui/react-charting",
25+
"comment": "Bump @fluentui/theme-samples to v8.7.202",
26+
"commit": "4a22dec952469874af1b840a102d54dbde59e5ea"
27+
},
28+
{
29+
"author": "beachball",
30+
"package": "@fluentui/react-charting",
31+
"comment": "Bump @fluentui/react to v8.122.13",
32+
"commit": "4a22dec952469874af1b840a102d54dbde59e5ea"
33+
}
34+
]
35+
}
36+
},
437
{
538
"date": "Wed, 19 Mar 2025 07:09:29 GMT",
639
"tag": "@fluentui/react-charting_v5.23.62",

packages/charts/react-charting/CHANGELOG.md

+13-1
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,21 @@
11
# Change Log - @fluentui/react-charting
22

3-
This log was last generated on Wed, 19 Mar 2025 07:09:29 GMT and should not be manually modified.
3+
This log was last generated on Wed, 19 Mar 2025 18:51:26 GMT and should not be manually modified.
44

55
<!-- Start content -->
66

7+
## [5.23.63](https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.23.63)
8+
9+
Wed, 19 Mar 2025 18:51:26 GMT
10+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.23.62..@fluentui/react-charting_v5.23.63)
11+
12+
### Patches
13+
14+
- feat: Consume validated plotly schema from chart utility and decouple rendering code from validation and chart mapping ([PR #34025](https://github.com/microsoft/fluentui/pull/34025) by [email protected])
15+
- Bump @fluentui/chart-utilities to v1.1.1 ([PR #34040](https://github.com/microsoft/fluentui/pull/34040) by beachball)
16+
- Bump @fluentui/theme-samples to v8.7.202 ([PR #34040](https://github.com/microsoft/fluentui/pull/34040) by beachball)
17+
- Bump @fluentui/react to v8.122.13 ([PR #34040](https://github.com/microsoft/fluentui/pull/34040) by beachball)
18+
719
## [5.23.62](https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.23.62)
820

921
Wed, 19 Mar 2025 07:09:29 GMT

packages/charts/react-charting/package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@fluentui/react-charting",
3-
"version": "5.23.62",
3+
"version": "5.23.63",
44
"description": "React web charting controls for Microsoft fluentui system.",
55
"main": "lib-commonjs/index.js",
66
"module": "lib/index.js",
@@ -39,9 +39,9 @@
3939
"jest-canvas-mock": "2.4.0"
4040
},
4141
"dependencies": {
42-
"@fluentui/chart-utilities": "^1.1.0",
42+
"@fluentui/chart-utilities": "^1.1.1",
4343
"@fluentui/react-focus": "^8.9.22",
44-
"@fluentui/theme-samples": "^8.7.201",
44+
"@fluentui/theme-samples": "^8.7.202",
4545
"@microsoft/load-themed-styles": "^1.10.26",
4646
"@types/d3-array": "^3.0.0",
4747
"@types/d3-axis": "^3.0.0",
@@ -69,7 +69,7 @@
6969
"tslib": "^2.1.0"
7070
},
7171
"peerDependencies": {
72-
"@fluentui/react": "^8.122.12",
72+
"@fluentui/react": "^8.122.13",
7373
"@types/react": ">=16.8.0 <19.0.0",
7474
"@types/react-dom": ">=16.8.0 <19.0.0",
7575
"react": ">=16.8.0 <19.0.0",

packages/cra-template/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@fluentui/cra-template",
3-
"version": "8.4.202",
3+
"version": "8.4.203",
44
"description": "Create React App template for Fluent UI React (@fluentui/react)",
55
"repository": {
66
"type": "git",

packages/fluent2-theme/CHANGELOG.json

+15
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,21 @@
11
{
22
"name": "@fluentui/fluent2-theme",
33
"entries": [
4+
{
5+
"date": "Wed, 19 Mar 2025 18:51:26 GMT",
6+
"tag": "@fluentui/fluent2-theme_v8.107.130",
7+
"version": "8.107.130",
8+
"comments": {
9+
"patch": [
10+
{
11+
"author": "beachball",
12+
"package": "@fluentui/fluent2-theme",
13+
"comment": "Bump @fluentui/react to v8.122.13",
14+
"commit": "4a22dec952469874af1b840a102d54dbde59e5ea"
15+
}
16+
]
17+
}
18+
},
419
{
520
"date": "Fri, 14 Mar 2025 07:23:16 GMT",
621
"tag": "@fluentui/fluent2-theme_v8.107.129",

packages/fluent2-theme/CHANGELOG.md

+10-1
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,18 @@
11
# Change Log - @fluentui/fluent2-theme
22

3-
This log was last generated on Fri, 14 Mar 2025 07:23:16 GMT and should not be manually modified.
3+
This log was last generated on Wed, 19 Mar 2025 18:51:26 GMT and should not be manually modified.
44

55
<!-- Start content -->
66

7+
## [8.107.130](https://github.com/microsoft/fluentui/tree/@fluentui/fluent2-theme_v8.107.130)
8+
9+
Wed, 19 Mar 2025 18:51:26 GMT
10+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/fluent2-theme_v8.107.129..@fluentui/fluent2-theme_v8.107.130)
11+
12+
### Patches
13+
14+
- Bump @fluentui/react to v8.122.13 ([PR #34040](https://github.com/microsoft/fluentui/pull/34040) by beachball)
15+
716
## [8.107.129](https://github.com/microsoft/fluentui/tree/@fluentui/fluent2-theme_v8.107.129)
817

918
Fri, 14 Mar 2025 07:23:16 GMT

packages/fluent2-theme/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@fluentui/fluent2-theme",
3-
"version": "8.107.129",
3+
"version": "8.107.130",
44
"description": "A Fluent2 theme for Fluent UI React 8.x",
55
"main": "lib-commonjs/index.js",
66
"module": "lib/index.js",
@@ -27,7 +27,7 @@
2727
"@fluentui/scripts-webpack": "*"
2828
},
2929
"dependencies": {
30-
"@fluentui/react": "^8.122.12",
30+
"@fluentui/react": "^8.122.13",
3131
"@fluentui/set-version": "^8.2.24",
3232
"tslib": "^2.1.0"
3333
}

packages/react-cards/CHANGELOG.json

+15
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,21 @@
11
{
22
"name": "@fluentui/react-cards",
33
"entries": [
4+
{
5+
"date": "Wed, 19 Mar 2025 18:51:26 GMT",
6+
"tag": "@fluentui/react-cards_v0.205.202",
7+
"version": "0.205.202",
8+
"comments": {
9+
"patch": [
10+
{
11+
"author": "beachball",
12+
"package": "@fluentui/react-cards",
13+
"comment": "Bump @fluentui/react to v8.122.13",
14+
"commit": "4a22dec952469874af1b840a102d54dbde59e5ea"
15+
}
16+
]
17+
}
18+
},
419
{
520
"date": "Fri, 14 Mar 2025 07:23:16 GMT",
621
"tag": "@fluentui/react-cards_v0.205.201",

packages/react-cards/CHANGELOG.md

+10-1
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,18 @@
11
# Change Log - @fluentui/react-cards
22

3-
This log was last generated on Fri, 14 Mar 2025 07:23:16 GMT and should not be manually modified.
3+
This log was last generated on Wed, 19 Mar 2025 18:51:26 GMT and should not be manually modified.
44

55
<!-- Start content -->
66

7+
## [0.205.202](https://github.com/microsoft/fluentui/tree/@fluentui/react-cards_v0.205.202)
8+
9+
Wed, 19 Mar 2025 18:51:26 GMT
10+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-cards_v0.205.201..@fluentui/react-cards_v0.205.202)
11+
12+
### Patches
13+
14+
- Bump @fluentui/react to v8.122.13 ([PR #34040](https://github.com/microsoft/fluentui/pull/34040) by beachball)
15+
716
## [0.205.201](https://github.com/microsoft/fluentui/tree/@fluentui/react-cards_v0.205.201)
817

918
Fri, 14 Mar 2025 07:23:16 GMT

packages/react-cards/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@fluentui/react-cards",
3-
"version": "0.205.201",
3+
"version": "0.205.202",
44
"description": "Deprecated experimental Card container components for Fluent UI React.",
55
"main": "lib-commonjs/index.js",
66
"module": "lib/index.js",
@@ -33,7 +33,7 @@
3333
"@fluentui/scripts-webpack": "*"
3434
},
3535
"dependencies": {
36-
"@fluentui/react": "^8.122.12",
36+
"@fluentui/react": "^8.122.13",
3737
"@fluentui/foundation-legacy": "^8.4.25",
3838
"@fluentui/set-version": "^8.2.24",
3939
"@microsoft/load-themed-styles": "^1.10.26",

packages/react-components/react-migration-v8-v9/library/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@
1919
},
2020
"dependencies": {
2121
"@ctrl/tinycolor": "^3.3.4",
22-
"@fluentui/fluent2-theme": "^8.107.129",
23-
"@fluentui/react": "^8.122.12",
22+
"@fluentui/fluent2-theme": "^8.107.130",
23+
"@fluentui/react": "^8.122.13",
2424
"@fluentui/react-components": "^9.61.1",
2525
"@fluentui/react-icons": "^2.0.245",
2626
"@fluentui/react-hooks": "^8.8.17",

packages/react-date-time/CHANGELOG.json

+15
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,21 @@
11
{
22
"name": "@fluentui/react-date-time",
33
"entries": [
4+
{
5+
"date": "Wed, 19 Mar 2025 18:51:26 GMT",
6+
"tag": "@fluentui/react-date-time_v8.7.202",
7+
"version": "8.7.202",
8+
"comments": {
9+
"patch": [
10+
{
11+
"author": "beachball",
12+
"package": "@fluentui/react-date-time",
13+
"comment": "Bump @fluentui/react to v8.122.13",
14+
"commit": "4a22dec952469874af1b840a102d54dbde59e5ea"
15+
}
16+
]
17+
}
18+
},
419
{
520
"date": "Fri, 14 Mar 2025 07:23:16 GMT",
621
"tag": "@fluentui/react-date-time_v8.7.201",

0 commit comments

Comments
 (0)