React Scrollbars Custom Versions Save

The best React custom scrollbars component

v4.1.1

1 year ago

4.1.1 (2022-08-15)

Bug Fixes

  • replace global with browser env detection (4c39fa3)

v4.1.0

1 year ago

4.1.0 (2022-07-25)

Bug Fixes

Features

  • get rid of prop-types and set peerDependency of react to >=16 (c3e50ae)

v3.1.5

5 years ago

Fixed: #34

v3.1.3

5 years ago

RTL fix for non-Chromium and MS browsers;

v3.1.2

5 years ago

Ability to set scrollTop & scrollLeft through props;

v3.1.0

5 years ago
  • Implemented scrollTo method API
  • Implemented centerAt method API

v3.0.2

5 years ago

v2.2.10

5 years ago

SSR now should work (thanks to @thealjey)

v2.2.7

5 years ago

Added prettier support; Removed raf dependency due to it is not used anymore; Distributable package size reduced - added more paths to .npmignore;

v2.2.5

5 years ago

Added ability to override styles