Skip to content

Releases: HorusGoul/react-hyper-scroller

v3.0.1

Choose a tag to compare

@HorusGoul HorusGoul released this 09 Jul 17:23

This release fixes a few bugs related to projections not updating correctly when inserting/removing children.

Full Changelog: v3.0.0...v3.0.1

v3.0.0

Choose a tag to compare

@HorusGoul HorusGoul released this 24 Nov 19:56
49f3649

Check out the release post!

Take a look at the React Hyper Scroller website to learn more about it react-hyper-scroller.horus.dev

v2.0.2

Choose a tag to compare

@HorusGoul HorusGoul released this 06 Apr 17:55

2.0.2 (2019-04-06)

Bug Fixes

  • VirtualScroller: Removes conditional that prevented rendering projections of one item (0d67bb8)

v2.0.1

Choose a tag to compare

@HorusGoul HorusGoul released this 04 Apr 20:22

2.0.1 (2019-04-04)

Bug Fixes

  • VirtualScroller: Wraps render with useMemo (4506775)

v2.0.0

Choose a tag to compare

@HorusGoul HorusGoul released this 01 Apr 20:57
7433ce9

2.0.0 (2019-04-01)

Bug Fixes

  • VirtualScroller: Component rewrite with hooks (545e88b)
  • VirtualScroller: Fixes about props and hooks (5eb1412)

Features

  • VirtualScroller: Adds scrollRestoration prop (22ab8a3)
  • VirtualScroller: Migration to hooks and Scroll Restoration changes (7433ce9)

BREAKING CHANGES

  • VirtualScroller: Scroll restoration is now an opt-in behavior.
  • VirtualScroller: Version required of react and react-dom bumped to ^16.8.0

v1.0.4

Choose a tag to compare

@HorusGoul HorusGoul released this 03 Mar 21:09

1.0.4 (2019-03-03)

Performance Improvements

  • VirtualScroller: Changes the way of knowing if targetView is the window object (309d4a2)

v1.0.3

Choose a tag to compare

@HorusGoul HorusGoul released this 12 Nov 00:40

1.0.3 (2018-11-12)

Bug Fixes

  • VirtualScroller: Prevents onItemUpdate listener from calling updateProjection when targetView d (e5290e6)

v1.0.2

Choose a tag to compare

@HorusGoul HorusGoul released this 11 Nov 23:50

1.0.2 (2018-11-11)

Bug Fixes

  • VirtualScroller: Prevents errors when passing a null value to the targetView property (7783763)

v1.0.1

Choose a tag to compare

@HorusGoul HorusGoul released this 25 Oct 10:09
3668478

1.0.1 (2018-10-25)

Bug Fixes

  • README: Fixes README.md (3668478)