- Fix Android
- Fix horizontal scroll in RN v0.28 (@sghiassy, @dmccer)
- onPageChange never called on indicator press on Android (@lideen)
- Fix carousel in iOS with react-native 0.28 (@francisco-sanchez-molina)
- Custom indicator content (@shidhincr)
- Call createClass on React instead of React Native (@scottluptowski)
- Hide inactive indicators (@scottluptowski)
- Compute width on the fly (@mikelambert)
- Android support (@mikelambert, @kushal)
- Fix for pressing indicator with custom width (@juankiz)
- Fix scrollWithoutAnimationTo deprecation warning (@juankiz)
- Fix depreciated parameter for scrollTo (@ronaldx)
- Fix scrolling to top when pressing iOS status bar (@juankiz)
- Added indicatorOffset property (@regeda)
- Fix for page loop animation
- Fix for Dimension import
- Remove duplicate width calculation when initialPage is defined (@ptmt)
- Add autoplay and looping options (@PraiseGeek)
- Add
indicatorSpace
prop (@alinz)
- Add
indicatorSize
prop (@daviferreira)
- Add
hideIndicators
prop (@daviferreira)
- Add
onPageChange
prop (@unknownexception)
- Bump react-native dependency
- 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)
- Initial component