-
-
Notifications
You must be signed in to change notification settings - Fork 417
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
fix(deps): update dependency react-native-screens to ~3.29.0 - autoclosed #822
Closed
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
renovate
bot
force-pushed
the
renovate/react-native-screens-3.x
branch
from
January 2, 2024 10:22
2804303
to
385b04a
Compare
renovate
bot
force-pushed
the
renovate/react-native-screens-3.x
branch
2 times, most recently
from
January 4, 2024 21:54
bcd37b3
to
d36e320
Compare
renovate
bot
force-pushed
the
renovate/react-native-screens-3.x
branch
from
January 4, 2024 22:08
d36e320
to
94e117a
Compare
renovate
bot
force-pushed
the
renovate/react-native-screens-3.x
branch
from
January 4, 2024 22:11
94e117a
to
8d8901f
Compare
renovate
bot
force-pushed
the
renovate/react-native-screens-3.x
branch
from
January 6, 2024 22:27
8d8901f
to
97d2e11
Compare
renovate
bot
force-pushed
the
renovate/react-native-screens-3.x
branch
from
January 6, 2024 22:32
97d2e11
to
3f7ca9d
Compare
renovate
bot
force-pushed
the
renovate/react-native-screens-3.x
branch
from
January 10, 2024 20:27
3f7ca9d
to
a2b212b
Compare
renovate
bot
force-pushed
the
renovate/react-native-screens-3.x
branch
from
January 16, 2024 08:43
a2b212b
to
2604bdb
Compare
renovate
bot
force-pushed
the
renovate/react-native-screens-3.x
branch
from
January 16, 2024 10:54
2604bdb
to
9189d2e
Compare
renovate
bot
force-pushed
the
renovate/react-native-screens-3.x
branch
from
January 16, 2024 17:29
9189d2e
to
b72e27e
Compare
renovate
bot
force-pushed
the
renovate/react-native-screens-3.x
branch
from
January 27, 2024 11:34
b72e27e
to
d927583
Compare
renovate
bot
force-pushed
the
renovate/react-native-screens-3.x
branch
from
January 27, 2024 11:40
d927583
to
f5877be
Compare
renovate
bot
force-pushed
the
renovate/react-native-screens-3.x
branch
from
January 27, 2024 12:13
f5877be
to
c5012ee
Compare
renovate
bot
force-pushed
the
renovate/react-native-screens-3.x
branch
from
January 27, 2024 12:27
c5012ee
to
8f5a480
Compare
renovate
bot
force-pushed
the
renovate/react-native-screens-3.x
branch
from
January 27, 2024 12:34
8f5a480
to
f4616c2
Compare
renovate
bot
changed the title
fix(deps): update dependency react-native-screens to ~3.29.0
fix(deps): update dependency react-native-screens to ~3.29.0 - autoclosed
Jan 28, 2024
auto-merge was automatically disabled
January 28, 2024 10:21
Pull request was closed
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
None yet
0 participants
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
~3.22.1
->~3.29.0
Release Notes
software-mansion/react-native-screens (react-native-screens)
v3.29.0
Compare Source
Minor release including fix for iOS that was accidentally omitted from 3.28.0. It should be now possible to present modal in outer stack, from modal in nested stack (😄 )
What's Changed
🐛 Bug fixes
Full Changelog: software-mansion/react-native-screens@3.28.0...3.29.0
v3.28.0
Compare Source
Minor release adding a support for React Native 0.73, adding new iOS-like slide animation, fixing crashes with AVPlayer on iOS and resolving build issues on Android.
What's Changed
🐛 Bug fixes
traverseForScrollView
method by @tboba in https://github.com/software-mansion/react-native-screens/pull/1969👍 Improvements
🔢 Miscellaneous
New Contributors
Full Changelog: software-mansion/react-native-screens@3.27.0...3.28.0
v3.27.0
Compare Source
Minor release focusing on resolving build issues in certain configurations, compatibility with RC versions of React Native and crash on Fabric.
What's Changed
🐛 Bug fixes
canCoalesce
method to RNSHeaderHeightChangeEvent by @tboba in https://github.com/software-mansion/react-native-screens/pull/1933🔢 Miscellaneous
@babel/traverse
from 7.21.0 to 7.23.2 by @kkafar in https://github.com/software-mansion/react-native-screens/pull/1929react-devtools-core
from 4.28.0 to 4.28.4 by @tboba in https://github.com/software-mansion/react-native-screens/pull/1941New Contributors
Full Changelog: software-mansion/react-native-screens@3.26.0...3.27.0
v3.26.0
Compare Source
Minor release adding new useAnimatedHeaderHeight and useReanimatedHeaderHeight hooks, providing fixes for search bar and introducing internal changes. Please note that new hooks introduced in this release are fully functional on Paper, on Fabric there are few edge cases we are still working on.
What's Changed
🐛 Bug fixes
headerConfig
prop on Android by @tboba in https://github.com/software-mansion/react-native-screens/pull/1883👍 Improvements
🔢 Miscellaneous
RCTEventEmitter
by @kkafar in https://github.com/software-mansion/react-native-screens/pull/1867require
syntax for resolution of all native components by @kkafar in https://github.com/software-mansion/react-native-screens/pull/1909npx expo install
by @GabrieldosSantosOliveira in https://github.com/software-mansion/react-native-screens/pull/1899Example
app & e2e tests to RN 0.72.4 by @kkafar in https://github.com/software-mansion/react-native-screens/pull/1880New Contributors
Full Changelog: software-mansion/react-native-screens@3.25.0...3.26.0
v3.25.0
Compare Source
What's Changed
Minor release focused on bug fixes & internals.
🐛 Bug fixes
RNSScreenView#finalizeUpdates
by @kkafar in https://github.com/software-mansion/react-native-screens/pull/1855🔢 Miscellaneous
sheetCornerRadius
by @kkafar in https://github.com/software-mansion/react-native-screens/pull/1863PlatformColor
instead of plainstring
for color related props by @retyui in https://github.com/software-mansion/react-native-screens/pull/1846replaceSystemWindowInsets
toBuilder.setSystemWindowInsets
by @kirillzyusko in https://github.com/software-mansion/react-native-screens/pull/1868New Contributors
Full Changelog: software-mansion/react-native-screens@3.24.0...3.25.0
v3.24.0
Compare Source
Minor release focused on fixing build issues reported in #1859.
What's Changed
🐛 Bug fixes
toggleCancelButton
search bar command by @kkafar in https://github.com/software-mansion/react-native-screens/pull/1854🔢 Miscellaneous
sheetExpandsWhenScrollingToEdge
prop as iOS specific by @kkafar in https://github.com/software-mansion/react-native-screens/pull/1851Full Changelog: software-mansion/react-native-screens@3.23.0...3.24.0
v3.23.0
Compare Source
What's Changed
🐛 Bug fixes
useHeaderHeight
hook by @tboba in https://github.com/software-mansion/react-native-screens/pull/1844👍 Improvements
🔢 Miscellaneous
tough-cookie
andsemver
dependencies by @tboba in https://github.com/software-mansion/react-native-screens/pull/1823word-wrap
by @kkafar in https://github.com/software-mansion/react-native-screens/pull/1834New Contributors
Full Changelog: software-mansion/react-native-screens@3.22.1...3.23.0
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ 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.
This PR has been generated by Mend Renovate. View repository job log here.