From e8b771bde4c86eca23b2dee69484684af0930ffa Mon Sep 17 00:00:00 2001 From: Juergen Kunz Date: Fri, 27 Jun 2025 20:52:27 +0000 Subject: [PATCH] feat(wcctools): Enhance component tools with an advanced property editor, improved element detection and modernized UI styling for a more responsive dashboard experience. --- changelog.md | 8 ++++++++ ts_web/00_commitinfo_data.ts | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/changelog.md b/changelog.md index a5dd719..477a801 100644 --- a/changelog.md +++ b/changelog.md @@ -1,5 +1,13 @@ # Changelog +## 2025-06-27 - 1.1.0 - feat(wcctools) +Enhance component tools with an advanced property editor, improved element detection and modernized UI styling for a more responsive dashboard experience. + +- Updated documentation and in-code hints with new shadcn-like design patterns for the dashboard UI. +- Introduced an advanced complex properties editor supporting JSON validation and multi-editor handling. +- Refined recursive element search in the properties panel to improve asynchronous rendering detection. +- Expanded test coverage with scenarios for edge cases, nested elements and wrapper components. + ## 2025-06-26 - 1.0.101 - fix(wcc-dashboard) Improve scroll listener management and add new test pages diff --git a/ts_web/00_commitinfo_data.ts b/ts_web/00_commitinfo_data.ts index 782b736..f83c73b 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-wcctools', - version: '1.0.101', + version: '1.1.0', description: 'A set of web component tools for creating element catalogues, enabling the structured development and documentation of custom elements and pages.' }