Skip to content

Latest commit

 

History

History
89 lines (65 loc) · 4.95 KB

CHANGELOG.md

File metadata and controls

89 lines (65 loc) · 4.95 KB
  • [1.5.1]

  • [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() to scrollBy()
    • image index is now always an integer
    • prevents parent state updates from reseting index counter
    • fixes issue with scrolling not working sometimes
  • [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
  • [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 Xcode 7.2 / React Native 0.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 update index.
  • [v1.2.0]

    • 838b24c Re-design a loop model for avoid img flickering.
    • 9cb91c5 fixes #7 onMomentumScrollEnd lost event param. (thanks @smothers)
  • [v1.1.1]

  • [v1.1.0]

  • [v1.0.4]

  • [v1.0.3]