Skip to content

build(deps): bump io.github.raamcosta.compose-destinations:animations-core from 1.8.38-beta to 1.9.41-beta#9

Closed
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/gradle/io.github.raamcosta.compose-destinations-animations-core-1.9.41-beta
Closed

build(deps): bump io.github.raamcosta.compose-destinations:animations-core from 1.8.38-beta to 1.9.41-beta#9
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/gradle/io.github.raamcosta.compose-destinations-animations-core-1.9.41-beta

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Apr 24, 2023

Bumps io.github.raamcosta.compose-destinations:animations-core from 1.8.38-beta to 1.9.41-beta.

Release notes

Sourced from io.github.raamcosta.compose-destinations:animations-core's releases.

1.9.41-beta

Changes

  • Added ability to use @Destination on other annotation classes which can then be used on the composable functions, transferring all their options this way.

Example:

@Destination(
    deepLinks = [
        DeepLink(
            uriPattern = ...,
        ),
        DeepLink(
            uriPattern = ...,
        )
    ],
)
@MyDestination
@​MyDestination
@​Composable
fun MyScreen()

Full Changelog: raamcosta/compose-destinations@1.9.40-beta...1.9.41-beta

1.9.40-beta

Changes

  • This release requires developers using the animation's core to do some small changes. This was required since accompanist navigation also had some breaking changes on their side.

Here are the steps:

  1. Replace all instances of AnimatedContentScope with AnimatedContentTransitionScope
  2. Replace all instances of DestinationStyle.BottomSheet with DestinationStyleBottomSheet
  3. Replace all instances of DestinationStyle.Animated with DestinationStyleAnimated

That should be it. If you find something else that you had to do, please do let us know opening an issue.

Full Changelog: raamcosta/compose-destinations@1.9.39-beta...1.9.40-beta

1.9.39-beta

  • Compose 1.5 support 🙌

1.8.41-beta

Changes

... (truncated)

Commits
  • 40168c8 Merge branch 'compose-1.4'
  • fac2f0e Merge branch 'compose-1.3' into compose-1.4
  • a141490 added destination missing on exhaustive when
  • 158e4e7 Merge branch 'compose-1.4'
  • 737b2d0 Merge branch 'compose-1.3' into compose-1.4
  • 6cb5235 allow Destination annotation to be used on other annotation classes
  • f5be0d0 fixes #402
  • 7cd9095 Update README.md
  • 32e2e5f initial versions for stable compose 1.5
  • 79a2dcf Update README.md
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

…-core

Bumps [io.github.raamcosta.compose-destinations:animations-core](https://github.com/raamcosta/compose-destinations) from 1.8.38-beta to 1.9.41-beta.
- [Release notes](https://github.com/raamcosta/compose-destinations/releases)
- [Commits](raamcosta/compose-destinations@1.8.38-beta...1.9.41-beta)

---
updated-dependencies:
- dependency-name: io.github.raamcosta.compose-destinations:animations-core
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Apr 26, 2023

Superseded by #10.

@dependabot dependabot bot closed this Apr 26, 2023
@dependabot dependabot bot deleted the dependabot/gradle/io.github.raamcosta.compose-destinations-animations-core-1.9.41-beta branch April 26, 2023 09:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants