Skip to content

Releases: petyosi/react-virtuoso

Expose scroll seek in grouped virtuoso

12 May 18:57
Compare
Choose a tag to compare

Add Scarf for analytics

11 May 15:38
Compare
Choose a tag to compare

I have no idea how many people use this library, so I hope Scarf will help me with that.

Various Bug Fixes

02 May 11:37
Compare
Choose a tag to compare
  • Switched to useEffect, as per the warning from #106 (likely, it had SSR broken as well)
  • Fixed regression of GroupContainer and ItemContainer broken in 0.16 (#105)
  • Fixed errors in snapshot tests (#100)

Fix rendering inconsistencies when changing total count

20 Apr 08:57
Compare
Choose a tag to compare

#99 is included here.

New data-key property, set to a new value redraw list if data has changed (but the total count is the same). #90

Scrolling of very large lists is now possible

28 Mar 16:19
Compare
Choose a tag to compare

The list can now support millions of items, working around the browser maximum element height limitation.

Fixed #54 , #69, #87, #86

bottomStateChange exposed in GroupedVirtuoso

20 Mar 05:23
Compare
Choose a tag to compare

Bug fix for attaching / detaching grouped virtuoso

17 Mar 18:31
Compare
Choose a tag to compare

CSP Compliance, bring `rangeChanged` to GroupedVirtuoso

11 Mar 18:44
Compare
Choose a tag to compare

Two PRs merged:

  • A change which makes the component CSP compliant (#77)
  • Port of rangeChanged to the GroupedVirtuoso component variant. (#81)

Fix scrollToIndex regression

29 Feb 18:40
Compare
Choose a tag to compare

The issue was spotted in #75 and was related to changes aimed at making scrollToIndex more resilient.

Fix warnings in React 16.13.0

29 Feb 16:45
Compare
Choose a tag to compare

Virtuoso and GroupedVirtuoso are now functional components. This should not cause any change in the behavior, but if it does - please open an issue!