BREAKING: align
argument of scrollToIndex
was changed toopts
. Use opts.align
instead.
What's Changed
- Add
align: center
option to scrollToIndex by @inokawa in #213 - Remove premeasureing before imperative scrolling by @inokawa in #215
- Add smooth option to scrollToIndex by @inokawa in #214
- Include padding in calculation of scrollToIndex destination by @inokawa in #217
Full Changelog: 0.14.0...0.15.0