Skip to content

Commit 55d0e49

Browse files
committed
add color-editor to changelog
1 parent ce1cf5b commit 55d0e49

File tree

4 files changed

+16
-0
lines changed

4 files changed

+16
-0
lines changed

doc/en/components/general-changelog-dv-blazor.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,10 @@ DashboardTile (Beta)
2020

2121
- 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.
2222

23+
Color Editor (Beta)
24+
25+
- 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.
26+
2327
### {PackageCharts} (Inputs)
2428

2529
- New ColorEditor & Toolbar ToolAction (Beta)

doc/en/components/general-changelog-dv-react.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,10 @@ DashboardTile (Beta)
1717

1818
- 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.
1919

20+
Color Editor (Beta)
21+
22+
- 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.
23+
2024
### {PackageCharts} (Inputs)
2125

2226
- New ColorEditor & Toolbar ToolAction (Beta)

doc/en/components/general-changelog-dv-wc.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,10 @@ DashboardTile (Beta)
1818

1919
- 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.
2020

21+
Color Editor (Beta)
22+
23+
- 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.
24+
2125
#### {PackageCharts} (Inputs)
2226

2327
- New ColorEditor & Toolbar ToolAction (Beta)

doc/en/components/general-changelog-dv.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,10 @@ DashboardTile (Beta)
2323

2424
- 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.
2525

26+
Color Editor (Beta)
27+
28+
- 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.
29+
2630
### {PackageCharts} (Inputs)
2731

2832
- New ColorEditor & Toolbar ToolAction (Beta)

0 commit comments

Comments
 (0)