Skip to content

Releases: lifarl/react-scroll-snap-slider

Release v2.0.5

21 Oct 19:17
Compare
Choose a tag to compare
Merge branch 'master' of https://github.com/lifarl/react-scroll-snap-…

Release v2.0.4

17 Jul 17:17
Compare
Choose a tag to compare
  • Fix an error in safari during component unmount

Release v2.0.3

13 Mar 11:53
e86b56c
Compare
Choose a tag to compare
  • exported Styled elements for easy style overrides

Release v2.0.2

07 Mar 09:45
Compare
Choose a tag to compare
  • fixed a type issue

Release v2.0.1

07 Mar 09:17
e5a40e7
Compare
Choose a tag to compare
  • fixed a bug to ensure update of scroll status on changed slide count
  • exposed slider ref for custom scroll indicators.

Release v2.0.0

15 Nov 21:41
d8bda97
Compare
Choose a tag to compare

Breaking Changes:

  • changed onScroll to onScrollStart to better reflect the actual function
  • changed afterScroll to onScrollEnd
  • changed intersectionThreshold from 0.66 to 0.5 to determine that the slide is visible when 50% of it is visible
  • changed IntersectionObserver root to the slider instead of null so that whether the slide is visible or not is based on it's position on the slider and not the entire viewport

Features

  • added onSlidesVisibilityChange function fires when the visible slides change and receives the index of the middle visible slide
    fixed:

Fixes

  • fixed: isSliderScrollable calculation
  • fixed: some change in IntersectionObserver

Release v1.0.2

11 Nov 11:35
Compare
Choose a tag to compare
  • Added aria-hidden attribute for accessibility

Release v1.0.1

21 Oct 17:05
Compare
Choose a tag to compare
chore(version): bump to 1.0.1

v0.7.0-alpha.1

07 Oct 12:55
Compare
Choose a tag to compare
v0.7.0-alpha.1 Pre-release
Pre-release
chore(version): bump to 0.7.0-alpha.1

Release v0.6.0-alpha.1

10 Jun 10:27
Compare
Choose a tag to compare
Pre-release
  • transpile to es5