- Issue #261 - style control arrow buttons using CSS classes instead of button tag
- Restore resetPosition but place on componentDidUpdate so it resets position to the NEW slide in the case where a change just occurred
- css file added in usage (README.md)
- Update README.md
Help wanted
- Removing package-lock.json
- add autoPlay to state and update upon props change
- assign new autoPlay props when received
to work with up-to-date values in setup/destroy autoplay
- add built files
- fix: remove resetPosition() on swipe end
- Fix typeof comparison
- Fix itemsList ref
- Updating react-easy-swipe
- Fix wrapperSize init
- Updating react-easy-swipe
- Fix broken test from merge
- Add defensive checks for before items are initialized
- Minor changes based on code review
- Updated tests
- Updated to refs callback
- remove .idea/ directory; remove package-lock.json
- Refactor thumbs state to reduce flicker on thumbs by calculating arrows immediately and using setState to increase change of rerendering in same react render cycle Add updateSizes call on carousel trigger same process on thumbs Fix thumbs not updating when images change by checking for new images during update and updating accordingly Fix firstItem not updating correctly when removing and adding arrows so we neither lose thumbs nor lose the selected item
- Include index.html to storybook url
- import Children from React, other minor changes
- make carousel work with only 1 child passed in
- Replacing codepen with codesandbox
- Updating readme
- Fix story for swipeable
- feat: add story for swipeable
- test: add snapshot for swipeable false
- Updating example with external controls
- fix: indentation in scss
- refactor: move style rules to not be applied to everying inside slide
- chore: add build /lib
- refactor: finding DOMNode of swiper with ReactDom method
- refactor: remove unused ref on ul tag
- fix: setting transform properties on swipe
- Update index.d.ts
- Update index.d.ts
Add centerMode
and centerSlidePercentage
- Updates per requests from PR
- BUGFIX - updates to arrow key navigation handler to work in IE/Edge. Changed match from e.key => e.keyCode. Updated Carousel tests to account for new methods. There are two tests that fail, but they were failing in the existing repo as well.
- feat: add verticalSwipe property to deal with mobile vertical swipping.
This commit aims to fix issue 198.
- issue #191: Add alternative to codepen
- refactor: using ref as a callback instead of string to fix react ref error
- refactor: using if else statement instead of ternary to avoid multiple elements with same ref in render
- fix: typos in README and Carousel.js
- feat: add property to enable and disable swiping
- Revert "Automating gh-pages publishing"
This reverts commit 3dfb04ff2f69200c7f68ae060e5945d7fc3deaf9.
- Automating gh-pages publishing