Skip to content

Releases: sag1v/react-elastic-carousel

Smaller bundle size + hight bug

09 Aug 15:25
082492d
Compare
Choose a tag to compare

Bundle size reduced in almost 50% (thanks to @mAAdhaTTah !) see #67
A height bug was fixed. see #68

Typescript typings + bug fix

08 Aug 12:47
Compare
Choose a tag to compare

Added types
Fixed form submitting when clicking buttons
Resolve #34 and #63

Fix multi re-renders for renderPagination

21 Jul 09:06
Compare
Choose a tag to compare

Fix missing prop

19 Jul 07:29
Compare
Choose a tag to compare

v0.6.5 and v0.6.6
Fix missing prop preventDefaultTouchmoveEvent

styled-components attr fix

01 Jun 15:48
Compare
Choose a tag to compare

v0.6.3 and v0.6.4
Fix styled-components warning of not using attr.
See #50 and #47 for more details

A11y - Tab support for all items and buttons

28 May 15:32
Compare
Choose a tag to compare

Support tab navigation through arrow buttons, items and dots.

Related #38

Fixed a bug when number of items is reduced

27 May 14:48
Compare
Choose a tag to compare

Added disableArrowsOnEnd and onChange

27 May 14:46
Compare
Choose a tag to compare

Added 2 new props: onChange and disableArrowsOnEnd. In addition, all other on*End callbacks are receiving the current page index.
See #36 and #37 for more details.

Fixed blocked window scrolling

27 May 14:39
Compare
Choose a tag to compare

Due to preventDefaultTouchmoveEvent of Swipeable. see #40

Bump styled-components due to new attr() api

27 May 14:36
Compare
Choose a tag to compare

styled-components introduce a new API attr(). see #31