Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update composeDestination to v1.9.59 #147

Merged
merged 1 commit into from
Jan 11, 2024
Merged

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Dec 28, 2023

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
io.github.raamcosta.compose-destinations:ksp 1.9.55 -> 1.9.59 age adoption passing confidence
io.github.raamcosta.compose-destinations:core 1.9.55 -> 1.9.59 age adoption passing confidence

Release Notes

raamcosta/compose-destinations (io.github.raamcosta.compose-destinations:ksp)

v1.9.59

Compare Source

Changes

Full Changelog: raamcosta/compose-destinations@1.9.58...1.9.59

v1.9.58

Compare Source

Changes
  • Fixed #​524
  • Fixed an issue where ResultRecipients were not considering the correct Destination as sender when validating types, in some specific scenarios

Full Changelog: raamcosta/compose-destinations@1.9.57...1.9.58

v1.9.57

Compare Source

What changed
  • Fixes #​541
  • We now allow a parameter on the annotated Composable of the same type of the navArgsDelegate even if (and this is the new bit) that type is also a navigation argument type.
    So, this:
@​Serializable
data class SomeSerializable(...)

@​Destination(
    navArgsDelegate = SomeSerializable:class
)
@​Composable
fun SomeScreen(
    navArgs: SomeSerializable
)

Will now work, and navArgs parameter will be provided by the library.
Before, since navArgs is Serializable, Compose Destinations would treat it as a new nav argument, but since you were specifying a delegate to define the nav args, it didn't allow you to do that.

NOTE that the navArgsDelegate class doesn't need to be Serializable itself, each field will corresponde to one nav argument, so only the fields need to be considered a nav argument type. (list is on https://composedestinations.rafaelcosta.xyz/destination-arguments/navigation-arguments#basics).

Full Changelog: raamcosta/compose-destinations@1.9.56...1.9.57

v1.9.56

Compare Source

What's Changed
New Contributors

Full Changelog: raamcosta/compose-destinations@1.9.55...1.9.56


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.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate. View repository job log here.

@renovate renovate bot force-pushed the renovate/composedestination branch from b987ef4 to 18e0d62 Compare December 31, 2023 14:35
@renovate renovate bot changed the title Update composeDestination to v1.9.56 Update composeDestination Jan 3, 2024
@renovate renovate bot force-pushed the renovate/composedestination branch from 18e0d62 to 2559368 Compare January 3, 2024 16:16
@renovate renovate bot changed the title Update composeDestination Update composeDestination to v1.9.57 Jan 4, 2024
@renovate renovate bot force-pushed the renovate/composedestination branch 2 times, most recently from c08c6d0 to 2b5f673 Compare January 7, 2024 12:56
@renovate renovate bot changed the title Update composeDestination to v1.9.57 Update composeDestination to v1.9.58 Jan 10, 2024
@renovate renovate bot force-pushed the renovate/composedestination branch 5 times, most recently from 6166782 to 97baf13 Compare January 11, 2024 11:17
@renovate renovate bot changed the title Update composeDestination to v1.9.58 Update composeDestination to v1.9.59 Jan 11, 2024
@renovate renovate bot force-pushed the renovate/composedestination branch from 97baf13 to ef67ff2 Compare January 11, 2024 20:51
@Pxddy Pxddy merged commit 4176200 into main Jan 11, 2024
1 check passed
@Pxddy Pxddy deleted the renovate/composedestination branch January 11, 2024 21:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant