Skip to content

Releases: xobotyi/react-scrollbars-custom

1.4.7

22 Jul 16:42
Compare
Choose a tag to compare

Fixed bug with missing update call after setting scrollTop/scrollLeft;
Removed constructor, methods can be called properly without them;
Fixed bug when scrollbars wasn't shown after scroll ability appeared;
Fixed default styles;

1.4.0

10 Jul 12:14
Compare
Choose a tag to compare

Implemented ability to add extra className fro holder;
Main script path.

1.3.2

10 Jul 10:59
Compare
Choose a tag to compare

Fixed critical bug with detecting horizontal track width.
Some tests

1.3.0

07 Jul 05:11
Compare
Choose a tag to compare

Package has been renamed to react-scrollbar-custom due to mistake made before.
Compotet still named <Scrollbar /> to be distinguishable in code.

1.2.0

06 Jul 13:38
Compare
Choose a tag to compare

Added ability to turn off scrolling at all, or partially;
Fixed scroll thumb jumps during first scroll attempt width grid layout;