Skip to content

Latest commit

 

History

History
24 lines (13 loc) · 635 Bytes

CHANGELOG.md

File metadata and controls

24 lines (13 loc) · 635 Bytes

0.12.2

  • Fixed: scrollToIndex and scrollBy when animated: false is used.

0.12.1

  • Fixed: install error from a missing patch-package dependency.

0.12.0

  • Added: mergeStyles prop (false by default) to allow default styles to be merged with custom styles without a breaking change.
  • Added: allow importing of defaultStyles from the library. The default styles can be used to manually merge default styles with custom ones.

0.11.0

  • Added: scrollToIndex method.

0.10.1

  • Fixed: make sure that onIndexChanged does not get called if the new index is the same as the old one.

0.10.0

  • Initial release.