Skip to content

Releases: sakhnyuk/rc-scrollbars

v1.1.6

18 Jun 06:28
Compare
Choose a tag to compare

v1.1.5

13 May 20:13
Compare
Choose a tag to compare

Add React 18 support

  • provided children props directly

v1.1.3

02 Mar 14:30
d75db57
Compare
Choose a tag to compare

Minor update

  • added ID prop to root ScrollBars component

v1.1.2

10 Feb 05:59
5e7083a
Compare
Choose a tag to compare

Bug fix

  • Fix SSR (window is not defined)

v1.1.1

07 Feb 09:11
33ff3ec
Compare
Choose a tag to compare

Minor changes

  • #15 Fix glitches on zoom in/out web page
  • #16 Delete useless prop from DOM element (console warnings were thrown)

v1.1.0

06 Feb 15:21
b3ef55a
Compare
Choose a tag to compare

Main features

support scrollbars styling by classNames

  • default classNames
    root: 'rc-scrollbars-container'
    view: 'rc-scrollbars-view'
    trackVertical: 'rc-scrollbars-track rc-scrollbars-track-v'
    trackHorizontal: 'rc-scrollbars-track rc-scrollbars-track-h'
    thumbVertical: 'rc-scrollbars-thumb rc-scrollbars-thumb-v'
    thumbHorizontal: 'rc-scrollbars-thumb rc-scrollbars-thumb-h'

  • classes props

  • disableDefaultStyle prop

More info about customization here

v1.0.3

28 Dec 14:40
cf65d9b
Compare
Choose a tag to compare
  • fix: Bug with className prop in the custom view component
  • chore: Add ScrollValues interface to exports. Its uses in onUpdate method.

v1.0.2

27 Dec 06:44
Compare
Choose a tag to compare
  • fix: #6 Move to old react jsx traspiler.

v1.0.0

21 Dec 05:18
b0dc3d8
Compare
Choose a tag to compare
  • Move codebase from react-custom-scrollbars
  • Update all dependencies
  • Rewrite on TypeScript
  • Documentation webpage