From 911159ee55398a52f8227d4716c3d47e1ecc9d97 Mon Sep 17 00:00:00 2001 From: Juergen Kunz Date: Fri, 5 Sep 2025 15:26:19 +0000 Subject: [PATCH] fix(dees-simple-appdash): Fix icon rendering in dees-simple-appdash to respect provided icon strings --- changelog.md | 6 ++++++ ts_web/00_commitinfo_data.ts | 2 +- ts_web/elements/dees-simple-appdash.ts | 2 +- 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/changelog.md b/changelog.md index 7ec2985..21388fa 100644 --- a/changelog.md +++ b/changelog.md @@ -1,5 +1,11 @@ # Changelog +## 2025-09-05 - 1.10.12 - fix(dees-simple-appdash) +Fix icon rendering in dees-simple-appdash to respect provided icon strings + +- dees-simple-appdash: stop forcing a 'lucide:' prefix when rendering view icons — use the icon string as provided. +- Prevents incorrect/missing icons when the iconName already includes a library prefix (e.g. 'fa:' or 'lucide:'). + ## 2025-09-05 - 1.10.11 - fix(dees-simple-appdash) Bump deps and fix dees-simple-appdash icon binding and terminal sizing diff --git a/ts_web/00_commitinfo_data.ts b/ts_web/00_commitinfo_data.ts index aa4e817..a235c44 100644 --- a/ts_web/00_commitinfo_data.ts +++ b/ts_web/00_commitinfo_data.ts @@ -3,6 +3,6 @@ */ export const commitinfo = { name: '@design.estate/dees-catalog', - version: '1.10.11', + version: '1.10.12', description: 'A comprehensive library that provides dynamic web components for building sophisticated and modern web applications using JavaScript and TypeScript.' } diff --git a/ts_web/elements/dees-simple-appdash.ts b/ts_web/elements/dees-simple-appdash.ts index 3edf8e5..d754114 100644 --- a/ts_web/elements/dees-simple-appdash.ts +++ b/ts_web/elements/dees-simple-appdash.ts @@ -250,7 +250,7 @@ export class DeesSimpleAppDash extends DeesElement { @click=${() => this.loadView(view)} > ${view.iconName ? html` - + ` : ''} ${view.name}