Skip to content

Bump react-native-modalize from 1.3.6 to 2.0.4 in /packages/app#471

Closed
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/npm_and_yarn/packages/app/react-native-modalize-2.0.4
Closed

Bump react-native-modalize from 1.3.6 to 2.0.4 in /packages/app#471
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/npm_and_yarn/packages/app/react-native-modalize-2.0.4

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jun 24, 2020

Copy link
Copy Markdown

Bumps react-native-modalize from 1.3.6 to 2.0.4.

Release notes

Sourced from react-native-modalize's releases.

2.0.3

👀 Bug Fixes

2.0.0

Really happy to release this brand new major version for react-native-modalize.

I have been working on it for the last couple of weeks. Many thanks for the people who contributed, opened PR and found issues. High five to @xxsnakerxx for having contributing many times in the last few weeks!

  • I rewrote the package using function component, that makes the library lighter, faster and using the latest React practices.
  • I also rewrote and reorganize most of the documentation to be easier to read, with way more information about the props, methods, usages and more examples.
  • Finally, there was a lot of issues about Modalize not being able to be displayed on top of a bottom tab navigation (e.g. with react-navigation). I released a new package called react-native-portalize to be able to solve this issue. It works with Modalize but can also be useful in other context.

💣 Breaking change

  • The required ref to open or close Modalize is still the same ref={modalizeRef}, modalizeRef.current.open(). However, you won't be able to access scrollTo, scrollToIndex on the content renderer using this ref anymore. You will need to use the new ref contentRef that will give you access to the content methods. contentRef={contentRef}, contentRef.current.getScrollResponder().scrollTo(...). "content" stands for ScrollView, FlatList or SectionList depending the content renderer you are using.

🎉 New features

✨ Improvements

  • Allow alwaysOpen and ajustToContentHeight props to work at the same time #172 (c37ecd5)
  • Simplified and fixed adjustToContentHeight props by @xxsnakerxx (#166) (0c5d908)
  • Recalculate when toggle adjustToContentHeight prop (6fc762d)
  • Basic support for react-native-web (8d98896)
  • Enable horizontal scrolling for ScrollView by @xxsnakerxx (#121) (49ec5ae)
  • Allow alwaysOpen to open to default position (bed354e)
  • scrollTo methods updated for flatList and sectionList by @xxsnakerxx (#126) (038a5ab)
Changelog

Sourced from react-native-modalize's changelog.

[2.0.4] - 2020-05-20

👀 Bug Fixes

[2.0.3] - 2020-05-08

👀 Bug Fixes

[2.0.0] - 2020-05-05

Really happy to release this brand new major version for react-native-modalize.

I have been working on it for the last couple of weeks. Many thanks for the people who contributed, opened PR and found issues. High five to @xxsnakerxx for having contributing many times in the last few weeks!

  • I rewrote the package using function component, that makes the library lighter, faster and using the latest React practices.
  • I also rewrote and reorganize most of the documentation to be easier to read, with way more information about the props, methods, usages and more examples.
  • Finally, there was a lot of issues about Modalize not being able to be displayed on top of a bottom tab navigation (e.g. with react-navigation). I released a new package called react-native-portalize to be able to solve this issue. It works with Modalize but can also be useful in other context.

💣 Breaking change

  • The required ref to open or close Modalize is still the same ref={modalizeRef}, modalizeRef.current.open(). However, you won't be able to access scrollTo, scrollToIndex on the content renderer using this ref anymore. You will need to use the new ref contentRef that will give you access to the content methods. contentRef={contentRef}, contentRef.current.getScrollResponder().scrollTo(...). "content" stands for ScrollView, FlatList or SectionList depending the content renderer you are using.

🎉 New features

✨ Improvements

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 24, 2020
@dependabot @github

dependabot Bot commented on behalf of github Jul 27, 2020

Copy link
Copy Markdown
Author

Superseded by #513.

@dependabot dependabot Bot closed this Jul 27, 2020
@dependabot dependabot Bot deleted the dependabot/npm_and_yarn/packages/app/react-native-modalize-2.0.4 branch July 27, 2020 05:33
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