Skip to content

Releases: femioladeji/react-slideshow

Release 3.4.0

23 Nov 20:21
0843123
Compare
Choose a tag to compare

Changelog

  • Allow mouse swipe customization #112

Release 3.3.2

16 Nov 22:11
167482b
Compare
Choose a tag to compare

Changelog

  • Fixed bug with swipe when the user hovers away from the slideshow

Release 3.3.1

05 Nov 17:43
1332b96
Compare
Choose a tag to compare

##BugFixes

  • #105 (timing bug when nav arrow is clicked)

Release 3.3.0

21 Sep 18:24
Compare
Choose a tag to compare

Changelog

  • Remove prop-types dependency

Release 3.2.0

26 Aug 13:01
4740827
Compare
Choose a tag to compare

Changelog

  • Add easing prop for the transition timing function

Release 3.1.0

20 Aug 23:43
20ab1cd
Compare
Choose a tag to compare

Changelog

  • Support mouse drag event
  • Support touch drag event on mobile screens
  • Fix forward and back arrow nav on mobile screens

Release 3.0.2

26 Jul 08:51
56ff197
Compare
Choose a tag to compare

Changelog

  • Fix style bug with indicators display

Release 3.0.1

25 Jul 18:20
9613bab
Compare
Choose a tag to compare

Changelog

  • Ensure resize-observer-polyfill is imported in zoom effect

Release 3.0.0

25 Jul 11:30
1e0dab6
Compare
Choose a tag to compare

Changelog

  • Make pauseOnHover true by default
  • Use buttons for previous and next default arrow
  • Use React clone for custom previous and next arrow
  • Use React clone for custom indicators
  • Add some WAI-ARIA attributes
  • Allow keyboard navigations

Release 2.0.2

12 Jul 10:48
Compare
Choose a tag to compare

Changelog

  • Improved documentation