Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update dependency react-native-screens to v3 #78

Closed
wants to merge 1 commit into from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Apr 10, 2021

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
react-native-screens ~2.15.2 -> ~3.19.0 age adoption passing confidence

Release Notes

software-mansion/react-native-screens

v3.19.0

Compare Source

Minor release with support for React Native 0.71

Important: Since this version, Fabric is only supported for React Native 0.71+. Support for older versions has beed dropped.

🐛 Bug fixes

👍 Improvements

🔢 Miscellaneous

New Contributors

Full Changelog: software-mansion/react-native-screens@3.18.2...3.19.0

v3.18.2

Compare Source

Patch release fixing regression on old architecture introduced in 3.18.1.

See #​1614 & #​1615 for details.

🐛 Bug fixes

v3.18.1

Compare Source

Patch release fixing #​1608 as library configuration for @react-native-cli was not present in previously released version.

🐛 Bug fixes

Full Changelog: software-mansion/react-native-screens@3.18.0...3.18.1

v3.18.0

Compare Source

Minor release focusing on Fabric autolinking, small fixes, support for React Native 0.70 and some internal changes 🎉

Important: Since this version, Fabric is only supported for React Native 0.70+. Support for older versions has beed dropped. See #​1594.

🐛 Bug fixes

👍 Improvements

🔢 Miscellaneous

Full Changelog: software-mansion/react-native-screens@3.17.0...3.18.0

v3.17.0

Compare Source

Minor release fixing bugs, including #​1565 🎉

🐛 Bug fixes

🔢 Miscellaneous

New Contributors

🙌 Thank you for your contributions!

Full Changelog: software-mansion/react-native-screens@3.16.0...3.17.0

v3.16.0

Compare Source

Minor release fixing cooperation of gesture recognisers & modals, fixing bugs and adding some new features 🎉

🐛 Bug fixes

👍 Improvements

🔢 Miscellaneous

New Contributors

🙌 Thank you for your contributions!

Full Changelog: software-mansion/react-native-screens@3.15.0...3.16.0

v3.15.0

Compare Source

Minor release focused mostly on resolving issues with gesture recognition and its integration with ScrollView on iOS (Fabric & Paper)

🐛 Bug fixes

👍 Improvements

🔢 Miscellaneous

New Contributors

🙌 Thank you for your contributions!

Full Changelog: software-mansion/react-native-screens@3.14.1...3.15.0

v3.14.1

Compare Source

Patch release fixing bug which caused gestureResponseDistance Screen prop to not work properly, when the component was not created via react-native-screens native stack. See: https://github.com/software-mansion/react-native-screens/pull/1507 for changes.

v3.14.0

Compare Source

Minor release fixing bugs, introducing better support for Fabric (iOS), compatibility with react-native 0.69

Moreover, from this release forward, Fabric is supported only for react-native 0.69+. Support for 0.68.x is dropped.

🐛 Bug fixes

👍 Improvements

🔢 Miscellaneous

🙌 Thank you for your contributions!

Full Changelog: software-mansion/react-native-screens@3.13.1...3.14.0

v3.13.1

Compare Source

Patch release adding https://github.com/software-mansion/react-native-screens/pull/1351 that suppresses Function components cannot be given refs. Attempts to access this ref will fail warning on Fabric architecture.

v3.13.0

Compare Source

Minor release fixing bugs, improving typings, and adding some functionalities 🎉

🐛 Bug fixes

👍 Improvements

🔢 Miscellaneous

🙌 Thank you for your contributions!

v3.12.0

Compare Source

This minor release includes initial support for Fabric architecture 🎉

To learn about what we've achieved so far check out our Introducing Fabric to React Native Screens blog post.

Changes:

v3.11.1

Compare Source

Patch release adding https://github.com/software-mansion/react-native-screens/pull/1313 that fixes incorrect swipe direction default.

v3.11.0

Compare Source

Minor release fixing bugs, improving typings, and adding some functionalities 🎉

🐛 Bug fixes

👍 Improvements

🔢 Miscellaneous

🙌 Thank you for your contributions!

v3.10.2

Compare Source

Patch release adding https://github.com/software-mansion/react-native-screens/pull/1245 that removes the use of jcenter() in the library

