Update compottie to v2.2.1 (main)#1124
Open
renovate[bot] wants to merge 1 commit into
Open
Conversation
Typescript headersNo changes |
iOS Framework headersNo changes |
def8fad to
49fedab
Compare
49fedab to
49e7825
Compare
49e7825 to
fe2f648
Compare
fe2f648 to
bb15eac
Compare
bb15eac to
4018962
Compare
fee82f2 to
6498841
Compare
6498841 to
c9ab7d2
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:
2.0.2→2.2.12.0.2→2.2.1Release Notes
alexzhirkevich/compottie (io.github.alexzhirkevich:compottie-dot)
v2.2.1Compare Source
1.12.0-alpha01compatibility release to the sonatype SNAPSHOT repositoryio.github.alexzhirkevich:compottie:2.2.1-compose-1.12-SNAPSHOTdependencyResolutionManagement { repositories { mavenCentral() maven("https://central.sonatype.com/repository/maven-snapshots") } }Fixes
org.jetbrains.skikodependency from the Android targetv2.2.0Compare Source
Known Issues
Android accidentally depends on
org.jebrains.skikoFeatures
animateLottieCompositionnow restarts when thecompositionparameter changes.rememberLottieCompositionoverload that takes readyLottieCompositionSpecinstance. It now also takes a runtime cache and a coroutine context parameters. If the composition was previously loaded and is still contained in the runtimeLottieCompositionCache, then this overload will immediately return ready-to-use not-nullLottieCompositioninstance.LottieCompositionSpec.Resourcetocompottie-resourcesthat takes a file name and a load method.Now if
rememberLottiePainterfunction takes a non-nullLottieCompositioninstance in the composition phase,Such painter will be immediately drawn synchonously from the first frame.
For example, it allows you to use Lottie animations in the seamless shared element transitions without sharing the
Painterinstance between the screens. For the best UX the animation progress can be shared instead.dotLottie State Machine support
You can make your animation interactive out of the box using the dotLottie state machines.
To display an animation with a state machine you should use new
Lottiecomposable instead ofImage.You can still use
Imagefor non-interactive animations.v2.1.0Compare Source
Fixes
Features
v2.0.3Compare Source
Fixes
Configuration
📅 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 these updates again.
This PR was generated by Mend Renovate. View the repository job log.