React Scrollbars Custom Versions Save

The best React custom scrollbars component

v2.2.4

5 years ago

Loop controller rewritten;

v2.2.2

5 years ago

Fix: https://github.com/xobotyi/react-scrollbars-custom/issues/10 Fix: invalid classnames added to elements;

v2.2.0

5 years ago

Custom classnames passed to component now can only be strings.

v2.1.4

5 years ago

Added TS type declarations;

v2.1.3

5 years ago

Fix: default styles fix for RTL direction;

v2.1.2

5 years ago

Performance improved a bit;

Fix: prop-types added to peer-dependencies (https://github.com/xobotyi/react-scrollbars-custom/issues/5); Fix: native scrollbars displayed when content does not overflow (https://github.com/xobotyi/react-scrollbars-custom/issues/6);

v2.1.1

5 years ago
  • Added RTL support (rtl property);
  • Added momentum support for iOS (momentum property);

v2.0.0

5 years ago

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

v1.4.11

5 years ago

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();