You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Added a css class to the .rec-item-wrapper per state, hidden, visible, prev and next.
Extend react version in peerDeps #140
Added missing isRTL prop to the types definition #138
Added 2 new props outerSpacing and showEmptySlots.
Fixed a bug when dynamically adding items. (#131 )
Fixed a bug of dots disappears when resizing window. (#128)
Fixed bug of active index not correctly updated on size change via breakpoints. (#122)
Fixed elipsis dots on IOS (#124)
Improved swipe behaviour
Fixed a bug with dynamic children
Fixed a type for pages (in renderPAgination). see #93
Fixed a bug of itemsToShow from a breakpoint not respected when going to full screen. A regression due to #92