Update composeDestinations to v2.2.0 - autoclosed#421
Closed
renovate[bot] wants to merge 1 commit intomainfrom
Closed
Update composeDestinations to v2.2.0 - autoclosed#421renovate[bot] wants to merge 1 commit intomainfrom
renovate[bot] wants to merge 1 commit intomainfrom
Conversation
bbb23f8 to
78ae912
Compare
78ae912 to
25ffc42
Compare
25ffc42 to
4a61ad2
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.1.0-beta11->2.2.02.1.0-beta11->2.2.0Release Notes
raamcosta/compose-destinations (io.github.raamcosta.compose-destinations:ksp)
v2.2.0Compare Source
What changed
Optional result back in ON_RESUME / ON_START #719
By default, compose destinations will call onNavResult in first opportunity between "onResume" and "onStart". That is because in some situations, I've found that "onResume" is actually not called.
However, that makes it be called mostly in "onStart", and in some other cases it may not be ideal (see #719).
So, we've introduced a new
onNavResultoverload that takes a parameter developers can use to choose when they want to receive the result. Example:By default, if you call the overload which does not take any param here, it will use
FIRST_OPPORTUNITYto not make a breaking change in behaviour here.New Destination label (#714)
Destinationannotation now has a new param "label". This is used to set what official navigation library supports inNavDestination.label. Can be useful for monitoring, logging, etc.Full Changelog: raamcosta/compose-destinations@2.1.1...2.2.0
v2.1.1Compare Source
v2.1.0: - First non beta of v2!Compare Source
What's Changed
If you're using
NavHostDefaultStartArgsannotationNew Contributors
Full Changelog: raamcosta/compose-destinations@2.1.0-beta16...2.1.0
v2.1.0-beta16Compare Source
Changes
Full Changelog: raamcosta/compose-destinations@2.1.0-beta15...2.1.0-beta16
v2.1.0-beta15Compare Source
What's Changed
New Contributors
Full Changelog: raamcosta/compose-destinations@2.1.0-beta14...2.1.0-beta15
v2.1.0-beta14Compare Source
Changes
Full Changelog: raamcosta/compose-destinations@2.1.0-beta13...2.1.0-beta14
v2.1.0-beta13Compare Source
v2.1.0-beta12Compare Source
Changes
Full Changelog: raamcosta/compose-destinations@2.1.0-beta11...2.1.0-beta12
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 these updates again.
This PR was generated by Mend Renovate. View the repository job log.