Skip to content

Releases: meliorence/react-native-snap-carousel

v2.0.0

02 Feb 16:59
Compare
Choose a tag to compare

Breaking changes

  • Items are now direct children of the component, which makes it easier to use (thanks @Jonarod !)
  • Props items and renderItem have been removed

General

  • Set enableMomentum's default value to false

v1.6.1

16 Nov 16:37
Compare
Choose a tag to compare
  • Due to some touch events being buggy, rework methods so the children will receive touch events on Android.

v1.6.0

13 Jan 08:54
Compare
Choose a tag to compare
  • Add enableMomentum prop
  • Fix an infinite-loop on iOS with momentum enabled
  • Fix the snapping effect when releasing touch without interia on iOS with momentum enabled
  • Fix autoplay on Android, it should start and stop properly and stop being triggered while swiping
  • Use View.propTypes.style instead of PropTypes.number in styles validation (thanks @pesakitan22 !)

v1.5.0

13 Jan 08:52
Compare
Choose a tag to compare
  • Items length can now be changed on-the-fly (thanks @superical !)
  • Now handling momentum (thanks @FakeYou !)

v1.4.0

30 Nov 13:43
Compare
Choose a tag to compare
  • Better update strategy with shallowCompare
  • snapToNext(), snapToPrev(), currentIndex
  • yarn and stuff

v1.3.1

21 Nov 09:06
Compare
Choose a tag to compare
  • properly center on first item when mounting component on Android (potentially iOS too)

v1.2.1

10 Nov 16:50
Compare
Choose a tag to compare
  • Fix reference call when the component has been unmounted

v1.2.0

10 Nov 16:49
Compare
Choose a tag to compare
  • add onSnapToItem prop

v1.1.0

11 Oct 08:18
Compare
Choose a tag to compare
  • center slides properly
  • handle one slide only
  • add props 'inactiveSlideScale', 'inactiveSlideOpacity', 'containerCustomStyle' and 'contentContainerCustomStyle'

v1.0.0

11 Oct 08:12
Compare
Choose a tag to compare

Initial release