[4.1.0] - 2021-01-04
Added
- Added
scroller
prop for limiting scroll distance whenmode
is set tobottom
, in PR #73 - Added
initialScrollBehavior
prop for first scroll behavior. When set to"auto"
(discrete scrolling), it will jump to end on initialization. in PR #73 - Added
debug
prop for dumping debug log to console, in PR #73 - Improved performance by separating
StateContext
into 2 tiers, in PR #73
Fixed
- Emptying container should regain stickiness, in PR #73