Skip to content

Tags: DavidAlphaFox/react-virtual

Tags

v2.10.4

Toggle v2.10.4's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix: `totalSize` should be `paddingStart` + `paddingEnd` when size is…

… 0 (TanStack#238)

v2.10.3

Toggle v2.10.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix(types): Move options interface definition to separated interface …

…and export it (TanStack#178)

* move options interface definition to separated interface and export it

* fix issue with type peram, rename interface

Co-authored-by: Alexander K <[email protected]>
Co-authored-by: Tanner Linsley <[email protected]>

v2.10.2

Toggle v2.10.2's commit message
fix: increment patch to fix breaking change

v2.10.1

Toggle v2.10.1's commit message
feat: put version to 2.10 in prep for fix release to cure breaking ch…

…ange

v2.9.1

Toggle v2.9.1's commit message
fix: rebase breaking changes into next branch, rerelease 2.10.1 as no…

…n-breaking

v2.10.0

Toggle v2.10.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 useScroll, extract useElementScroll, useWindowScroll (TanSt…

…ack#219)

* feat: add useScroll, extract useElementScroll, useWindowScroll

* fix: include list postion in window scroll mode

* docs: update api

* fix: update types

* test: add simple test using windowRef, custom useScroll hook

* test: pin @testing-library/react-hooks to 5.1.3 for node10 support

v2.9.0

Toggle v2.9.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Fixed Github Image Shield to show stars (TanStack#213)

I've fixed the GitHub image shield for this repo in the README file which will now show the total number of stars that this repo has got.
Previously, it showed a "repo not found" error.

v2.8.2

Toggle v2.8.2's commit message

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

Toggle v2.8.1's commit message

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)