Skip to content

Releases: sag1v/react-elastic-carousel

Support all props via breakpoints

09 Oct 16:32
1956d86
Compare
Choose a tag to compare

Support all props via breakpoints. a prop passed via a breakpoint will override a direct prop.

See #91 for more details

Small bug fix from 0.8.0 (smooth tilt on swipe)

03 Oct 16:16
Compare
Choose a tag to compare

In 0.8.0 we introduce realtime swiping, the "tilt" movement when reaching an edge wasn't smooth. This release fixes it.

Realtime swipe and tabIndex inject

03 Oct 16:12
Compare
Choose a tag to compare

This release includes:

  1. Realtime swiping see #87
  2. Inject tabIndex to items see #88
  3. the initialFirstItem is considered deprecated and should use initialActiveIndex instead. Though initialFirstItem is still supported until next major update.

Fix broken focusOnSelect

26 Sep 11:47
Compare
Choose a tag to compare

The last commit broke focusOnSelect. This is fixed now.

version 0.7.8 was not built properly

Fixed wrong tab index when using breakpoints

25 Sep 15:34
Compare
Choose a tag to compare

Added missing static css classes for items

25 Sep 15:03
Compare
Choose a tag to compare

Added static class to swipable (only had dynamic class name by index).
Added carousel-item and carousel-item-{index} class to the root of each item wrapper


Styling section added to the docs as well.

Fixed some typings and React declaration in d.ts file

03 Sep 08:09
Compare
Choose a tag to compare

Support decimal itemsToShow

24 Aug 10:18
Compare
Choose a tag to compare

Fixed bug in renderPagination pages and breakPoints

19 Aug 05:46
Compare
Choose a tag to compare

The pages argument of renderPaginations was not updating in regard to the breakPoints changes.
See #71 for more info

Fix typo in typings file

14 Aug 07:53
Compare
Choose a tag to compare

The typings file (d.ts) had 2 typos: breakpoints and disableArrosOnEnd . Both fixed
resolve #69