Releases: xobotyi/react-scrollbars-custom
Releases · xobotyi/react-scrollbars-custom
2.2.4
Loop controller rewritten;
2.2.2
Fix: #10
Fix: invalid classnames added to elements;
2.2.0
Custom classnames passed to component now can only be strings.
2.1.4
Added TS type declarations;
2.1.3
Fix: default styles fix for RTL direction;
2.1.2
Performance improved a bit;
Fix: prop-types
added to peer-dependencies (#5);
Fix: native scrollbars displayed when content does not overflow (#6);
2.1.1
- Added RTL support (
rtl
property);
- Added momentum support for iOS (
momentum
property);
2.0.0
Component has been fully rewritten.
- Increased performance;
- Added support of mobile devices;
- More customisation - classnames and styles now can be passed through properties, no more need to pass renderer to add some classnames
1.4.11
98% tests coverage;
Fixed bug: thumb was unable to reach the track end;
Fixed bug: dragging was not working when start offset is 0;
Fixed bug: onUpdate callback was never called;
Code from ComponentWillUpdate()
is moved to componentDidUpdate()
;