This repository was archived by the owner on Nov 9, 2022. It is now read-only.
Update dependency react-native-reanimated to v1.13.4 - #16
Open
renovate[bot] wants to merge 1 commit into
Open
Conversation
|
renovate
Bot
force-pushed
the
renovate/react-native-reanimated-1.x
branch
from
March 7, 2022 15:15
bcc381c to
b1dfeac
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 subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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.4.0->1.13.4Release Notes
software-mansion/react-native-reanimated
v1.13.4Compare Source
What's Changed
Full Changelog: software-mansion/react-native-reanimated@1.13.3...1.13.4
v1.13.3Compare Source
🐛 Bug fixes
👍 Improvements
⌨️ Typescript
colorandinterpolateColorsreturn type to allow strings (#1467) by @chj-damon🙌 Thank you for your contributions!
v1.13.2Compare Source
v1.13.1Compare Source
Patch release fixing
<Animated.Code />changes🐛 Bug fixes
<Code />component (#1274) by @jakub-gonet👍 Improvements
dependencyprop toAnimated.Codetype (#1141) by @jinshin1013🙌 Thank you for your contributions!
v1.13.0Compare Source
Minor release fixing Reanimated support of RN 0.59 from 1.11.0
🐛 Bug fixes
GuardedRunnable" (#1110) by @jakub-gonet🔢 Miscellaneous
v1.12.0Compare Source
This release fixes a regression introduced in #538.
🐛 Bug fixes
transform(#1104) by @jakub-gonetv1.11.0Compare Source
This release fixes setting values inside
procs, refactors some internal code and fixessetValuein 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.2Compare Source
Patch release fixing some problems with
procs and components flashing on the mount.🐛 Bug fixes
🙌 Thank you for your contributions!
v1.10.1Compare Source
Patch release fixing a bug with Animated.Code (passing nodes directly to
execshowed a warning)🐛 Bug fixes
Animated.Code(#1009) by @jakub-gonetv1.10.0Compare Source
Minor release removing support for nulls in
Animated.ValueaddinguseValuehook,interpolateColorshelper, simplifying some nodes, fixing mocks and types❗ Important changes
Animated.Value(#970) by @adamgrzybowski🐛 Bug fixes
Animated.CodeuseAnimated.useCodeinternally (#952) by @jakub-gonetdefinednode (#999) by @jakub-gonet👍 Improvements
interpolateColorsfunction (#777) by @jtomaszewskitimingimmediately when duration is zero (#787) by @jakub-gonet🔢 Miscellaneous
getValue()andcall()in the mock (#866) by @TanPOTGSaddWhitelistedUIPropstype (#876) by @gorhomValue.interpolatein jest mock (#788) by @punksta🙌 Thank you all for your contributions!
v1.9.0Compare Source
Minor release improving typings and native code.
🐛 Bug fixes
👍 Improvements
🙌 Thank you all for your contributions!
v1.8.0Compare Source
Minor release mostly improving typings of Reanimated and porting examples to RN 0.62.
🐛 Bug fixes
greaterThanandlessThanoperators platform differences by @adamczyk777 (#688)👍 Improvements
🙌 Thank you all for your contributions!
v1.7.1Compare Source
Patch release with a small set of config and type definition fixes
v1.7.0Compare Source
Release mostly fixing regressions in 1.5.0 and 1.6.0
Fixes:
Remove RCTAssertParam from REANodesManager.m (#568) @osdnk
Remove useless exports of the main clock (#565) @osdnk
Fallback to the old mechanism of setting value if the value is a node or string (#566) @osdnk
Bump reanimated in an Example @osdnk
Remove cycle of requires in AnimatedParam (#562) @osdnk
fix for crashing on Android [Problem with setValue when a node is not @alimek
[web] Fix parity issue between native addChild and JS addChild (#553) @EvanBacon
Features:
Unify sanitizing nodes for platform (#549) @EvanBaconx
[web] Added support for callID (#547) @EvanBacon
Thank you! ❤️
v1.6.0Compare Source
Small release fixing native bug on Android
software-mansion/react-native-reanimated@74beaa3
v1.5.0Compare Source
Release with bunch or improvement and bugfixes. It's a minor release because it contains some native changes. Actually, none of these are breaking.
Features:
Add displayName to createAnimatedComponent (#543) @lindesvard
[web] Changed how values are updated with Animated.event to prev… (#536) @EvanBacon
[web] Add missing animated param methods (#534) @EvanBacon
[web] Add color support 🎨 (#533) @EvanBacon
Add setValue to InternalAnimatedValue (#532) @EvanBacon
Add return values to Event function Proxy (#529) @jakub-gonet
Feat: Provide basic mock (#522) @wcandillon
Improvement for error messages (#505) @jakub-gonet
Allow useCode 1st parameter to return undefined, null or an array (#455) @yairopro
Use procs in derived nodes and animations (#468) @osdnk
Rename links @osdnk
Add docs website (#273) @osdnk
Make clock ops workable inside procs (#518) @osdnk
Make AnimatedCode sensible for props changing (#526) @osdnk
Use in AnimatedValue.setValue react method instead of evaluateOnce.@Szymon20000
Make interpolate consistent with react-native animated lib (#502) @Szymon20000
Feat: Allow for automatic exports of functions (#503) @wcandillon
Fixes:
Remove unused vars @osdnk
Remove clockTest invariant for procs @osdnk
Fix procs handling by removing parentNode check (#541) @osdnk
fix: clockStop not working #467 #182 (#490) @wilau2
fix all transform errors in the example (#535) @EvanBacon
Fix issue with some events not propagating correctly via Animated.event @kmagiera
Fix: bug in cond() TS typing (#496) @wcandillon
Fix: Make proc() typesafe (#523) @wcandillon
Fix TypeScript exports 🏷 (#512) @wcandillon
Fix: CI 💚 (#511) @wcandillon
Fix: CI 💚 (#509) @wcandillon
[Android] Fix EQ and NEQ operators. (#498) @Szymon20000
Fix tests' config (#504) @Szymon20000
Replace ListView with FlatList (#492) @jakub-gonet
fixed children disappearing on transition.change (#483) @CameronStuartSmith
Fix width and height example crashing on android (#485) @jakub-gonet
Fix typo in proc docs page (#484) @jakub-gonet
💄Fix typing of set() function (#471) @wcandillon
Fix Android Gradle setup (#463) @friederbluemle
Fixes transitioning API delay when delayMs is not set (#335) @tomasgcs
Docs:
docs: add how to interpolate strings (#494) @brunohkbx
add Pod install instruction in Getting Started page (#520) @AudyOdi
Update docs for running examples on iOS (#482) @brobertsUPS
Fix reference to GH in docs @osdnk
Fix docs website @osdnk
Improve docs (#486) @jakub-gonet
Thanks a ton for all the contributions. You rock! 🤗
Configuration
📅 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.