Skip to content

Releases: TanStack/virtual

v2.10.3

20 Jan 16:27
df4723c
Compare
Choose a tag to compare

2.10.3 (2022-01-20)

Bug Fixes

  • types: Move options interface definition to separated interface and export it (#178) (df4723c)

v2.10.2

20 Jan 16:07
Compare
Choose a tag to compare

2.10.2 (2022-01-20)

Bug Fixes

  • increment patch to fix breaking change (7a799a2)

v2.9.1

20 Jan 15:58
Compare
Choose a tag to compare

2.9.1 (2022-01-20)

Bug Fixes

  • rebase breaking changes into next branch, rerelease 2.10.1 as non-breaking (6056d1d)

v2.10.0

02 Dec 18:00
aa8dc9c
Compare
Choose a tag to compare

2.10.0 (2021-12-02)

Features

  • add useScroll, extract useElementScroll, useWindowScroll (#219) (aa8dc9c)

v2.9.0

29 Nov 20:50
8044f4b
Compare
Choose a tag to compare

2.9.0 (2021-11-29)

Features

  • add initialRect for SSR, calc range in every render (#217) (cf19d1f)

v2.8.2

30 Sep 16:59
8cb22fb
Compare
Choose a tag to compare

2.8.2 (2021-09-30)

Performance Improvements

  • reuse already measure items, include key into virtualItem (#179) (8cb22fb)

v2.8.1

05 Aug 14:57
121a5df
Compare
Choose a tag to compare

2.8.1 (2021-08-05)

Bug Fixes

v2.8.0

13 Jul 23:09
b465637
Compare
Choose a tag to compare

2.8.0 (2021-07-13)

Features

v2.7.2

06 Jul 02:23
380be13
Compare
Choose a tag to compare

2.7.2 (2021-07-06)

Bug Fixes

  • measureRef infinite loop, with offsetWidth/offsetHeight configurable by measureSize (#160) (380be13)

v2.7.1

16 Apr 14:56
80dba57
Compare
Choose a tag to compare

2.7.1 (2021-04-16)

Bug Fixes

  • replace Object.assign with property assignment (#117) (6b241fd)