Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jun 15, 2020

Bumps react-native-swiper from 1.6.0-nightly.5 to 1.6.0.

Release notes

Sourced from react-native-swiper's releases.

v1.6.0

Installation

npm i --save react-native-swiper@next

Breaking Changes 💥

android swiper container style props name change: style => containerStyle

📚Completed Work

Dependency

  • Remove ViewPagerAndroid, use ScrollView #1009 (remember to clean the old node_modules)

TypeScript

  • correct the wrong types #1000
  • Add missing scrollBy TypeScript definition #931
  • SwiperProps extends ScrollView base type (✨v1.6.0-rc.3)

New Feature

  • add scrollTo #831
  • Added prop to disable the PrevButton #749
  • Optionally render page #1004

Bug Fix

  • ES6 and CommonJS compatibility #717
  • Solves the issue of state messing up when parent component calls setState #939
  • replay when autoplay is setted to true #1002
  • rename unsafe lifecycles
  • fix broken examples and migrate to react-native 0.60.x
  • fix bad jumping on ios when loadMinimal set true
  • fix fliker when loop and loadMinimal are enabled #1062
  • invoke onMomentumScrollEnd even offset no diff (✨v1.6.0-rc.3)
Changelog

Sourced from react-native-swiper's changelog.

  • [1.6.0-dev]

    • ViewPagerAndroid: react-native => @react-native-community/viewpager
    • add TypeScript typing of containerStyle
  • [1.5.14]

  • [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]

  • [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
... (truncated)
Commits

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Jun 15, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants