Skip to content

Releases: kkx64/react-simple-carousel

v1.5.8

13 Oct 23:41
Compare
Choose a tag to compare
  • New keyboardNavigation: boolean prop to allow changing slides with the arrow keys
  • Small transition improvements on mobile
  • Upgraded packages

v1.5.7

06 Oct 18:28
Compare
Choose a tag to compare
  • arrowRender prop on CarouselArrows for easier overriding of the arrow, without providing custom positioning each time
  • transition: 'slide' | 'fade' property on Carousel

v1.5.6

05 Sep 22:36
Compare
Choose a tag to compare
  • Fixed issue where unmounting / mounting the Carousel would leave slides with width: 0px
  • Set peerDeps for React >=18 instead of ^18

v1.5.5

19 Aug 08:19
Compare
Choose a tag to compare
  • Fixed useCallback without dependencies in the setSlide function, causing the active slide to become NaN

v1.5.4

03 Jun 12:57
Compare
Choose a tag to compare
  • Add pauseOnHover prop to CarouselProps, to control pausing the autoPlay feature while hovering

v1.5.3

29 May 18:34
Compare
Choose a tag to compare
  • Add inertia swiping on mobile (if user swipes short but quickly, treat it as a full swipe)

v1.5.2

21 May 17:02
Compare
Choose a tag to compare
  • Update README

v1.5.1

21 May 16:57
Compare
Choose a tag to compare
  • Update README

v1.5.0

21 May 15:27
Compare
Choose a tag to compare
  • Normal carousel mode with noActiveSlides = true
  • Centered carousel with centered = true, works only when noActiveSlides = false

v1.4.1

21 May 14:32
Compare
Choose a tag to compare
  • Custom useMeasure hook for better performance
  • Filter out falsy children that were being rendered as slides when rendered conditionally