Skip to content

Commit

Permalink
Merge branch 'master' into chart-gradients
Browse files Browse the repository at this point in the history
  • Loading branch information
shawn-grant committed Dec 7, 2024
2 parents 5057918 + 001b1b3 commit 1168c3b
Show file tree
Hide file tree
Showing 329 changed files with 13,955 additions and 2,326 deletions.
3 changes: 2 additions & 1 deletion apps/public-docsite-v9/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@
"react-hook-form": "^5.7.2",
"@fluentui/react-nav-preview": "*",
"@fluentui/react-motion-components-preview": "*",
"@fluentui/react-icons-compat": "*"
"@fluentui/react-icons-compat": "*",
"@fluentui/react-color-picker-preview": "*"
}
}

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.

30 changes: 30 additions & 0 deletions packages/charts/react-charting/CHANGELOG.json
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",
Expand Down
20 changes: 19 additions & 1 deletion packages/charts/react-charting/CHANGELOG.md
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
Expand Down
3 changes: 2 additions & 1 deletion packages/charts/react-charting/etc/react-charting.api.md
Original file line number Diff line number Diff line change
Expand Up @@ -293,6 +293,7 @@ export interface ICartesianChartProps {
showXAxisLablesTooltip?: boolean;
strokeWidth?: number;
styles?: IStyleFunctionOrObject<ICartesianChartStyleProps, ICartesianChartStyles>;
supportNegativeData?: boolean;
svgProps?: React_2.SVGProps<SVGSVGElement>;
theme?: ITheme;
tickFormat?: string;
Expand Down Expand Up @@ -1043,7 +1044,7 @@ export interface IModifiedCartesianChartProps extends ICartesianChartProps {
createStringYAxis: (yAxisParams: IYAxisParams, dataPoints: string[], isRtl: boolean, barWidth: number | undefined) => ScaleBand<string>;
// Warning: (ae-forgotten-export) The symbol "IYAxisParams" needs to be exported by the entry point index.d.ts
// Warning: (ae-forgotten-export) The symbol "IAxisData" needs to be exported by the entry point index.d.ts
createYAxis: (yAxisParams: IYAxisParams, isRtl: boolean, axisData: IAxisData, isIntegralDataset: boolean, useSecondaryYScale?: boolean) => ScaleLinear<number, number, never>;
createYAxis: (yAxisParams: IYAxisParams, isRtl: boolean, axisData: IAxisData, isIntegralDataset: boolean, useSecondaryYScale?: boolean, supportNegativeData?: boolean) => ScaleLinear<number, number, never>;
culture?: string;
customizedCallout?: any;
datasetForXAxisDomain?: string[];
Expand Down
2 changes: 1 addition & 1 deletion 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.23.19",
"version": "5.23.21",
"description": "React web charting controls for Microsoft fluentui system.",
"main": "lib-commonjs/index.js",
"module": "lib/index.js",
Expand Down
Loading

0 comments on commit 1168c3b

Please sign in to comment.