React Custom Scrollbars Versions Save

React scrollbars component

v4.2.1

6 years ago
  • fixed getter

4.2.0

6 years ago
  • Support for react@^16.0.0

v4.1.2

7 years ago
  • use callback refs
  • bump prop-types to 15.5.10

v4.1.1

7 years ago
  • fixed warnings #147

v4.1.0

7 years ago
  • made package compatible with react 15.5.x
  • support scripts running on windows #109
  • removed index.d.ts #135
  • updated method default params #124
  • switched to yarn

v4.0.2

7 years ago
  • add typescript definition file (#36, #123)
  • fix scroll always appear on IE (#116)

v4.0.1

7 years ago

Bugfix release

  • updated dependencies
  • fixed #104
  • add preventDefault to mouse down events (#106)
  • Added missing parameter (#101)

4.0.0

7 years ago
  • remove cursor style from tracks
  • added support for custom tagName
  • support for autoHeightMax and autoHeightMin units
  • added heightTracksWhenNotNeeded property
  • added support for autoHeight
  • updated peerDependencies. Can now be used with any react version above 0.14.x

v4.0.0-beta.2

7 years ago
  • support for autHeightMax and autHeightMin units. fixes #48

v4.0.0-beta.1

8 years ago
  • added heightTracksWhenNotNeeded property
  • added support for autoHeight
  • updated peerDependencies. Can now be used with any react version above 0.14.x