What's Changed
- Add order modes (
balanced,balanced-stable,column-sequential,column-balanced,row-first) with stable assignments for infinite scroll in #54 - Fix virtual scroll jitter during scrolling in #52
- Stable item records prevent child re-renders on append (closes #58) in #59
- Named container queries to fix Tailwind v4 conflict (closes #56) in #57
- Validate
getIdreturn type at runtime for fail-fast on missingidKey - Migrate toolchain from Deno + Prettier to Vite+ (
vp)
Full Changelog: v0.4.1...v0.5.0