Releases: robinpoort/KeepTrack-CSS
Releases · robinpoort/KeepTrack-CSS
1.0.4
[1.0.4] - 2026-03-06
Fixed
stickyStateCachewas not reset indestroy(), causing stale sticky state after re-initstickyStateCachewas not invalidated ininvalidateStickyTopCache(), causing stale results after resize/DOM mutationcheckStickyElementsmutated the config cache object as a side effect; replaced with a dedicatedstickyStateCacheWeakMap
Changed
- TypeScript types extracted from
build.jstosrc/keepTrack.d.tsfor better IDE support observe()now logs a warning when the element has nodata-keeptrackattributesameTypes()simplified withArray.prototype.every- README updated to document
KeepTrack()withoutnew
1.0.3
feat: add data-keeptrack-id prefix support and update parent-target behavior
1.0.2
Add proper files to package