fix(breakpoints): rename exported functions to reflect constraint-based API: cssForCustom -> cssForConstraint and cssForCustomContainer -> cssForConstraintContainer; update README usage
This commit is contained in:
@@ -1,5 +1,14 @@
|
||||
# Changelog
|
||||
|
||||
## 2026-03-11 - 2.5.1 - fix(breakpoints)
|
||||
rename exported functions to reflect constraint-based API: cssForCustom -> cssForConstraint and cssForCustomContainer -> cssForConstraintContainer; update README usage
|
||||
|
||||
- Renamed cssForCustom to cssForConstraint
|
||||
- Renamed cssForCustomContainer to cssForConstraintContainer
|
||||
- Updated README examples to use new names
|
||||
- Function behavior and signatures unchanged; only exported names and internal comment updated
|
||||
- Consumers must update imports/usages to the new function names (breaking change)
|
||||
|
||||
## 2026-03-11 - 2.5.0 - feat(breakpoints)
|
||||
document preset viewport helpers, low-level container helpers, and exported types for breakpoints
|
||||
|
||||
|
||||
Reference in New Issue
Block a user