fix(docs, deps, tests): update README with expanded usage docs and examples; bump devDependencies and dees-domtools; fix test import path

This commit is contained in:
2026-01-27 13:57:49 +00:00
parent 766858d2f1
commit fe2f80ed7f
6 changed files with 505 additions and 1813 deletions

View File

@@ -1,5 +1,13 @@
# Changelog
## 2026-01-27 - 2.1.6 - fix(docs, deps, tests)
update README with expanded usage docs and examples; bump devDependencies and dees-domtools; fix test import path
- Bumped devDependencies: @git.zone/tsbuild -> ^4.1.2, @git.zone/tsbundle -> ^2.8.3, @git.zone/tstest -> ^3.1.8, @types/node -> ^25.0.10
- Bumped dependency @design.estate/dees-domtools -> ^2.3.8
- README rewritten/expanded: more complete usage examples, theme management (cssManager) docs, directives reference, lifecycle helpers, install and issue reporting guidance
- Test fix: updated import to use @git.zone/tstest/tapbundle instead of @push.rocks/tapbundle
## 2026-01-04 - 2.1.5 - fix(build)
bump @design.estate/dees-domtools to ^2.3.7 and remove experimentalDecorators and useDefineForClassFields from tsconfig.json