- Fixed:
scrollToIndex
andscrollBy
whenanimated: false
is used.
- Fixed: install error from a missing
patch-package
dependency.
- 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.
- Added:
scrollToIndex
method.
- Fixed: make sure that
onIndexChanged
does not get called if the new index is the same as the old one.
- Initial release.