feat(dees-element): add container-responsive APIs (containerResponsive decorator, DeesElement static cssFor* container helpers, and cssManager cssForCustom) and update docs

This commit is contained in:
2026-03-11 08:18:22 +00:00
parent 9c85ad8b43
commit 4de0dd933d
9 changed files with 224 additions and 23 deletions

View File

@@ -1,5 +1,15 @@
# Changelog
## 2026-03-11 - 2.2.0 - feat(dees-element)
add container-responsive APIs (containerResponsive decorator, DeesElement static cssFor* container helpers, and cssManager cssForCustom) and update docs
- Exported new containerResponsive decorator (ts/decorators.containerresponsive.ts and exported from ts/index.ts)
- Added component-level static helpers on DeesElement: cssForDesktop, cssForNotebook, cssForTablet, cssForPhablet, cssForPhone, cssForCustom
- Added cssManager.cssForCustom to provide curried custom breakpoint helper
- Updated readme with Container-Responsive Components section and usage examples
- Bumped dependency @design.estate/dees-domtools from ^2.3.8 to ^2.4.0
- Non-breaking new functionality — recommend minor version bump
## 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