Skip to content

6.3.0

Compare
Choose a tag to compare
@oleggrishechkin oleggrishechkin released this 29 Dec 13:41
· 45 commits to master since this release

This release has several improvements for scrollToIndex. Now scoll changed by setting scrollTop/scrollLeft instead of scrollIntoView and uses setTimeout for IOS Safari

Breaking

  • Only boolean alignToTop param supported for scrollToindex. If you use scrollIntoViewOptions (see scrollIntoView) , please, change it to alignToTop. Since it's a really rare use case I included this changes to minor release instead of major.

Featues

  • scrollToIndex now uses setTimeout for IOS Safari to avoid this issue