Update dependency react-native-reanimated to v3 #161
Closed
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.1Release Notes
software-mansion/react-native-reanimated (react-native-reanimated)
v3.8.0Compare Source
What's Changed
New features
isWorkletfunction by @tomekzaw in https://github.com/software-mansion/react-native-reanimated/pull/4894isWorkletin public API by @tjzel in https://github.com/software-mansion/react-native-reanimated/pull/5667Fixes
HTMLElementwhen looking for descendant with animation. by @m-bert in https://github.com/software-mansion/react-native-reanimated/pull/5749useEventreturn 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
findNodeHandleon web by @m-bert in https://github.com/software-mansion/react-native-reanimated/pull/5654withClampanimation modifier to docs glossary by @kacperkapusciak in https://github.com/software-mansion/react-native-reanimated/pull/5661isWorklettoisWorkletFunctionby @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.2Compare 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.1Compare Source
useAnimatedSensorto not throw JS errors on re-render in development bundlesuseAnimatedStyleuseAnimatedStylereturn a stable referenceFull Changelog: software-mansion/react-native-reanimated@3.7.0...3.7.1
v3.7.0Compare Source
What's Changed
New features
Fixes
leftfrom snapshot. by @m-bert in https://github.com/software-mansion/react-native-reanimated/pull/5491_valuedirectly 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/5434useHandlercontext issue by @bartlomiejbloniarz in https://github.com/software-mansion/react-native-reanimated/pull/5586ObjectMethodby @tjzel in https://github.com/software-mansion/react-native-reanimated/pull/5599Improvements
interpolatedocumentation by @kacperkapusciak in https://github.com/software-mansion/react-native-reanimated/pull/5398withClampdocumentation by @Latropos in https://github.com/software-mansion/react-native-reanimated/pull/5381relativeSourceLocationenabled by @tjzel in https://github.com/software-mansion/react-native-reanimated/pull/5464valueby @tjzel in https://github.com/software-mansion/react-native-reanimated/pull/5531makeRemoteby @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.3Compare 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.2Compare Source
Changes:
Full Changelog: software-mansion/react-native-reanimated@3.6.1...3.6.2
v3.6.1Compare Source
Changes:
Full Changelog: software-mansion/react-native-reanimated@3.6.0...3.6.1
v3.6.0Compare 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/5136FlatListby @bartlomiejbloniarz in https://github.com/software-mansion/react-native-reanimated/pull/5295Improvements
ExtrapolationandExtrapolate- @Latropos in https://github.com/software-mansion/react-native-reanimated/pull/5141performance.nowin 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.4Compare Source
Fixes accidental export of some enums as
export typeand also makesPlatformChecker.tsmore approachable for TypeScript in user libraries (#5105).Full Changelog: software-mansion/react-native-reanimated@3.5.3...3.5.4
v3.5.3Compare Source
Fixes improper
exportandexport typeinlibfiles (#5074).Fixes Reanimated-Skia integration by exporting publicly
startMapperandstopMapper(#5103).Full Changelog: software-mansion/react-native-reanimated@3.5.2...3.5.3
v3.5.2Compare Source
Fixing crash on Release mode with #5087 (bug introduced in #4794).
v3.5.1Compare 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.0Compare Source
What's Changed
New features
react-native-macosby @jfedak in https://github.com/software-mansion/react-native-reanimated/pull/4912react-native-windowsby @piaskowyk in https://github.com/software-mansion/react-native-reanimated/pull/4917setNativePropshelper function on UI runtime by @tomekzaw in https://github.com/software-mansion/react-native-reanimated/pull/4595libreanimatedto be consumed via prefab by @tomekzaw in https://github.com/software-mansion/react-native-reanimated/pull/5005Fixes
onReanimatedPropsChangeby @Latropos in https://github.com/software-mansion/react-native-reanimated/pull/4821NDEBUGin production builds by @tomekzaw in https://github.com/software-mansion/react-native-reanimated/pull/4902DEBUGflag whenPRODUCTIONenv is not set by @j-piasecki in https://github.com/software-mansion/react-native-reanimated/pull/4918runOnJSby @tomekzaw in https://github.com/software-mansion/react-native-reanimated/pull/4617setNextLayoutAnimationGroupcall by @tomekzaw in https://github.com/software-mansion/react-native-reanimated/pull/4955useAnimatedPropson web by @m-bert in https://github.com/software-mansion/react-native-reanimated/pull/4977Improvements
weakNativeReanimatedModuleusing conditionals by @tomekzaw in https://github.com/software-mansion/react-native-reanimated/pull/4871useAnimatedSensorvector velocity on Android by @kowczarz in https://github.com/software-mansion/react-native-reanimated/pull/4933ShareableRemoteFunctionby @tomekzaw in https://github.com/software-mansion/react-native-reanimated/pull/5015Fabric
Typescript
AnimatedStylefor 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.2Compare Source
What's Changed
Full Changelog: software-mansion/react-native-reanimated@3.4.1...3.4.2
v3.4.1Compare Source
What's Changed
Full Changelog: software-mansion/react-native-reanimated@3.4.0...3.4.1
v3.4.0Compare Source
What's Changed
Shared Element Transition
react-native-screens@3.23.0+)Plugin improvements:
Refactors
Fixes
useRefwithuseSharedValueinuseAnimatedReactionto preserve value between renders in https://github.com/software-mansion/react-native-reanimated/pull/4633USE_FRAMEWORKS=staticin https://github.com/software-mansion/react-native-reanimated/pull/4718Other
sendEventin https://github.com/software-mansion/react-native-reanimated/pull/4525ShadowTreeCloner::updateYogaChildrenin 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.