fix(deps): update dependency react-native-reanimated to ~4.3.0#16
Open
renovate[bot] wants to merge 1 commit intomasterfrom
Open
fix(deps): update dependency react-native-reanimated to ~4.3.0#16renovate[bot] wants to merge 1 commit intomasterfrom
renovate[bot] wants to merge 1 commit intomasterfrom
Conversation
8e84957 to
a648865
Compare
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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:
~4.2.1→~4.3.0Release Notes
software-mansion/react-native-reanimated (react-native-reanimated)
v4.3.1: Reanimated - 4.3.1Compare Source
What's Changed
4.3.0(#9284) by @MatiPl01 in #9301Full Changelog: software-mansion/react-native-reanimated@4.3.0...4.3.1
v4.3.0: Reanimated - 4.3.0Compare Source
Key changes
CSS SVG Animations
CSS animations now support animating SVG components and their properties, including
Path,Image,LinearGradient,RadialGradient,PatternandText. This includes support for animating thedproperty ofPathcomponents with a special handling for path morphing.%length values in SVG CSS animations by @MatiPl01 in #9011Patterncomponent in SVG animations by @MatiPl01 in #9041Shared Value re-implementation
Shared Value internal implementation changed - now it uses
Shareabletype fromreact-native-workletsas its internal value container. That means you can finally use Shared Values from other Worklet Runtimes than just the UI Runtime. AlsoUSE_SYNCHRONIZABLE_IN_MUTABLEoptimization feature flag is now enabled by default.Animated Styles type changes
TypeScript type of Animated Styles now makes it impossible to accidentally pass them to non-animated components. This replaces previous runtime-check for this kind of mistake, which proved to be prone to false positives.
Fixes
animatedPropsobjects and correct cleanup by @MatiPl01 in #8726Infinityparsing in web CSSanimationIterationCountby @MatiPl01 in #8787SharedValue.modifystrict type definition by @huextrat in #8846useHandlernot working on web without babel plugin by @MatiPl01 in #8883nopluginoption being ignored in the web-example by @MatiPl01 in #8933matchVersionnot allowing patch version mismatches by @kitten in #9018react-native-reanimated/pull/9015
transitionPropertychange by @MatiPl01 in #9120filtercrashes on iOS by @intergalacticspacehighway in #9155useHandlerreimplementation by @MatiPl01 in #9090Refactors
applySynchronousUpdatesfromperformOperationsby @bartlomiejbloniarz in #9078isIntwithisNumberin synchronous props check by @tomekzaw in #9113Chores
_beginSectionand_endSectionJSI bindings for systraces by @tomekzaw in #9101_startProfilingand_stopProfilingJSI bindings for Hermes sampling profiler by @tomekzaw in #9102folly::dynamictojsi::ValueinupdateKeyframesfor CSS transitions by @MatiPl01 in #8982hasPropfunction, improvetransformOriginprocessor types by @MatiPl01 in #9173USE_COMMIT_HOOK_ONLY_FOR_REACT_COMMITSfeature flag by default by @tomekzaw in #8716react-test-renderertype from published declarations by @YevheniiKotyrlo in #9055react_native_assertforsurfaceIdby @tomekzaw in #9158New Contributors
Full Changelog: software-mansion/react-native-reanimated@4.2.0...4.3.0
Configuration
📅 Schedule: (UTC)
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.