Skip to content

Update react-native-modal to the latest version 🚀#29

Open
greenkeeper[bot] wants to merge 2 commits into
masterfrom
greenkeeper/react-native-modal-3.0.2
Open

Update react-native-modal to the latest version 🚀#29
greenkeeper[bot] wants to merge 2 commits into
masterfrom
greenkeeper/react-native-modal-3.0.2

Conversation

@greenkeeper

@greenkeeper greenkeeper Bot commented Aug 21, 2017

Copy link
Copy Markdown
Contributor

Version 3.0.2 of react-native-modal just got published.

Dependency react-native-modal
Current Version 2.5.0
Type dependency

The version 3.0.2 is not covered by your current version range.

Without accepting this pull request your project will work just like it did before. There might be a bunch of new features, fixes and perf improvements that the maintainers worked on for you though.

I recommend you look into these changes and try to get onto the latest version of react-native-modal.
Given that you have a decent test suite, a passing build is a strong indicator that you can take advantage of these changes by merging the proposed change into your project. Otherwise this branch is a great starting point for you to work on the update.


Release Notes v3.0.2

Removed the hideOnBack and hideOnBackdropPress props that should have gone on v3.0.0

Commits

The new version differs by 23 commits.

There are 23 commits in total.

See the full diff

Not sure how things should work exactly?

There is a collection of frequently asked questions and of course you may always ask my humans.


Your Greenkeeper Bot 🌴

@alacroix alacroix self-assigned this Aug 21, 2017
greenkeeper Bot added a commit that referenced this pull request Aug 29, 2017
@greenkeeper

greenkeeper Bot commented Aug 29, 2017

Copy link
Copy Markdown
Contributor Author

Version 3.1.0 just got published.

Update to this version instead 🚀

Commits

The new version differs by 7 commits.

  • 221d0e3 v3.1.0
  • bf734e0 Updated dependencies
  • 401c242 Merge pull request #62 from Gerharddc/patch-1
  • b242ffc Remove 'declare' word
  • 8fbc650 Merge pull request #61 from luhui/master
  • 20d7647 fix setState can only update a mounted or mounting Component warning
  • ec3e290 Update index.d.ts

See the full diff

greenkeeper Bot added a commit that referenced this pull request Sep 19, 2017
@greenkeeper

greenkeeper Bot commented Sep 19, 2017

Copy link
Copy Markdown
Contributor Author

Version 4.0.0 just got published.

Update to this version instead 🚀

Commits

The new version differs by 13 commits.

  • 30665dc v4.0.0
  • fabcb8d Fixed PR #72
  • fcd421d Merge pull request #72 from Nickersoft/master
  • 5c5826b Animations are now adjusted when the component receives new props as well
  • 0eabfa8 Added support for custom animatable objects in addition to standard strings
  • ca7daad Merge pull request #65 from G3z/patch-2
  • 3be6d1b Linting
  • 0c4403d Update index.js
  • a52104c typo
  • e99ed2f fixed KeyboardAvoidingView
  • 4a20174 Merge pull request #64 from G3z/patch-1
  • e4f6751 Update README.md
  • 8e8dadc move the modal if keyboard is involved

See the full diff

greenkeeper Bot added a commit that referenced this pull request Oct 16, 2017
@greenkeeper

greenkeeper Bot commented Oct 16, 2017

Copy link
Copy Markdown
Contributor Author

Version 4.1.0 just got published.

Update to this version instead 🚀

Release Notes v4.1.0

New feature:

  • Added useNativeDriver prop for using Native Driver animations on both the backdrop and the view animation #78

Thanks a lot to @Barylskyigb!

Commits

The new version differs by 7 commits.

  • 1964362 v4.1.0
  • 357907d Merge pull request #78 from Barylskyigb/master
  • b54492d make it possible to pass useNativeDriver prop to both backdrop view and foreground view
  • fcc21bc Merge pull request #74 from mmerickel/fix-transitions
  • 3e194e0 lock transitions and cleanup when they are done
  • 8a89c60 Merge pull request #73 from iRoachie/typings
  • dd65834 feat(typings): Allow animation config to be string or object

See the full diff

greenkeeper Bot added a commit that referenced this pull request Oct 30, 2017
@greenkeeper

greenkeeper Bot commented Oct 30, 2017

Copy link
Copy Markdown
Contributor Author

Version 4.1.1 just got published.

Update to this version instead 🚀

Commits

