This repository has been archived by the owner on Feb 5, 2023. It is now read-only.
fix(deps): update dependency react-native-reanimated to v2 - autoclosed #21
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:
~1.7.0
->2.10.0
Release Notes
software-mansion/react-native-reanimated
v2.10.0
Compare Source
🚀 Main changes
useAnimatedKeyboard()
hookuseFrameCallback()
hookBuild: https://github.com/software-mansion/react-native-reanimated/actions/runs/2889631689
Full Changelog: software-mansion/react-native-reanimated@2.9.1...2.10.0
v2.9.1
Compare Source
What's Changed
libfolly_runtime.so
- https://github.com/software-mansion/react-native-reanimated/issues/3342Build: https://github.com/software-mansion/react-native-reanimated/actions/runs/2595830511
🙌 Thank you for your contributions!
v2.9.0
Compare Source
What's Changed
[email protected]
Package contains binaries for
react-native
in version from 0.65 to 0.69Build: https://github.com/software-mansion/react-native-reanimated/actions/runs/2590392729
🙌 Thank you for your contributions!
v2.8.0
Compare Source
What's Changed
RNGestureHandlerModule
lazily on iOS by @j-piasecki in https://github.com/software-mansion/react-native-reanimated/pull/3166useAnimatedSensor
return type by @mrousavy in https://github.com/software-mansion/react-native-reanimated/pull/3094New Contributors
@dylmye @jiulongw @lukmccall
Full Changelog: software-mansion/react-native-reanimated@2.7.0...2.8.0
🙌 Thank you for your contributions!
v2.7.0
Compare Source
What's Changed
opacity
from native props list by @tomekzaw in https://github.com/software-mansion/react-native-reanimated/pull/3139react-native-screens
from dependencies by @tomekzaw in https://github.com/software-mansion/react-native-reanimated/pull/3149__reanimatedWorkletInit
function and__worklet
property by @tomekzaw in https://github.com/software-mansion/react-native-reanimated/pull/3143New Contributors
@AlexanderEggers @gozdecoban @jacobarvidsson
Full Changelog: software-mansion/react-native-reanimated@2.6.0...2.7.0
🙌 Thank you for your contributions!
v2.6.0
Compare Source
What's Changed
[email protected]
v2.5.0
Compare Source
🚀 New features
useAnimatedSensor()
- API for animation based on sensor data https://github.com/software-mansion/react-native-reanimated/pull/2868[email protected]
https://github.com/software-mansion/react-native-reanimated/pull/2987🐛 Important Bug fixes
What's Changed
reactInstanceManager
by @WFolini in https://github.com/software-mansion/react-native-reanimated/pull/2863performance.now()
to Babel plugin by @mrousavy in https://github.com/software-mansion/react-native-reanimated/pull/3006P extends object
in AnimateProps generic type by @jakub-gonet in https://github.com/software-mansion/react-native-reanimated/pull/3022New Contributors
Full Changelog: software-mansion/react-native-reanimated@2.4.1...2.5.0
🙌 Thank you for your contributions!
v2.4.1
Compare Source
What's Changed
Full Changelog: software-mansion/react-native-reanimated@2.4.0...2.4.1
v2.4.0
Compare Source
What's Changed
global.performance.now
if not already defined by @mrousavy in https://github.com/software-mansion/react-native-reanimated/pull/2771onChange
to set of Gesture Handler builder methods in the Babel plugin by @j-piasecki in https://github.com/software-mansion/react-native-reanimated/pull/2809NaN
orINF
values for iOS by @tomekzaw in https://github.com/software-mansion/react-native-reanimated/pull/2896Package build
Full Changelog: software-mansion/react-native-reanimated@2.3.1...2.4.0
v2.3.3
Compare Source
What's Changed
Full Changelog: software-mansion/react-native-reanimated@2.3.2...2.3.3
v2.3.2
Compare Source
What's Changed
v2.3.1
Compare Source
💡 Main changes
Two fixes for Expo
🙌 Thank you for your contributions!
v2.3.0
Compare Source
💡 Main changes
🐛 Bug fixes
👍 Improvements
performance.now()
to Worklets (#2679) by @mrousavyFull Changelog: software-mansion/react-native-reanimated@2.2.4...2.3.0
🙌 Thank you for your contributions!
v2.2.4
Compare Source
🔑 Key changes
[email protected]
- https://github.com/software-mansion/react-native-reanimated/pull/2579All changes: compare 2.2.3 - 2.2.4
🙌 Thank you for your contributions!
v2.2.3
Compare Source
🔑 Key changes
[email protected]
[email protected]
from package🙌 Thank you for your contributions!
v2.2.2
Compare Source
🔑 Key changes
🙌 Thank you for your contributions!
v2.2.1
Compare Source
🔑 Key changes
[email protected]
🙌 Thank you for your contributions!
v2.2.0
Compare Source
🔑 Key changes
@quilted/react-testing
129cc1c🐛 Bug fixes
👍 Improvements
📓 Docs improvements
🙌 Thank you for your contributions!
📢 Keep watching! We will back with new features soon! 🤗
v2.1.0
Compare Source
🔑 Key changes
worklet
API - Thanks to hard work @mrousavy, you can use worklets also in native code.Like react-native-vision-camera and react-native-multithreading
react-native
version to 0.64.0 https://github.com/software-mansion/react-native-reanimated/pull/1882🐛 Bug fixes
react-native-web
affected on the web version of reanimated. RNW IssueviewRef
foranimatedProps
https://github.com/software-mansion/react-native-reanimated/pull/1819👍 Improvements
📓 Docs improvements
🙌 Thank you for your contributions!
📢 Keep watching! We will back with new features soon! 🤗
v2.0.1
Compare Source
🔑 Key changes
v2.0.0
Compare Source
🔑 Key changes
🐛 Bug fixes
ScrollView
(#1742) (software-mansion/react-native-reanimated@a913291)👍 Improvements
console.log
for React Native 0.64 (#1646)react-native-navigation
in Example app (#1725)📓 Docs improvements
🙌 Thank you for your contributions!
v1.13.4
Compare Source
What's Changed
Full Changelog: software-mansion/react-native-reanimated@1.13.3...1.13.4
v1.13.3
Compare Source
🐛 Bug fixes
👍 Improvements
⌨️ Typescript
color
andinterpolateColors
return type to allow strings (#1467) by @chj-damon🙌 Thank you for your contributions!
v1.13.2
Compare Source
v1.13.1
Compare Source
Patch release fixing
<Animated.Code />
changes🐛 Bug fixes
<Code />
component (#1274) by @jakub-gonet👍 Improvements
dependency
prop toAnimated.Code
type (#1141) by @jinshin1013🙌 Thank you for your contributions!
v1.13.0
Compare Source
Minor release fixing Reanimated support of RN 0.59 from 1.11.0
🐛 Bug fixes
GuardedRunnable
" (#1110) by @jakub-gonet🔢 Miscellaneous
v1.12.0
Compare Source
This release fixes a regression introduced in #538.
🐛 Bug fixes
transform
(#1104) by @jakub-gonetv1.11.0
Compare Source
This release fixes setting values inside
proc
s, refactors some internal code and fixessetValue
in web.❗ Important changes
GuardedRunnable
(#1031) by @jakub-gonetThis change accidentally removed support for RN <=0.59, this is fixed in 1.13.0
🐛 Bug fixes
setValue()
for web (#1088) by @jfolich👍 Improvements
🔢 Miscellaneous
🙌 Thank you for your contributions!
v1.10.2
Compare Source
Patch release fixing some problems with
proc
s and components flashing on the mount.🐛 Bug fixes
🙌 Thank you for your contributions!
v1.10.1
Compare Source
Patch release fixing a bug with Animated.Code (passing nodes directly to
exec
showed a warning)🐛 Bug fixes
Animated.Code
(#1009) by @jakub-gonetv1.10.0
Compare Source
Minor release removing support for nulls in
Animated.Value
addinguseValue
hook,interpolateColors
helper, simplifying some nodes, fixing mocks and types❗ Important changes
Animated.Value
(#970) by @adamgrzybowski🐛 Bug fixes
Animated.Code
useAnimated.useCode
internally ([#95Configuration
📅 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.
This PR has been generated by Mend Renovate. View repository job log here.