v3.10.1

Compare Source

Patch release adding #​1233 for usage in Expo SDK.

v3.10.0

Compare Source

Minor release fixing bugs, improving typings, and adding some functionalities 🎉

🐛 Bug fixes

👍 Improvements

🔢 Miscellaneous

🙌 Thank you for your contributions!

v3.9.0

Compare Source

Minor release fixing bugs, improving typings, and adding some functionalities 🎉

🐛 Bug fixes

👍 Improvements

🔢 Miscellaneous

🙌 Thank you for your contributions!

v3.8.0

Compare Source

Minor release with important bug fixes 🎉

🐛 Bug fixes

🔢 Miscellaneous

For library authors, #​1148 may be considered a BREAKING CHANGE. From now on you'll need to implement your own logic for the hardware back button on Android same as it is done in react-navigation.

🙌 Thank you for your contributions!

v3.7.2

Compare Source

Patch release adding #​1127 for usage in Expo SDK.

v3.7.1

Compare Source

Patch release adding #​1119 for usage in Expo SDK.

v3.7.0

Compare Source

Minor release fixing bugs, improving typings, and adding some functionalities 🎉

🐛 Bug fixes

👍 Improvements

🔢 Miscellaneous

Be aware that #​801 may be considered a BREAKING CHANGE if you relied on the default header back button native dismissal. It can be switched by setting nativeBackButtonDismissalEnabled: true on the screen.
Also, be aware that using fullScreenSwipeEnabled option (#​1072) with gestureEnabled set to true will cancel JS recognizers on the screen when using vertical or horizontal swipe gestures.

🙌 Thank you for your contributions!

v3.6.0

Compare Source

Minor release fixing bugs, improving typings, and adding some functionalities 🎉

🐛 Bug fixes

👍 Improvements

🔢 Miscellaneous


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate. View repository job log here.

@renovate renovate bot force-pushed the renovate/react-native-screens-3.x branch from cf7f12f to af733be Compare April 10, 2021 15:52
@renovate renovate bot force-pushed the renovate/react-native-screens-3.x branch from af733be to 814dcca Compare May 10, 2021 15:08
@renovate renovate bot force-pushed the renovate/react-native-screens-3.x branch from 814dcca to 2533877 Compare May 24, 2021 15:43
@renovate renovate bot force-pushed the renovate/react-native-screens-3.x branch from 2533877 to 88b4af3 Compare June 17, 2021 14:46
@renovate renovate bot force-pushed the renovate/react-native-screens-3.x branch from 88b4af3 to f820749 Compare August 3, 2021 15:04
@renovate renovate bot force-pushed the renovate/react-native-screens-3.x branch from f820749 to e5b8f85 Compare August 23, 2021 15:49
@renovate renovate bot force-pushed the renovate/react-native-screens-3.x branch from e5b8f85 to dade7c5 Compare September 9, 2021 12:15
@renovate renovate bot force-pushed the renovate/react-native-screens-3.x branch from dade7c5 to 1aea7a1 Compare September 28, 2021 13:25
@renovate renovate bot force-pushed the renovate/react-native-screens-3.x branch from 1aea7a1 to 13c1b9c Compare October 29, 2021 15:19
@renovate renovate bot force-pushed the renovate/react-native-screens-3.x branch from 13c1b9c to 3f70f86 Compare December 2, 2021 18:01
@renovate renovate bot force-pushed the renovate/react-native-screens-3.x branch from 3f70f86 to e692719 Compare March 7, 2022 12:18
@renovate renovate bot force-pushed the renovate/react-native-screens-3.x branch from e692719 to 0eeaed7 Compare September 25, 2022 12:29
@renovate renovate bot force-pushed the renovate/react-native-screens-3.x branch from 0eeaed7 to 4570b5c Compare November 20, 2022 09:38
@renovate renovate bot force-pushed the renovate/react-native-screens-3.x branch from 4570b5c to 6718306 Compare February 1, 2023 00:24
@pvinis pvinis closed this Feb 1, 2023
@renovate renovate bot deleted the renovate/react-native-screens-3.x branch February 1, 2023 00:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant