Skip to content

Releases: bespoyasov/react-scroller

v3.1.0

29 May 10:09
Compare
Choose a tag to compare

v3.0.1

05 Jun 17:48
Compare
Choose a tag to compare

The MIT license file was added.

v3.0.0

31 May 16:22
Compare
Choose a tag to compare

Fresh and fine-tuned component public API, more precise animation configuration.

Breaking Changes

  • The config property is replaced with a set of props: scrollbar, navigation, align, onItemClick.

New Features

  • The duration prop specifies animation duration when changing the position.
  • At the first render, position and duration props describe start animation settings.
  • At the next renders, position and duration describe the scrollTo settings.

v2.0.0

28 May 21:24
Compare
Choose a tag to compare

Dependency refresh, upgraded Scroller use, performance and style improvements.

Breaking Changes

  • Migrated to ES Module.
  • Updated public API for the component config. For more info check out the migration guide in Scroller repo.

New Features

  • Added position property to change Scroller's current position via props.
  • Added typings for the component.