(Feature) Add support for vertical carousal.
(Feature) Add support for RTL languages
(Bug Fix) Fixes the index passed to beforeChange callback when infinite scrolling is enabled.
(Feature) Adds support for a slideAlignment prop
(Bug Fix) Fixes an issue introduced by 2.0.1 where long text content on slides is no longer wrapping
(Bug Fix) Fixes a bug when clicking to navigate to a particular slide and crossing the end or beginning of the list
(Bug Fix) Fixes a bug in Safari 14.1 and Mobile Safari where carousel content is not visible in some scenarios
(Enhancement) Breaking change to optimize the bundle for modern browsers (may break legacy browser support)
(FEATURE) Add support for IntersectionObserver and disable autoplay functionality when the carousel is outside the viewport
(FEATURE) Add onSlideTransitioned
callback and updated arrows
prop to support custom arrows
(Enhancement) Replaced example application with Storybook
(Enhancement) Only call preventDefault in mousedown handler when the target is an img element
(Bug Fix) Fix issue that can cause the initial carousel positioning to be off
(Bug Fix) Fix issue that can cause the slideshow to never render
- (FEATURE) Add support for
maxRenderedSlides
prop