diff --git a/en/components/general-changelog-dv.md b/en/components/general-changelog-dv.md index dc39c0e9f..5fed231f9 100644 --- a/en/components/general-changelog-dv.md +++ b/en/components/general-changelog-dv.md @@ -16,7 +16,7 @@ All notable changes for each version of Ignite UI for Angular are documented on * [Ignite UI for Angular CHANGELOG.md at Github](https://github.com/IgniteUI/igniteui-angular/blob/master) -## **Version TBA (December 2024)** +## **18.2.0 (December 2024)** ### igniteui-angular-charts (Charts) @@ -24,6 +24,10 @@ DashboardTile (Beta) * New [Dashboard Tile](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. +Color Editor (Beta) + +* New [Color Editor](inputs/color-editor.md) component is a lightweight color picker. The Color Editor can pop open by clicking the brush icon. Both the RGBA and HEX values can be obtained from the desired color along the bottom. + ### igniteui-angular-charts (Inputs) * New ColorEditor & Toolbar ToolAction (Beta)