Releases: sag1v/react-elastic-carousel
Releases · sag1v/react-elastic-carousel
Smaller bundle size + hight bug
Bundle size reduced in almost 50% (thanks to @mAAdhaTTah !) see #67
A height bug was fixed. see #68
Typescript typings + bug fix
Fix multi re-renders for renderPagination
Fix missing prop
v0.6.5 and v0.6.6
Fix missing prop preventDefaultTouchmoveEvent
styled-components attr fix
A11y - Tab support for all items and buttons
Support tab navigation through arrow buttons, items and dots.
Related #38
Fixed a bug when number of items is reduced
See #39 for more details
Added disableArrowsOnEnd and onChange
Fixed blocked window scrolling
Due to preventDefaultTouchmoveEvent
of Swipeable. see #40
Bump styled-components due to new attr() api
styled-components introduce a new API attr()
. see #31