-
Notifications
You must be signed in to change notification settings - Fork 2.8k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'master' into feat/add-eslint-rule-prefer-v9
- Loading branch information
Showing
22 changed files
with
311 additions
and
62 deletions.
There are no files selected for viewing
7 changes: 7 additions & 0 deletions
7
change/@fluentui-react-charting-346c6b7e-b146-4cb5-a8af-a675243a27eb.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
{ | ||
"type": "patch", | ||
"comment": "Gauge and Pie chart fixes", | ||
"packageName": "@fluentui/react-charting", | ||
"email": "[email protected]", | ||
"dependentChangeType": "patch" | ||
} |
7 changes: 0 additions & 7 deletions
7
change/@fluentui-react-charting-4af7cac4-c23c-4357-8a25-914a9dd6f699.json
This file was deleted.
Oops, something went wrong.
7 changes: 0 additions & 7 deletions
7
change/@fluentui-react-charting-54be2b37-a1dc-497f-9a9f-cb0fd4bca0fb.json
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,63 @@ | ||
{ | ||
"name": "@fluentui/react-charting", | ||
"entries": [ | ||
{ | ||
"date": "Thu, 02 Jan 2025 07:22:03 GMT", | ||
"tag": "@fluentui/react-charting_v5.23.36", | ||
"version": "5.23.36", | ||
"comments": { | ||
"patch": [ | ||
{ | ||
"author": "[email protected]", | ||
"package": "@fluentui/react-charting", | ||
"commit": "6bd14a98fb5bec1eb26dfbada654fc1588249fa8", | ||
"comment": "fix: resolve css variables in svg image data" | ||
} | ||
] | ||
} | ||
}, | ||
{ | ||
"date": "Wed, 01 Jan 2025 07:21:09 GMT", | ||
"tag": "@fluentui/react-charting_v5.23.35", | ||
"version": "5.23.35", | ||
"comments": { | ||
"patch": [ | ||
{ | ||
"author": "[email protected]", | ||
"package": "@fluentui/react-charting", | ||
"commit": "bf1b91f1fd3cfb580185870b6a4b77738384f9d2", | ||
"comment": "HeatMap chart bug fixes" | ||
}, | ||
{ | ||
"author": "[email protected]", | ||
"package": "@fluentui/react-charting", | ||
"commit": "db1eb859113249615f1de99d409d330231761420", | ||
"comment": "Initialization of state variables and updating for HorizontalBarChartWithAxis chart" | ||
} | ||
] | ||
} | ||
}, | ||
{ | ||
"date": "Tue, 31 Dec 2024 07:21:44 GMT", | ||
"tag": "@fluentui/react-charting_v5.23.34", | ||
"version": "5.23.34", | ||
"comments": { | ||
"patch": [ | ||
{ | ||
"author": "[email protected]", | ||
"package": "@fluentui/react-charting", | ||
"commit": "98e409211ed673c877e45bbff7ccc08a1ccd34de", | ||
"comment": "[Horizontal Bar Chart With Axis] Enable multiple legend selection" | ||
}, | ||
{ | ||
"author": "[email protected]", | ||
"package": "@fluentui/react-charting", | ||
"commit": "d61ac31da90bf8f73f54262e196b3a83b9a85932", | ||
"comment": "[Gauge Chart] Enabling legend multi selection" | ||
} | ||
] | ||
} | ||
}, | ||
{ | ||
"date": "Mon, 30 Dec 2024 07:21:28 GMT", | ||
"tag": "@fluentui/react-charting_v5.23.33", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,38 @@ | ||
# Change Log - @fluentui/react-charting | ||
|
||
This log was last generated on Mon, 30 Dec 2024 07:21:28 GMT and should not be manually modified. | ||
This log was last generated on Thu, 02 Jan 2025 07:22:03 GMT and should not be manually modified. | ||
|
||
<!-- Start content --> | ||
|
||
## [5.23.36](https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.23.36) | ||
|
||
Thu, 02 Jan 2025 07:22:03 GMT | ||
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.23.35..@fluentui/react-charting_v5.23.36) | ||
|
||
### Patches | ||
|
||
- fix: resolve css variables in svg image data ([PR #33538](https://github.com/microsoft/fluentui/pull/33538) by [email protected]) | ||
|
||
## [5.23.35](https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.23.35) | ||
|
||
Wed, 01 Jan 2025 07:21:09 GMT | ||
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.23.34..@fluentui/react-charting_v5.23.35) | ||
|
||
### Patches | ||
|
||
- HeatMap chart bug fixes ([PR #33525](https://github.com/microsoft/fluentui/pull/33525) by [email protected]) | ||
- Initialization of state variables and updating for HorizontalBarChartWithAxis chart ([PR #33532](https://github.com/microsoft/fluentui/pull/33532) by [email protected]) | ||
|
||
## [5.23.34](https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.23.34) | ||
|
||
Tue, 31 Dec 2024 07:21:44 GMT | ||
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.23.33..@fluentui/react-charting_v5.23.34) | ||
|
||
### Patches | ||
|
||
- [Horizontal Bar Chart With Axis] Enable multiple legend selection ([PR #33484](https://github.com/microsoft/fluentui/pull/33484) by [email protected]) | ||
- [Gauge Chart] Enabling legend multi selection ([PR #33524](https://github.com/microsoft/fluentui/pull/33524) by [email protected]) | ||
|
||
## [5.23.33](https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.23.33) | ||
|
||
Mon, 30 Dec 2024 07:21:28 GMT | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.