Skip to content

Latest commit

 

History

History
74 lines (52 loc) · 1.68 KB

CHANGELOG.md

File metadata and controls

74 lines (52 loc) · 1.68 KB

0.11.0

  • React 16 support (@abuinitski)

0.10.0

  • Fix horizontal scroll in RN v0.28 (@sghiassy, @dmccer)

0.9.1

  • onPageChange never called on indicator press on Android (@lideen)

0.9.0

  • Fix carousel in iOS with react-native 0.28 (@francisco-sanchez-molina)

0.8.0

  • Custom indicator content (@shidhincr)

0.7.0

  • Call createClass on React instead of React Native (@scottluptowski)

0.6.1

  • Hide inactive indicators (@scottluptowski)

0.6.0

  • Compute width on the fly (@mikelambert)
  • Android support (@mikelambert, @kushal)

0.5.0

  • Fix for pressing indicator with custom width (@juankiz)
  • Fix scrollWithoutAnimationTo deprecation warning (@juankiz)

0.4.6

  • Fix depreciated parameter for scrollTo (@ronaldx)

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