Skip to content

Commit

Permalink
mdd-update-changelog
Browse files Browse the repository at this point in the history
mdd-update-changelog
  • Loading branch information
mddifilippo89 committed Dec 12, 2024
1 parent b3b6119 commit 2eec210
Show file tree
Hide file tree
Showing 5 changed files with 56 additions and 0 deletions.
12 changes: 12 additions & 0 deletions doc/en/components/general-changelog-dv-blazor.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,18 @@ All notable changes for each version of {ProductName} are documented on this pag

* As of version 2024.2, the Ignite UI for Blazor toolset supports .NET 9. For more information on .NET 9 please refer to [this article on Microsoft's site](https://learn.microsoft.com/en-us/dotnet/core/whats-new/dotnet-9/overview).

### {PackageCharts} (Charts)

DashboardTile (Beta)

- New [Dashboard Tile](charts/dashboard-tile.md) component is a container control that analyzes and visualizes a bound ItemsSource collection or single point and returns an appropriate data visualization based on the schema and count of the data. This control utilizes a built-in [Toolbar](menus/toolbar.md) component to allow you to make changes to the visualization at runtime, allowing you to see many different visualizations of your data with minimal code.

### {PackageCharts} (Inputs)

- New ColorEditor & Toolbar ToolAction (Beta)

This new editor can be used as a standalone color picker and is now integrated into the [Toolbar](menus/toolbar.md) component to update visualizations at runtime.

**Breaking Changes**

- With the release of version 2024.2 and per the [Microsoft .NET lifecycle](https://dotnet.microsoft.com/en-us/platform/support/policy/dotnet-core), we no longer support .NET 3.1, .NET 5, or .NET 7.
Expand Down
14 changes: 14 additions & 0 deletions doc/en/components/general-changelog-dv-react.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,20 @@ namespace: Infragistics.Controls.Charts

All notable changes for each version of {ProductName} are documented on this page.

## **{PackageVerChanges-24-2-DEC}**

### {PackageCharts} (Charts)

DashboardTile (Beta)

- New [Dashboard Tile](charts/dashboard-tile.md) component is a container control that analyzes and visualizes a bound ItemsSource collection or single point and returns an appropriate data visualization based on the schema and count of the data. This control utilizes a built-in [Toolbar](menus/toolbar.md) component to allow you to make changes to the visualization at runtime, allowing you to see many different visualizations of your data with minimal code.

### {PackageCharts} (Inputs)

- New ColorEditor & Toolbar ToolAction (Beta)

This new editor can be used as a standalone color picker and is now integrated into the [Toolbar](menus/toolbar.md) component to update visualizations at runtime.

## **{PackageVerChanges-24-2-NOV}**

### General
Expand Down
14 changes: 14 additions & 0 deletions doc/en/components/general-changelog-dv-wc.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,20 @@ namespace: Infragistics.Controls

All notable changes for each version of {ProductName} are documented on this page.

### **{PackageVerChanges-24-2-DEC}**

#### {PackageCharts} (Charts)

DashboardTile (Beta)

- New [Dashboard Tile](charts/dashboard-tile.md) component is a container control that analyzes and visualizes a bound ItemsSource collection or single point and returns an appropriate data visualization based on the schema and count of the data. This control utilizes a built-in [Toolbar](menus/toolbar.md) component to allow you to make changes to the visualization at runtime, allowing you to see many different visualizations of your data with minimal code.

#### {PackageCharts} (Inputs)

- New ColorEditor & Toolbar ToolAction (Beta)

This new editor can be used as a standalone color picker and is now integrated into the [Toolbar](menus/toolbar.md) component to update visualizations at runtime.

### **{PackageVerChanges-24-1-SEP}**

#### {PackageCharts} (Charts)
Expand Down
14 changes: 14 additions & 0 deletions doc/en/components/general-changelog-dv.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,20 @@ All notable changes for each version of {ProductName} are documented on this pag
* [Ignite UI for Angular CHANGELOG.md at Github](https://github.com/IgniteUI/igniteui-angular/blob/master)

## **{PackageVerChanges-24-2-DEC}**

### {PackageCharts} (Charts)

DashboardTile (Beta)

- New [Dashboard Tile](charts/dashboard-tile.md) component is a container control that analyzes and visualizes a bound ItemsSource collection or single point and returns an appropriate data visualization based on the schema and count of the data. This control utilizes a built-in [Toolbar](menus/toolbar.md) component to allow you to make changes to the visualization at runtime, allowing you to see many different visualizations of your data with minimal code.

### {PackageCharts} (Inputs)

- New ColorEditor & Toolbar ToolAction (Beta)

This new editor can be used as a standalone color picker and is now integrated into the [Toolbar](menus/toolbar.md) component to update visualizations at runtime.

## **{PackageVerChanges-24-1-SEP}**

- [Data Pie Chart](charts/types/data-pie-chart.md) - The `DataPieChart` is a new component that renders a pie chart. This component works similarly to the `CategoryChart`, in that it will automatically detect the properties on your underlying data model while allowing selection, highlighting, animation and legend support via the ItemLegend component.
Expand Down
2 changes: 2 additions & 0 deletions docConfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -164,6 +164,7 @@
{ "name": "{PackageVerChanges-24-1-JUN}", "value": "18.6.1 (June 2024)" },
{ "name": "{PackageVerChanges-24-1-SEP}", "value": "18.7.0 (September 2024)" },
{ "name": "{PackageVerChanges-24-2-NOV}", "value": "18.7.4 (November 2024)" },
{ "name": "{PackageVerChanges-24-2-DEC}", "value": "Version TBA (December 2024)" },
{ "name": "{PackageVerLatest}", "value": "18.7.4"},
{ "name": "{RepoSamples}", "value": "https://github.com/IgniteUI/igniteui-react-examples/tree/master/samples"},
{ "name": "{RepoBrowser}", "value": "https://github.com/IgniteUI/igniteui-react-examples/tree/master/browser"},
Expand Down Expand Up @@ -563,6 +564,7 @@
{ "name": "{PackageVerChanges-24-1-JUN}", "value": "23.2.257 (June 2024)" },
{ "name": "{PackageVerChanges-24-1-SEP}", "value": "24.1.46 (September 2024)" },
{ "name": "{PackageVerChanges-24-2-NOV}", "value": "24.2.19 (November 2024)" },
{ "name": "{PackageVerChanges-24-2-DEC}", "value": "Version TBA (December 2024)" },
{ "name": "{PackageVerLatest}", "value": "24.2.19"},

{ "name": "{RepoSamples}", "value": "https://github.com/IgniteUI/igniteui-blazor-examples/tree/master/samples"},
Expand Down

0 comments on commit 2eec210

Please sign in to comment.