Releases: xobotyi/react-scrollbars-custom
Releases · xobotyi/react-scrollbars-custom
v4.1.1
4.1.1 (2022-08-15)
Bug Fixes
- replace
global
with browser env detection (4c39fa3)
v4.1.0
4.1.0 (2022-07-25)
Bug Fixes
Features
- get rid of prop-types and set peerDependency of react to >=16 (c3e50ae)
3.1.3
RTL fix for non-Chromium and MS browsers;
3.1.2
Ability to set scrollTop & scrollLeft through props;
3.1.0
- Implemented
scrollTo
method API
- Implemented
centerAt
method API
2.2.7
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
Added ability to override styles