Skip to content

Releases: xobotyi/react-scrollbars-custom

2.2.4

24 Oct 10:04
Compare
Choose a tag to compare

Loop controller rewritten;

2.2.3

20 Oct 21:31
Compare
Choose a tag to compare

Fix: #16
Fix: #14

2.2.2

19 Oct 09:17
Compare
Choose a tag to compare

Fix: #10
Fix: invalid classnames added to elements;

2.2.0

18 Oct 21:42
Compare
Choose a tag to compare

Custom classnames passed to component now can only be strings.

2.1.4

18 Oct 20:11
Compare
Choose a tag to compare

Added TS type declarations;

2.1.3

18 Oct 09:33
Compare
Choose a tag to compare

Fix: default styles fix for RTL direction;

2.1.2

18 Oct 09:04
Compare
Choose a tag to compare

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

18 Oct 00:27
Compare
Choose a tag to compare
  • Added RTL support (rtl property);
  • Added momentum support for iOS (momentum property);

2.0.0

18 Oct 00:26
Compare
Choose a tag to compare

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

24 Jul 12:21
Compare
Choose a tag to compare

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