Skip to content

Releases: petyosi/react-virtuoso

v2.0.4

10 Sep 10:43
Compare
Choose a tag to compare

2.0.4 (2021-09-10)

Bug Fixes

  • additional logging and diagnostics (85fc03a)

v2.0.3

09 Sep 07:03
Compare
Choose a tag to compare

2.0.3 (2021-09-09)

Bug Fixes

v2.0.2

08 Sep 06:00
Compare
Choose a tag to compare

2.0.2 (2021-09-08)

Bug Fixes

  • no jump with float item height and itmi (9127413), closes #446

v2.0.1

04 Sep 10:22
Compare
Choose a tag to compare

2.0.1 (2021-09-04)

Bug Fixes

  • atBottomState works with headers/footers (10b7031), closes #445
  • support float height and initialTopMostItemIndex (81fdb64), closes #444

v2.0.0

03 Sep 18:14
Compare
Choose a tag to compare

2.0.0 (2021-09-03)

  • perf()!: remove resize observer polyfill (e546baa), closes #442
  • fix()!: maintain consistent item key when prepending items (1fee044), closes #380

BREAKING CHANGES

  • If you have to support older browsers, add the resize
    observer polyfill to your project.
  • this will change the item keys received if you use
    firstItemIndex.

v1.11.1

02 Sep 12:39
Compare
Choose a tag to compare

1.11.1 (2021-09-02)

Bug Fixes

  • support for items with float height (be15e64)

v1.11.0

30 Aug 08:28
Compare
Choose a tag to compare

1.11.0 (2021-08-30)

Features

v1.10.8

20 Aug 11:02
Compare
Choose a tag to compare

1.10.8 (2021-08-20)

Bug Fixes

v1.10.7

17 Aug 18:10
Compare
Choose a tag to compare

1.10.7 (2021-08-17)

Bug Fixes

  • use getBoundingClientRect consistently (94c470e)

v1.10.6

10 Aug 11:13
Compare
Choose a tag to compare

1.10.6 (2021-08-10)

Bug Fixes

  • make defaultItemHeight work with initialTopMostItemIndex (125aec4)