The new version differs by 6 commits.

  • 8475be7 v4.1.1
  • 58d4051 Added FAQs
  • ed6fac2 Merge pull request #81 from stackia/patch-2
  • cc9fd96 Update index.d.ts
  • 49b9cfa Merge pull request #80 from stackia/patch-1
  • bbad7f2 Update typescript definition / Add avoidKeyboard

See the full diff

greenkeeper Bot added a commit that referenced this pull request Jan 26, 2018
@greenkeeper

greenkeeper Bot commented Jan 26, 2018

Copy link
Copy Markdown
Contributor Author

Version 5.0.0 just got published.

Update to this version instead 🚀

Commits

The new version differs by 38 commits.

There are 38 commits in total.

See the full diff

greenkeeper Bot added a commit that referenced this pull request Feb 19, 2018
@greenkeeper

greenkeeper Bot commented Feb 19, 2018

Copy link
Copy Markdown
Contributor Author

Version 5.0.1 just got published.

Update to this version instead 🚀

Commits

The new version differs by 9 commits.

  • b7293f1 5.0.1
  • 7895ab6 Updated package-lock
  • 0c2c75e Removed package
  • 2b03089 Removed yarn lock
  • 45d6225 Updated yarn lock
  • 7a99380 Merge branch 'master' of github.com:react-native-community/react-native-modal
  • 1bcb60e Updated dependencies
  • c7e8b38 Merge pull request #112 from yuyao110120/yuyao110120-patch-1
  • 00bf122 Use only the name of the animation

See the full diff

greenkeeper Bot added a commit that referenced this pull request Feb 24, 2018
@greenkeeper

greenkeeper Bot commented Feb 24, 2018

Copy link
Copy Markdown
Contributor Author

Version 5.1.0 just got published.

Update to this version instead 🚀

Commits

The new version differs by 13 commits.

See the full diff

greenkeeper Bot added a commit that referenced this pull request Feb 26, 2018
@greenkeeper

greenkeeper Bot commented Feb 26, 2018

Copy link
Copy Markdown
Contributor Author

Version 5.1.1 just got published.

Update to this version instead 🚀

Release Notes v5.1.1
  • Avoiding null is not an object (r.backdropRef.transitionTo) exception #119

Thanks @SudoPlz for the PR!

Commits

The new version differs by 3 commits.

  • a0a4287 5.1.1
  • caba491 Merge pull request #119 from SudoPlz/patch-1
  • 8d7af92 Avoiding null is not an object (evaluating 't.backdropRef.transitionTo') exception

See the full diff

greenkeeper Bot added a commit that referenced this pull request Mar 1, 2018
@greenkeeper

greenkeeper Bot commented Mar 1, 2018

Copy link
Copy Markdown
Contributor Author

Version 5.2.0 just got published.

Update to this version instead 🚀

Commits

The new version differs by 7 commits.

  • d73cb3d 5.2.0
  • a612179 Cleaning wt
  • 41ee1f7 Updated package.json
  • 2d623af Merge branch 'master' of github.com:react-native-community/react-native-modal
  • 554d250 Merge pull request #122 from alex-blair/fix/update-typings
  • d2d4d61 Add hideModalContentWhileAnimating to typings
  • 0b6e65a Updated eslintrc

See the full diff

greenkeeper Bot added a commit that referenced this pull request Mar 14, 2018
@greenkeeper

greenkeeper Bot commented Mar 14, 2018

Copy link
Copy Markdown
Contributor Author

Version 5.3.0 just got published.

Update to this version instead 🚀

Commits

The new version differs by 9 commits.

See the full diff

greenkeeper Bot added a commit that referenced this pull request Mar 26, 2018
@greenkeeper

greenkeeper Bot commented Mar 26, 2018

Copy link
Copy Markdown
Contributor Author

Version 5.4.0 just got published.

Update to this version instead 🚀

Release Notes v5.4.0
  • Updated dependencies
  • Updated README.md

Thanks @LouisJS and @nsipplswezey

Commits

The new version differs by 4 commits.

See the full diff

greenkeeper Bot added a commit that referenced this pull request May 29, 2018
@greenkeeper

greenkeeper Bot commented May 29, 2018

Copy link
Copy Markdown
Contributor Author

Version 6.1.0 just got published.

Update to this version instead 🚀

Release Notes v6.1.0

Minor typing an props changes

Commits

