Update composeDestinations to v2 #78
Open
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.9.57->2.3.01.9.57->2.3.0Warning
Some dependencies could not be looked up. Check the Dependency Dashboard for more information.
Release Notes
raamcosta/compose-destinations (io.github.raamcosta.compose-destinations:ksp)
v2.3.0Compare Source
Main changes
Full Changelog: raamcosta/compose-destinations@2.2.0...2.3.0
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
v1.11.9Compare Source
Changes
Full Changelog: raamcosta/compose-destinations@1.11.8...1.11.9
v1.11.8Compare Source
Changes
Full Changelog: raamcosta/compose-destinations@1.11.7...1.11.8
v1.11.7Compare Source
Changes
Full Changelog: raamcosta/compose-destinations@1.11.6...1.11.7
v1.11.6Compare Source
Changes
Full Changelog: raamcosta/compose-destinations@1.11.5-beta...1.11.6
v1.10.2Compare Source
Full Changelog: raamcosta/compose-destinations@1.10.1...1.10.2
v1.10.1Compare Source
** What changed
Full Changelog: raamcosta/compose-destinations@1.10.0...1.10.1
v1.10.0Compare Source
Changes
Full Changelog: raamcosta/compose-destinations@1.9.63...1.10.0
v1.9.63Compare Source
Changes
Full Changelog: raamcosta/compose-destinations@1.9.62...1.9.63
v1.9.62Compare Source
Changes
Full Changelog: raamcosta/compose-destinations@1.9.61...1.9.62
v1.9.61Compare Source
Changes
Full Changelog: raamcosta/compose-destinations@1.9.60...1.9.61
v1.9.60: [regression found use 1.9.59 until fix] 1.9.60Compare Source
Changes
Full Changelog: raamcosta/compose-destinations@1.9.59...1.9.60
v1.9.59Compare Source
Changes
Full Changelog: raamcosta/compose-destinations@1.9.58...1.9.59
v1.9.58Compare Source
Changes
Full Changelog: raamcosta/compose-destinations@1.9.57...1.9.58
Configuration
📅 Schedule: Branch creation - "before 3am on the first day of the month" (UTC), 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.