You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
1.2.2
Optimize
perf: intra-window scrolling no longer triggers full re-render (silent scrollTop/scrollLeft writes); useFixedStyle skips scroll reads in sticky mode; getTHProps/getTFProps/getTDProps return class strings; mergeCellsWrapper memoized per row/column.
Chore
chore: stop publishing lib/test/** and .bak.ts (141 → 125 files).
Bugfix
fix: virtual-scroll window now recalculates after local filter/sort (#80), fixing stale startIndex/endIndex rendering; mergeCells rowspan follows new row order; startIndex fallback clamped to 0.