- 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
- Update README.md
Removes duplicate option from the documentation
- Update changelog and changelog whitelist
- #131: Add story and docs about the custom formatter
- #131: Allow user to pass a custom formatter for status
- #131: Removing old unused files
- #129: Allow only right and left keys when axis is horizontal
- #118: Fixing jank swipe on mobile
- #118: Adding support to swipe tolerance
- #97: Fixing issue with auto play and swipe on mobile
- #97: Updating react-easy-swipe
- #112: Fix emulateTouch
- #112: Fix auto play
- Adding links for changelog and troubleshooting in the readme
- #98: Fixing bug where the Thumbs component would throw an error if a custom component was rendered inside it
- #112: Converting source to es6
- #112: Setup for es6
- Changing publish task
- Creating changelog
- #98: Delay rendering of thumbs when children is not provided
- #98: Adding snapshot tests
- #98: Testing only component source, not storybook