feat(wcctools): Enhance component tools with an advanced property editor, improved element detection and modernized UI styling for a more responsive dashboard experience.
This commit is contained in:
@ -1,5 +1,13 @@
|
|||||||
# Changelog
|
# 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)
|
## 2025-06-26 - 1.0.101 - fix(wcc-dashboard)
|
||||||
Improve scroll listener management and add new test pages
|
Improve scroll listener management and add new test pages
|
||||||
|
|
||||||
|
@ -3,6 +3,6 @@
|
|||||||
*/
|
*/
|
||||||
export const commitinfo = {
|
export const commitinfo = {
|
||||||
name: '@design.estate/dees-wcctools',
|
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.'
|
description: 'A set of web component tools for creating element catalogues, enabling the structured development and documentation of custom elements and pages.'
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user