Skip to content

Releases: leecade/react-native-swiper

1.5.5

04 Aug 19:26
Compare
Choose a tag to compare
  • Update: using PropTypes from prop-types and Change View.propTypes to ViewPropTypes

1.5.4

21 Nov 00:39
Compare
Choose a tag to compare
  • Added easily accessible pagination point manipulation: use dotColor / activeDotColor and dotStyle / activeDotStyle (thanks @denizs)
  • Added scrollEnabled prop to documentation (thanks @ibandominguez)

1.5.3

02 Nov 02:51
Compare
Choose a tag to compare
  • Add loadMinimalLoader prop to customize (thanks @Exilz)
  • Disable autoplay timer when prop changes to false (thanks @dizlexik)
  • Special thanks to @hypatiah for fixed some grammatical errors in README

1.5.2

17 Oct 17:14
Compare
Choose a tag to compare
  • Add yarn lock
  • Fix jitter when quickly swiping back and forth between pages (iOS) (thanks @nemophrost)
  • The first webview always reloaded when injecting the rest of the children (thanks @eosterberg)

1.5.1

08 Oct 19:27
Compare
Choose a tag to compare
  • Allow scroll without animate
  • Remove #254 which break the scroll direction in loop mode

1.5.0

08 Oct 08:48
Compare
Choose a tag to compare
  • 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

25 Aug 01:28
Compare
Choose a tag to compare

Adds

Adds loadMinimalSize property (1675559) - @facupedrazzini

1.4.10

21 Aug 23:48
Compare
Choose a tag to compare

Adds

add loadMinimal to api (lazyloading-esque) (59f6f84) - @getnashty

1.4.9

15 Aug 23:36
Compare
Choose a tag to compare

Fixes

Adds extra check for title(ffa6574) - @atamang

1.4.8

31 Jul 23:04
Compare
Choose a tag to compare

fixes loop and autoplay bugs in android (e59df9d) - @yazgazan