Skip to content

Releases: xobotyi/react-scrollbars-custom

v4.1.1

15 Aug 06:47
Compare
Choose a tag to compare

4.1.1 (2022-08-15)

Bug Fixes

  • replace global with browser env detection (4c39fa3)

v4.1.0

25 Jul 08:15
Compare
Choose a tag to compare

4.1.0 (2022-07-25)

Bug Fixes

Features

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

3.1.5

24 Dec 07:07
Compare
Choose a tag to compare

Fixed: #34

3.1.3

19 Nov 21:34
Compare
Choose a tag to compare

RTL fix for non-Chromium and MS browsers;

3.1.2

19 Nov 13:02
Compare
Choose a tag to compare

Ability to set scrollTop & scrollLeft through props;

3.1.0

19 Nov 11:13
Compare
Choose a tag to compare
  • Implemented scrollTo method API
  • Implemented centerAt method API

3.0.2

16 Nov 15:09
Compare
Choose a tag to compare
v3.0.2

3.0.2

2.2.10

07 Nov 18:33
Compare
Choose a tag to compare

SSR now should work (thanks to @thealjey)

2.2.7

29 Oct 07:57
Compare
Choose a tag to compare

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

2.2.5

24 Oct 10:04
Compare
Choose a tag to compare

Added ability to override styles