-
Notifications
You must be signed in to change notification settings - Fork 2.8k
Commit
- Loading branch information
There are no files selected for viewing
This file was deleted.
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
{ | ||
"type": "patch", | ||
"comment": "enable negativeData prop in declarative charts", | ||
"packageName": "@fluentui/react-charting", | ||
"email": "[email protected]", | ||
"dependentChangeType": "patch" | ||
} |
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": "minor", | ||
"comment": "feat(Collapse): add margin to whitespace animation", | ||
"packageName": "@fluentui/react-motion-components-preview", | ||
"email": "[email protected]", | ||
"dependentChangeType": "patch" | ||
} |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
{ | ||
"type": "patch", | ||
"comment": "chore: remove usage of \"export *\" ", | ||
"comment": "feat(motion): Refactor scale, migrate to new variant structure", | ||
"packageName": "@fluentui/react-motion-components-preview", | ||
"email": "olfedias@microsoft.com", | ||
"email": "olkatruk@microsoft.com", | ||
"dependentChangeType": "patch" | ||
} |
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.
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": "refactor(Toast): replace custom component with CollapseDelayed", | ||
"packageName": "@fluentui/react-toast", | ||
"email": "[email protected]", | ||
"dependentChangeType": "patch" | ||
} |
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 |
---|---|---|
@@ -1,6 +1,36 @@ | ||
{ | ||
"name": "@fluentui/react-charting", | ||
"entries": [ | ||
{ | ||
"date": "Fri, 06 Dec 2024 07:21:16 GMT", | ||
"tag": "@fluentui/react-charting_v5.23.21", | ||
"version": "5.23.21", | ||
"comments": { | ||
"patch": [ | ||
{ | ||
"author": "[email protected]", | ||
"package": "@fluentui/react-charting", | ||
"commit": "f42240c92b9d09297a5cb21b195604ed7526d192", | ||
"comment": "support negative y values in Vertical Bar chart" | ||
} | ||
] | ||
} | ||
}, | ||
{ | ||
"date": "Thu, 05 Dec 2024 07:23:45 GMT", | ||
"tag": "@fluentui/react-charting_v5.23.20", | ||
"version": "5.23.20", | ||
"comments": { | ||
"patch": [ | ||
{ | ||
"author": "[email protected]", | ||
"package": "@fluentui/react-charting", | ||
"commit": "fe4dad5c896b6a08aa571cfcd5eabebc8cbc0c8a", | ||
"comment": "feat: add plotly adapter for histogram" | ||
} | ||
] | ||
} | ||
}, | ||
{ | ||
"date": "Tue, 03 Dec 2024 07:20:27 GMT", | ||
"tag": "@fluentui/react-charting_v5.23.19", | ||
|
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,27 @@ | ||
# Change Log - @fluentui/react-charting | ||
|
||
This log was last generated on Tue, 03 Dec 2024 07:20:27 GMT and should not be manually modified. | ||
This log was last generated on Fri, 06 Dec 2024 07:21:16 GMT and should not be manually modified. | ||
|
||
<!-- Start content --> | ||
|
||
## [5.23.21](https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.23.21) | ||
|
||
Fri, 06 Dec 2024 07:21:16 GMT | ||
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.23.20..@fluentui/react-charting_v5.23.21) | ||
|
||
### Patches | ||
|
||
- support negative y values in Vertical Bar chart ([PR #33377](https://github.com/microsoft/fluentui/pull/33377) by [email protected]) | ||
|
||
## [5.23.20](https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.23.20) | ||
|
||
Thu, 05 Dec 2024 07:23:45 GMT | ||
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.23.19..@fluentui/react-charting_v5.23.20) | ||
|
||
### Patches | ||
|
||
- feat: add plotly adapter for histogram ([PR #33399](https://github.com/microsoft/fluentui/pull/33399) by [email protected]) | ||
|
||
## [5.23.19](https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.23.19) | ||
|
||
Tue, 03 Dec 2024 07:20:27 GMT | ||
|