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:
10
changelog.md
10
changelog.md
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user