fix(readme): Rewrite and expand README with Quick Start, feature highlights, demos and usage examples; add local Claude settings file

This commit is contained in:
2025-09-14 19:23:23 +00:00
parent 7fdb4f19a8
commit 960085145d
3 changed files with 291 additions and 2041 deletions

View File

@@ -1,5 +1,11 @@
# Changelog
## 2025-09-10 - 1.11.4 - fix(readme)
Rewrite and expand README with Quick Start, feature highlights, demos and usage examples; add local Claude settings file
- Completely rewritten and reorganized README: added Quick Start, component highlights, usage examples, demos, development workflow, troubleshooting and links.
- Added .claude/settings.local.json with local Claude permission configuration.
## 2025-09-08 - 1.11.3 - fix(dees-input-list)
Prevent list animations from affecting scroll bounds and fix content-visibility issues in dees-input-list; add local developer settings

2334
readme.md

File diff suppressed because it is too large Load Diff

View File

@@ -3,6 +3,6 @@
*/
export const commitinfo = {
name: '@design.estate/dees-catalog',
version: '1.11.3',
version: '1.11.4',
description: 'A comprehensive library that provides dynamic web components for building sophisticated and modern web applications using JavaScript and TypeScript.'
}