re-carousel

Minimal carousel component for React.

Downloads
1.2K
Stars
273
Committers
10
re-carousel - Latest Release

Published by amio about 5 years ago

  • Re-render on resize. (#123) aaf56b6 (Thanks to @gavinkilbride)

https://github.com/amio/re-carousel/compare/v2.3.1...v2.4.0

re-carousel -

Published by amio almost 6 years ago

Fixed

  • Render correctly with frames changes. (#117) (Thanks to @lluisrojass)
re-carousel -

Published by amio about 6 years ago

Added

  • Add onTransitionEnd callback. Resolve #111 3bbbaad
  • Add keyboard navigator widget example. Resolve #112 f6d06ef

Fixed

  • Fix overlapping issue when loop with 2 frames. #113 1b86bae
re-carousel -

Published by amio about 6 years ago

Added

  • Move widgets outside the frames wrapper. #109
re-carousel -

Published by amio about 6 years ago

Fixed

  • Drag outside bug #66
  • Prevent default touchmove behavior on mobile browser #103
re-carousel -

Published by amio about 6 years ago

Fixed

  • Touch start event dont prevent click event. #105
re-carousel -

Published by amio about 6 years ago

Added

  • Add support for custom class (#108) (Thanks to @joshuarrr)
re-carousel -

Published by amio almost 7 years ago

A full rewrite.

Added

  • Support widgets attribute for indicator, switch button etc.
  • Add example code (indicator & switch button) for widgets.
  • Add loop attribute. (non-loop by default)

Removed

  • Remove indicator attribute in favor of widgets.
re-carousel -

Published by amio almost 7 years ago

Added

  • CHANGELOG.md

Fixed

  • A glitch while sliding in 2 frames.
re-carousel -

Published by amio almost 7 years ago

Fixed

  • Prevent ghost autoSlides #60
re-carousel -

Published by amio almost 7 years ago

Fixed

  • Auto slide can not start until an interaction. #61
re-carousel -

Published by amio almost 7 years ago

Fixed

  • Temporaly disable module export. Wait for better supporting mjs in toolchains. #82
re-carousel -

Published by amio over 8 years ago

re-carousel -

Published by amio over 8 years ago

  • Add a optional dot-style indicator.