Skip to content

Tags: component-design/react-virtual

Tags

v2.8.0

Toggle v2.8.0's commit message

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

Toggle v2.7.2's commit message

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

Toggle v2.7.1's commit message

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

Toggle v2.7.0's commit message

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

Toggle v2.6.2's commit message

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

Toggle v2.6.1's commit message

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

Toggle v2.6.0's commit message

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

Toggle v2.5.0's commit message

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>

v2.4.0

Toggle v2.4.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
feat: support custom scroll options (TanStack#95)

This adds two new options which make it easier to customize the scroll
behavior.

`onScrollElement` which makes it possible to use a different
element to bind the `onScroll` event too.

`scrollOffsetFn` allows a custom function to calculate the offset rather
than using the `parentRef`'s width or height.

v2.3.2

Toggle v2.3.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix: Replace postinstall with official funding tools (TanStack#78)

* Remove postinstall

* Remove postinstall file

* Add funding field to package json