The new version differs by 25 commits.

  • 3384fbc 6.1.0
  • e2b8535 Merge pull request #160 from wkoutre/patch-1
  • 57f0cd4 Fix backdrop coverage on some Android
  • b3cbc72 Merge pull request #157 from masarusanjp/missing-props
  • 1c74a0a corrected ModalProps
  • c49eed2 Merge pull request #151 from dblackker/master
  • c27803b Remove scrollTo and scrollOffset required in type def
  • 81e8231 6.0.0
  • 62f4871 Example refactoring
  • 61dc890 Prettified
  • e978de6 Merge pull request #149 from pistonsky/master
  • f70d4cc Revert package version and example dependencies
  • 5070217 Updated package.json in examples
  • 2eab511 README update for scrollable modal
  • 4177c28 Better example for scrollable modal

There are 25 commits in total.

See the full diff

greenkeeper Bot added a commit that referenced this pull request Jul 5, 2018
@greenkeeper

greenkeeper Bot commented Jul 5, 2018

Copy link
Copy Markdown
Contributor Author

Version 6.2.0 just got published.

Update to this version instead 🚀

Commits

The new version differs by 4 commits.

See the full diff

greenkeeper Bot added a commit that referenced this pull request May 11, 2019
@greenkeeper

greenkeeper Bot commented May 11, 2019

Copy link
Copy Markdown
Contributor Author

Update to this version instead 🚀

greenkeeper Bot added a commit that referenced this pull request May 14, 2019
@greenkeeper

greenkeeper Bot commented May 14, 2019

Copy link
Copy Markdown
Contributor Author

Update to this version instead 🚀

greenkeeper Bot added a commit that referenced this pull request Jun 15, 2019
@greenkeeper

greenkeeper Bot commented Jun 15, 2019

Copy link
Copy Markdown
Contributor Author

Update to this version instead 🚀

greenkeeper Bot added a commit that referenced this pull request Jun 27, 2019
@greenkeeper

greenkeeper Bot commented Jun 27, 2019

Copy link
Copy Markdown
Contributor Author

Update to this version instead 🚀

greenkeeper Bot added a commit that referenced this pull request Jul 25, 2019
@greenkeeper

greenkeeper Bot commented Jul 25, 2019

Copy link
Copy Markdown
Contributor Author

Update to this version instead 🚀

greenkeeper Bot added a commit that referenced this pull request Jul 30, 2019
@greenkeeper

greenkeeper Bot commented Jul 30, 2019

Copy link
Copy Markdown
Contributor Author

Update to this version instead 🚀

greenkeeper Bot added a commit that referenced this pull request Jul 31, 2019
@greenkeeper

greenkeeper Bot commented Jul 31, 2019

Copy link
Copy Markdown
Contributor Author

Update to this version instead 🚀

greenkeeper Bot added a commit that referenced this pull request Sep 22, 2019
@greenkeeper

greenkeeper Bot commented Sep 22, 2019

Copy link
Copy Markdown
Contributor Author

Update to this version instead 🚀

greenkeeper Bot added a commit that referenced this pull request Nov 1, 2019
@greenkeeper

greenkeeper Bot commented Nov 1, 2019

Copy link
Copy Markdown
Contributor Author

Update to this version instead 🚀

greenkeeper Bot added a commit that referenced this pull request Nov 1, 2019
@greenkeeper

greenkeeper Bot commented Nov 1, 2019

Copy link
Copy Markdown
Contributor Author

Update to this version instead 🚀

greenkeeper Bot added a commit that referenced this pull request Nov 7, 2019
@greenkeeper

greenkeeper Bot commented Nov 7, 2019

Copy link
Copy Markdown
Contributor Author

Update to this version instead 🚀

greenkeeper Bot added a commit that referenced this pull request Nov 8, 2019
@greenkeeper

greenkeeper Bot commented Nov 8, 2019

Copy link
Copy Markdown
Contributor Author

Update to this version instead 🚀

greenkeeper Bot added a commit that referenced this pull request Feb 17, 2020
@greenkeeper

greenkeeper Bot commented Feb 17, 2020

Copy link
Copy Markdown
Contributor Author

Update to this version instead 🚀

greenkeeper Bot added a commit that referenced this pull request Mar 20, 2020
@greenkeeper

greenkeeper Bot commented Mar 20, 2020

Copy link
Copy Markdown
Contributor Author

Update to this version instead 🚀

greenkeeper Bot added a commit that referenced this pull request Mar 21, 2020
@greenkeeper

greenkeeper Bot commented Mar 21, 2020

Copy link
Copy Markdown
Contributor Author

Update to this version instead 🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants