Update dependency react-native-reanimated to v3 #161
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:
2.10.0
->3.8.1
Release Notes
software-mansion/react-native-reanimated (react-native-reanimated)
v3.8.0
Compare Source
What's Changed
New features
isWorklet
function by @tomekzaw in https://github.com/software-mansion/react-native-reanimated/pull/4894isWorklet
in public API by @tjzel in https://github.com/software-mansion/react-native-reanimated/pull/5667Fixes
HTMLElement
when looking for descendant with animation. by @m-bert in https://github.com/software-mansion/react-native-reanimated/pull/5749useEvent
return a different reference if event handler should be reattached by @tjzel in https://github.com/software-mansion/react-native-reanimated/pull/5743Fix android layout animation z-index bug by @bartlomiejbloniarz in https://github.com/software-mansion/react-native-reanimated/pull/5769
Improvements
findNodeHandle
on web by @m-bert in https://github.com/software-mansion/react-native-reanimated/pull/5654withClamp
animation modifier to docs glossary by @kacperkapusciak in https://github.com/software-mansion/react-native-reanimated/pull/5661isWorklet
toisWorkletFunction
by @tjzel in https://github.com/software-mansion/react-native-reanimated/pull/5695Keyboard
New Contributors
Full Changelog: software-mansion/react-native-reanimated@3.7.0...3.8.0
v3.7.2
Compare Source
[LA Web] Add check for HTMLElement when looking for descendant with animation. #5749
Full Changelog: software-mansion/react-native-reanimated@3.7.1...3.7.2
v3.7.1
Compare Source
useAnimatedSensor
to not throw JS errors on re-render in development bundlesuseAnimatedStyle
useAnimatedStyle
return a stable referenceFull Changelog: software-mansion/react-native-reanimated@3.7.0...3.7.1
v3.7.0
Compare Source
What's Changed
New features
Fixes
left
from snapshot. by @m-bert in https://github.com/software-mansion/react-native-reanimated/pull/5491_value
directly is only possible on the UI runtime." on fast refresh during library development by @tomekzaw in https://github.com/software-mansion/react-native-reanimated/pull/5434useHandler
context issue by @bartlomiejbloniarz in https://github.com/software-mansion/react-native-reanimated/pull/5586ObjectMethod
by @tjzel in https://github.com/software-mansion/react-native-reanimated/pull/5599Improvements
interpolate
documentation by @kacperkapusciak in https://github.com/software-mansion/react-native-reanimated/pull/5398withClamp
documentation by @Latropos in https://github.com/software-mansion/react-native-reanimated/pull/5381relativeSourceLocation
enabled by @tjzel in https://github.com/software-mansion/react-native-reanimated/pull/5464value
by @tjzel in https://github.com/software-mansion/react-native-reanimated/pull/5531makeRemote
by @tjzel in https://github.com/software-mansion/react-native-reanimated/pull/5518New Contributors
@marmor157 @Code-Victor @wodin @amadeus @azashi @shubham1206agra @migueldaipre @cortinico @patrycjakalinska @jp1987 @okwasniewski
🙌 Thank you for your contributions!
Package build: https://github.com/software-mansion/react-native-reanimated/actions/runs/7017226041
Full Changelog: software-mansion/react-native-reanimated@3.6.2...3.7.0
v3.6.3
Compare Source
https://github.com/software-mansion/react-native-reanimated/pull/5562 - Fixing layout animations now working in web production bundles
Full Changelog: software-mansion/react-native-reanimated@3.6.2...3.6.3
v3.6.2
Compare Source
Changes:
Full Changelog: software-mansion/react-native-reanimated@3.6.1...3.6.2
v3.6.1
Compare Source
Changes:
Full Changelog: software-mansion/react-native-reanimated@3.6.0...3.6.1
v3.6.0
Compare Source
What's Changed
New features
<LayoutAnimationConfig>
- @bartlomiejbloniarz in https://github.com/software-mansion/react-native-reanimated/pull/5045Fixes
requestAnimationFrame
- @bartlomiejbloniarz in https://github.com/software-mansion/react-native-reanimated/pull/5136FlatList
by @bartlomiejbloniarz in https://github.com/software-mansion/react-native-reanimated/pull/5295Improvements
Extrapolation
andExtrapolate
- @Latropos in https://github.com/software-mansion/react-native-reanimated/pull/5141performance.now
in worklet runtimes by @tomekzaw in https://github.com/software-mansion/react-native-reanimated/pull/5194__initData
- @tomekzaw in https://github.com/software-mansion/react-native-reanimated/pull/5186Typescript
New Contributors
@khevamann @xSyki @ankit-tailor @caglar09 @gabrieldonadel @td-tomasz-joniec @cwclancy @szydlovsky @joshlam @andreysam @ugurcanatas
🙌 Thank you for your contributions!
Package build: https://github.com/software-mansion/react-native-reanimated/actions/runs/7017226041
Full Changelog: software-mansion/react-native-reanimated@3.5.0...3.6.0
v3.5.4
Compare Source
Fixes accidental export of some enums as
export type
and also makesPlatformChecker.ts
more approachable for TypeScript in user libraries (#5105).Full Changelog: software-mansion/react-native-reanimated@3.5.3...3.5.4
v3.5.3
Compare Source
Fixes improper
export
andexport type
inlib
files (#5074).Fixes Reanimated-Skia integration by exporting publicly
startMapper
andstopMapper
(#5103).Full Changelog: software-mansion/react-native-reanimated@3.5.2...3.5.3
v3.5.2
Compare Source
Fixing crash on Release mode with #5087 (bug introduced in #4794).
v3.5.1
Compare Source
What's Changed
Fix for undefined _IS_FABRIC -https://github.com/software-mansion/react-native-reanimated/pull/50655
🙌 Thank you for your contributions!
Package build: https://github.com/software-mansion/react-native-reanimated/actions/runs/6156776596
Full Changelog: software-mansion/react-native-reanimated@3.5.0...3.5.1
v3.5.0
Compare Source
What's Changed
New features
react-native-macos
by @jfedak in https://github.com/software-mansion/react-native-reanimated/pull/4912react-native-windows
by @piaskowyk in https://github.com/software-mansion/react-native-reanimated/pull/4917setNativeProps
helper function on UI runtime by @tomekzaw in https://github.com/software-mansion/react-native-reanimated/pull/4595libreanimated
to be consumed via prefab by @tomekzaw in https://github.com/software-mansion/react-native-reanimated/pull/5005Fixes
onReanimatedPropsChange
by @Latropos in https://github.com/software-mansion/react-native-reanimated/pull/4821NDEBUG
in production builds by @tomekzaw in https://github.com/software-mansion/react-native-reanimated/pull/4902DEBUG
flag whenPRODUCTION
env is not set by @j-piasecki in https://github.com/software-mansion/react-native-reanimated/pull/4918runOnJS
by @tomekzaw in https://github.com/software-mansion/react-native-reanimated/pull/4617setNextLayoutAnimationGroup
call by @tomekzaw in https://github.com/software-mansion/react-native-reanimated/pull/4955useAnimatedProps
on web by @m-bert in https://github.com/software-mansion/react-native-reanimated/pull/4977Improvements
weakNativeReanimatedModule
using conditionals by @tomekzaw in https://github.com/software-mansion/react-native-reanimated/pull/4871useAnimatedSensor
vector velocity on Android by @kowczarz in https://github.com/software-mansion/react-native-reanimated/pull/4933ShareableRemoteFunction
by @tomekzaw in https://github.com/software-mansion/react-native-reanimated/pull/5015Fabric
Typescript
AnimatedStyle
for good by @tjzel in https://github.com/software-mansion/react-native-reanimated/pull/4923New Contributors
@m-bert @t0ms0n00 @gerzonc @schriker @kowczarz @aleqsio @Gaohaoyang @MatiPl01
🙌 Thank you for your contributions!
Package build: https://github.com/software-mansion/react-native-reanimated/actions/runs/6147177203
Full Changelog: software-mansion/react-native-reanimated@3.4.0...3.5.0
v3.4.2
Compare Source
What's Changed
Full Changelog: software-mansion/react-native-reanimated@3.4.1...3.4.2
v3.4.1
Compare Source
What's Changed
Full Changelog: software-mansion/react-native-reanimated@3.4.0...3.4.1
v3.4.0
Compare Source
What's Changed
Shared Element Transition
react-native-screens@3.23.0
+)Plugin improvements:
Refactors
Fixes
useRef
withuseSharedValue
inuseAnimatedReaction
to preserve value between renders in https://github.com/software-mansion/react-native-reanimated/pull/4633USE_FRAMEWORKS=static
in https://github.com/software-mansion/react-native-reanimated/pull/4718Other
sendEvent
in https://github.com/software-mansion/react-native-reanimated/pull/4525ShadowTreeCloner::updateYogaChildren
in https://github.com/software-mansion/react-native-reanimated/pull/4664Configuration
📅 Schedule: Branch creation - "before 3am on the first day of the month" (UTC), 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.