fix(build,types): migrate smart config filename and tighten TypeScript null handling

This commit is contained in:
2026-03-27 16:32:24 +00:00
parent 61751cd320
commit 6375674e1c
8 changed files with 3243 additions and 5989 deletions

View File

@@ -1,5 +1,12 @@
# Changelog
## 2026-03-27 - 2.5.2 - fix(build,types)
migrate smart config filename and tighten TypeScript null handling
- rename npmextra.json to .smartconfig.json and update the published files list
- update build and test tool dependencies and enable logfile output for tests
- fix TypeScript compatibility by allowing nullable DOM references, casting keyboard event listeners, and guarding optional scroll durations
## 2026-03-11 - 2.5.1 - fix(breakpoints)
rename exported functions to reflect constraint-based API: cssForCustom -> cssForConstraint and cssForCustomContainer -> cssForConstraintContainer; update README usage