Skip to content

Tags: lenakujath/react-virtual

Tags

v2.2.6

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix: don't do onScroll when there is no element (TanStack#65)

Closes TanStack#64

v2.2.5

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix: return empty list when size is 0 (TanStack#53)

Fixes TanStack#52

v2.2.4

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
perf: don't update on scroll/rect changes unless virtualized range ch…

…anges (TanStack#48)

* perf: don't update on scroll unless virtualized range changes

Also remove the unnecessary `reversedMeasurements` array
and `scrollOffsetPlusOuterSize` variable.

* fix: remove no longer used useScroll

* style: remove semicolons

* fix: recalculate range when size prop changes

* fix: Re-attach scroll handlers if parentRef changes

Co-authored-by: coppa <dev@ioover.net>

Co-authored-by: coppa <dev@ioover.net>

v2.2.3

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix: Prevent parent from unnecessary updates when scrolling window. (T…

…anStack#47)

Co-authored-by: Nikita Bahliuk <nikita.bahliuk@catonetworks.com>

v2.2.2

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix: infinite update loop with zero measured value (TanStack#45)

v2.2.1

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix: remove scarf

v2.2.0

feat: add paddingStart and paddingEnd

v2.1.10

fix: scrolling to an index that doesn't exist doesn't crash

v2.1.9

fix(scrollToIndex): dynamic height support

v2.1.8

chore: update examples