Skip to content

Releases: goldenyz/react-perfect-scrollbar

add support for .d.ts

08 Apr 03:06
Compare
Choose a tag to compare
v1.0.1

1.0.1

Upgrade perfect-scrollbar to 1.x

07 Feb 13:26
Compare
Choose a tag to compare
  1. Upgrade the dependent perfect-scrollbar to 1.x.
  2. Remove the methods on component. Use the containerRef to change scrollTop/scrollLeft

add prop: containerRef to expose the scrollbar container's ref

09 Oct 13:30
Compare
Choose a tag to compare

Add className to props

25 Jul 03:10
Compare
Choose a tag to compare

Thanks @patrykkopycinski for the contribution

Fix some issues

19 May 02:38
Compare
Choose a tag to compare
  • Use prop-types for property check in React;
  • update scrollbar automatically in compononetDidUpdate;
  • Fix build warning for postcss sourcemap

Separate the stylesheet from the main js.

22 Jan 08:48
Compare
Choose a tag to compare