- Include index.html to storybook url
- 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
- Add centerSlidePercentage
- Fix last centered slide position calculation
- Add centerMode prop
- Update README
- Add tests
- Add stories to Storybook
- Create CODE_OF_CONDUCT.md
- Add license scan report and status
- #151: Autoplay keeps trying to transition after the component has been unmounted
- add thumbWidth prop to allow specifying thumbnail width add documentation for new thumbWidth prop
- added Component and removed bracker from code example of README
- Adding CONTRIBUTING.md
- issue-159: Ignoring storybook when publishing to npm
- #159: Updating css instructions
- Update README.md
- Update index.d.ts
Fix typo!
- #148 Autoplay and stop on hover causes a warning.
- Added tests for the internal state isMouseEntered and tests for enabeling and disabeling the auto play function on mouse enter / leave.
- #148 Autoplay and stop on hover causes a warning.
- Added build version of carousel.
- #148 Autoplay and stop on hover causes a warning.
- Added a mouse entered state so we know when not to activate the auto play feature.
- #148 Autoplay and stop on hover causes a warning.
- Types author header added.
children
prop added.- TypeScript types definitions file added.
- #134: Using move to on componentWillReceiveProps so the carousel respects its boundaries when changed through external controls
- #140: Revert to initial position when movement is less than tolerance
- Adding license