fix(deps): update dependency react-native-reanimated to v4#134
Open
renovate[bot] wants to merge 1 commit intomainfrom
Open
fix(deps): update dependency react-native-reanimated to v4#134renovate[bot] wants to merge 1 commit intomainfrom
renovate[bot] wants to merge 1 commit intomainfrom
Conversation
4e24691 to
f3cbbdb
Compare
5ccb916 to
bef8618
Compare
bef8618 to
649e744
Compare
649e744 to
8c759a8
Compare
8c759a8 to
fd6dc4d
Compare
fd6dc4d to
b0277f6
Compare
b0277f6 to
bd3b113
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:
~3.16.1→~4.3.0Release Notes
software-mansion/react-native-reanimated (react-native-reanimated)
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
v4.2.3Compare Source
What's Changed
Full Changelog: software-mansion/react-native-reanimated@4.2.2...4.2.3
v4.2.2Compare Source
What's Changed
useHandlernot working on web without babel plugin by @MatiPl01 in #8960workletmock helper function for jest unit tests by @MatiPl01 in #8970Full Changelog: software-mansion/react-native-reanimated@4.2.1...4.2.2
v4.2.1Compare Source
What's Changed
animatedPropsobjects and correct cleanup (#8726) by @MatiPl01 in #8762Full Changelog: software-mansion/react-native-reanimated@4.2.0...4.2.1
v4.2.0Compare Source
Key changes
libreanimate.sosize by @piaskowyk in #8259filterproperty by @patrycjakalinska in #8451Other changes
React Native Compatibility & Dependency Updates
hermesvminstead oflibhermeson RN 0.82+ by @tomekzaw in #8192CSS & Transform Improvements
animationIterationCountby @MatiPl01 in #8572transformOriginprocessor for native CSS style processing by @MatiPl01 in #8623interpolateimplementation by @MatiPl01 in #8397Color & Style Processing
DynamicColorIOShandling logic to theprocessColorfunction by @MatiPl01 in #8617PlatformColorprocessing to theprocessColorby @MatiPl01 in #8670fillproperty by @MatiPl01 in #8672PlatformColoron Android by @tomekzaw in #8687processColorfunction implementation by @MatiPl01 in #8433Web-Specific Fixes
CSSAnimationsManagerby @MatiPl01 in #8573ReducedMotionis on by @m-bert in #8208Animation & Layout Animation Fixes
synchronouslyUpdateViewOnUIThreadon iOS by @tomekzaw in #8367Performance & Build Optimizations
Interpolator & Helper Refactoring
Error Handling & Logging
Testing & Test Infrastructure
Bug Fixes & Misc
measureby @tomekzaw in #8413statuson iOS by @tomekzaw in #8518ReanimatedMountHookby @tomekzaw in #8526Codebase Maintenance & Refactoring
ReanimatedErrorandWorkletsErrorfrom global types by @MatiPl01 in #8435Configuration
📅 Schedule: (UTC)
🚦 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 was generated by Mend Renovate. View the repository job log.