Releases: sag1v/react-elastic-carousel
Releases · sag1v/react-elastic-carousel
Smaller bundle size + hight bug
09 Aug 15:25
Compare
Sorry, something went wrong.
No results found
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
Sorry, something went wrong.
No results found
Added types
Fixed form submitting when clicking buttons
Resolve #34 and #63
Fix multi re-renders for renderPagination
21 Jul 09:06
Compare
Sorry, something went wrong.
No results found
Fix missing prop
19 Jul 07:29
Compare
Sorry, something went wrong.
No results found
v0.6.5 and v0.6.6
Fix missing prop preventDefaultTouchmoveEvent
styled-components attr fix
01 Jun 15:48
Compare
Sorry, something went wrong.
No results found
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
Sorry, something went wrong.
No results found
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
Sorry, something went wrong.
No results found
Added disableArrowsOnEnd and onChange
27 May 14:46
Compare
Sorry, something went wrong.
No results found
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
Sorry, something went wrong.
No results found
Due to preventDefaultTouchmoveEvent of Swipeable. see #40
Bump styled-components due to new attr() api
27 May 14:36
Compare
Sorry, something went wrong.
No results found
styled-components introduce a new API attr(). see #31