pure-react-carousel

A highly impartial suite of React components that can be assembled by the consumer to create a carousel with almost no limits on DOM structure or CSS styles. If you're tired of fighting some other developer's CSS and DOM structure, this carousel is for you.

MIT License

Downloads
350.9K
Stars
1.7K
Committers
50

Bot releases are hidden (Show)

pure-react-carousel -

Published by mrbinky3000 over 5 years ago

  • Added a dragStep prop that mimics the logic of the step prop but only for drag/swipe events. #122
  • Fixed package-lock, rollup config, and a linting error preventing people from running dev server on fresh install
pure-react-carousel - v1.17.0

Published by mrbinky3000 almost 6 years ago

  • new feature: ability to create custom spinner
  • new feature: GH page demo that isn't ugly
  • updates: documentation updates
  • fix: added react typings to dev dependencies.
pure-react-carousel - v1.16.2

Published by mrbinky3000 almost 6 years ago

  • Fixed: Needed to re-build dist folder to fix strange css related issue in previous release.
pure-react-carousel - v.1.16.1

Published by mrbinky3000 almost 6 years ago

Bugfixes

  • fixed: carousel became "stuck" on mouse movement when mouse dragged outside of the slider.
  • fixed: carousel also "stuck" on right click
  • fixed: memory leaks due to improper cleanup of native event listeners
  • fixed: mouse drags on the carousel should not trigger click events on slides
pure-react-carousel - v1.16.0

Published by mrbinky3000 almost 6 years ago

  • Added two image sets to ImageWithZoom component to help combat fuzzy images in Chrome.
pure-react-carousel -

Published by mrbinky3000 almost 6 years ago

  • Fixed a security warning with the "merge" node module, which is a sub-dependency.
  • Fixed lockOnWindowScroll bug