Skip to content

Latest commit

 

History

History
42 lines (30 loc) · 963 Bytes

CHANGELOG.md

File metadata and controls

42 lines (30 loc) · 963 Bytes

0.4.5

  • Fix scrolling to top when pressing iOS status bar (@juankiz)

0.4.4

  • Added indicatorOffset property (@regeda)

0.4.3

  • Fix for page loop animation

0.4.2

  • Fix for Dimension import

0.4.1

  • Remove duplicate width calculation when initialPage is defined (@ptmt)

0.4.0

  • Add autoplay and looping options (@PraiseGeek)

0.3.5

  • Add indicatorSpace prop (@alinz)

0.3.3

  • Add indicatorSize prop (@daviferreira)

0.3.2

  • Add hideIndicators prop (@daviferreira)

0.3.1

  • Add onPageChange prop (@unknownexception)

0.3.0

  • Bump react-native dependency

0.2.0

  • Add indicatorAtBottom prop (@imaffett)
  • Added new styles for the indicator positions (@imaffett)
  • Clicking the indicators will switch the card/page it is on. (@imaffett)
  • Set the background of the indicator to transparent. (@imaffett)
  • Set bounces=false on the ScrollView used for the Carousel (@imaffett)

0.1.0

  • Initial component