-
[1.6.0-dev]
- ViewPagerAndroid: react-native => @react-native-community/viewpager
- add TypeScript typing of containerStyle
-
[1.5.14]
- fixes #582 (Android not setting this onLayout first?) #789 (thanks @fungilation)
- Add onScrollBegin and onTouchEnd for Android #684 (thanks @kostyaVyrodov)
-
[1.5.13]
- Workaround for react-native 0.4.8 contentOffset regression #572 (thanks @nixoz)
- Fix wrong calculation of width and height after device rotation #581 (thanks @kostyaVyrodov)
- Calculated width & height on layout, used later on re-rendering. Possibility to change ScrollView styles #548 (thanks @germanst)
-
[1.5.12]
- Update core packages
- Optionally disable the 'next' control button (thanks @SSTPIERRE2)
- Fix
Uncaught TypeError: _this.refs.scrollView.scrollTo is not a function
(thanks @flyskywhy) - Allow dotStyle and activeDotStyle PropTypes to accept Stylesheet (thanks @knopt)
- Calculate the offset in the initial state instead of
onLayout
(thanks @kjkta)
-
[1.5.11]
- Typescript Definition
-
[1.5.1]
- Allow scroll without animate, ref: scrollBy(index, animated)
- Remove #254 which break the scroll direction in loop mode
-
[1.5.0]
- Improve develop workflow for support watch & use real pkg name in examples
- Update examples for support
React-native 0.33
+Xcode8
+ios10
+iphone7
- Switch to standard code style
- Rewrite source code with ES6 syntex
- Cancel transform the source code when publish
- Add a demo for
loadMinimal
+lazyload
- Add a demo for multi-images viewer
- #254 Fix jitter when quickly swiping back and forth between pages (iOS) (@thanks @nemophrost).
-
[1.4.11]
- Adds loadMinimalSize property
-
[1.4.10]
- Adds loadMinimal to api (lazyloading-esque)
-
[1.4.9]
- Adds extra check for title
-
[1.4.8]
- Fixes loop and autoplay bugs in android
-
[1.4.7]
- Don't attempt to mutate this.props
- Fixes examples links
- Adds drag end handling to always reset state.isScrolling
- Fixes float calculation error
-
[1.4.6]
- refactors examples
- prevents mutation of
this.props
- fixes android index loop issue
-
[1.4.5]
- renames
scrollTo()
toscrollBy()
- image index is now always an integer
- prevents parent state updates from reseting index counter
- fixes issue with scrolling not working sometimes
- renames
-
[1.4.4]
- Support for React Native latest(
^0.26.0
) - Updates examples to work with react-native-swiper 1.4.4
- Examples now run on Android (some are still buggy, needs more work)
- Removes old examples folder
- Support for React Native latest(
-
[1.4.3]
- Fixed auto play issue when only a child view
-
[v1.4.0]
-
Support for React Native latest(
^0.17.0
) & Upgrade examples base on Xcode7.2
/ React Native0.17.0
-
Upgrade build tool to babel6
-
Add missing deps
react-timer-mixin
-
1f8643a Move Dimensions import to deconstructed React import for react-native (@thanks @jedrekk).
-
e28af9b Support index property in combination with loop property (@thanks @almost).
-
6c832d fix warnings about keys for dots (@thanks @sunnylqm).
-
8de1afc Changes to make the example work in xcode 7 (@thanks @allomov).
-
-
[v1.3.0]
-
[v1.2.2]
- 890c0ce ensure
onMomentumScrollEnd
synchronous updateindex
.
- 890c0ce ensure
-
[v1.2.0]
-
[v1.1.1]
- 21f0b00 fixes #6 a define-propType error. (thanks @benjamingeorge)
-
[v1.1.0]
- 44ec630 fixes #4
onMoementumScrollEnd
gets overridden. (thanks @subpublicanders) - 5de06a7 New prop:
renderPagination
. (thanks @aksonov)
- 44ec630 fixes #4
-
[v1.0.4]
- 21cb373 fixes #2 Solve the problem of installation. (thanks @jamwaffles)
-
[v1.0.3]