Skip to content

Tags: gssakash/react-virtual

Tags

v2.8.2

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
perf: reuse already measure items, include key into virtualItem (TanS…

…tack#179)

v2.8.1

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
docs(index): Fix typo in 'dyanmically' (TanStack#176)

v2.8.0

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
feat: add rangeExtractor (TanStack#164)

v2.7.2

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix: measureRef infinite loop, with offsetWidth/offsetHeight configur…

…able by measureSize (TanStack#160)

v2.7.1

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
chore: remove ts-toolbelt (TanStack#118)

v2.7.0

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
feat: use binary search to calculate range (TanStack#114)

v2.6.2

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix: measureRef type in VirtualItem, add missing onScrollElement, scr…

…ollOffsetFn (TanStack#110)

v2.6.1

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix: make scrollToOffset function to work properly in auto align mode (

…TanStack#106)

v2.6.0

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
feat: support caching dynamic measurements by unique key (TanStack#107)

* feat: support caching measurements by unique key

* Run Prettier

* Update docs

v2.5.0

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
feat: Add measure method, issue TanStack#31 (TanStack#55)

* feat: Add measure method, issue TanStack#31

* refactor: measure method

Reduce roundtrips

* Fix: virtualItems should not depend on state

* Fix: remove eslint-disable-next-line react-hooks/exhaustive-deps

Co-authored-by: David Wincent <david.wincent@decerno.se>
Co-authored-by: David Wincent <davidwincent@users.noreply.github.com>