From 54f4df1e2086955054666c56d036d0c1435f85c2 Mon Sep 17 00:00:00 2001 From: Robert Isele Date: Wed, 10 Sep 2025 13:15:28 +0200 Subject: [PATCH 1/2] Added icon for SQL query operators. --- src/components/Icon/canonicalIconNames.tsx | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/components/Icon/canonicalIconNames.tsx b/src/components/Icon/canonicalIconNames.tsx index afee3ae0..1070e4c3 100644 --- a/src/components/Icon/canonicalIconNames.tsx +++ b/src/components/Icon/canonicalIconNames.tsx @@ -23,6 +23,8 @@ const canonicalIcons = { "artefact-task-pivot": icons.Transpose, "artefact-task-unpivot": icons.Transpose, "artefact-task-concatenatetofile": icons.DocumentExport, + "artefact-task-sqlupdatequeryoperator": icons.Sql, + "artefact-task-customsqlexecution": icons.Sql, "artefact-dataset-csv": icons.Csv, "artefact-dataset-eccencadataplatform": icons.DataVis_1, "artefact-dataset-excel": icons.Xls, From 4ddad6aa5333d597ab5d3d193efb96a6d769fc75 Mon Sep 17 00:00:00 2001 From: Michael Haschke Date: Thu, 2 Oct 2025 10:55:08 +0200 Subject: [PATCH 2/2] update changelog --- CHANGELOG.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index bcd756b1..756d9383 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -33,6 +33,9 @@ This is a major release, and it might be not compatible with your current usage - function to calculate the difference between 2 colors using the simple CIE76 formula - `textToColorHash()` - function to calculate a color from a text string +- new icons + - `artefact-task-sqlupdatequeryoperator` + - `artefact-task-customsqlexecution` ### Removed