Releases: HorusGoul/react-hyper-scroller
Releases · HorusGoul/react-hyper-scroller
v3.0.1
Compare
Sorry, something went wrong.
No results found
This release fixes a few bugs related to projections not updating correctly when inserting/removing children.
Full Changelog : v3.0.0...v3.0.1
v2.0.2
Compare
Sorry, something went wrong.
No results found
2.0.2 (2019-04-06)
Bug Fixes
VirtualScroller: Removes conditional that prevented rendering projections of one item (0d67bb8 )
v2.0.1
Compare
Sorry, something went wrong.
No results found
2.0.1 (2019-04-04)
Bug Fixes
VirtualScroller: Wraps render with useMemo (4506775 )
v2.0.0
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
1.0.4 (2019-03-03)
Performance Improvements
VirtualScroller: Changes the way of knowing if targetView is the window object (309d4a2 )
v1.0.3
Compare
Sorry, something went wrong.
No results found
1.0.3 (2018-11-12)
Bug Fixes
VirtualScroller: Prevents onItemUpdate listener from calling updateProjection when targetView d (e5290e6 )
v1.0.2
Compare
Sorry, something went wrong.
No results found
1.0.2 (2018-11-11)
Bug Fixes
VirtualScroller: Prevents errors when passing a null value to the targetView property (7783763 )
v1.0.1
Compare
Sorry, something went wrong.
No results found
1.0.1 (2018-10-25)
Bug Fixes