Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 2 additions & 0 deletions src/components/Icon/canonicalIconNames.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down