ARK-Builders / ARK-Rate

ARK Rate is a tiny convenience app for quickly converting multiple currencies at the same time
https://www.ark-builders.dev/apps/rate/
MIT License
2 stars 2 forks source link

Bump io.github.raamcosta.compose-destinations:ksp from 1.7.41-beta to 1.9.55 #58

Closed dependabot[bot] closed 11 months ago

dependabot[bot] commented 11 months ago

Bumps io.github.raamcosta.compose-destinations:ksp from 1.7.41-beta to 1.9.55.

Release notes

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

1.9.55

Versions update:

  • Compose navigation to 2.7.5

1.9.54

  • version updates & fix #516

Full Changelog: https://github.com/raamcosta/compose-destinations/compare/1.9.53...1.9.54

1.9.53

Versions update

  • Compose 1.5.1
  • Kotlin 1.9.10
  • Jetpack Compose Navigation 2.7.2

Full Changelog: https://github.com/raamcosta/compose-destinations/compare/1.9.52...1.9.53

1.9.51

  • Dependencies updates

1.9.50 No longer beta! πŸ™Œ No more accompanist-navigation! πŸŽ‰

Removed accompanist navigation since animations were imported to official compose navigation! πŸŽ‰

Because of this, some minor changes had to be made:

  • DestinationStyleAnimated -> DestinationStyle.Animated
  • rememberAnimatedNavHost -> rememberNavHost
  • rememberAnimatedNavHostEngine -> rememberNavHostEngine (unless you are using bottom sheet destinations, in which case you still need to use rememberAnimatedNavHostEngine)
  • ExperimentalAnimationApi removed on most APIs
  • If you were not using DestinationsNavHost:
    • AnimatedNavHost -> NavHost
    • animatedComposable -> composable
  • You no longer need animations-core unless you are using BottomSheet destinations (which still is using accompanist material under the hood)
  • If you do still use animations-core, even if you don't need BottomSheet, it's totally fine, using rememberAnimatedNavHostEngine will just internally call rememberNavHostEngine.

No beta suffix? πŸ€”

Yes, that's right, there were a lot of insecurities hiding behind that "-beta" suffixed on all the lib's versions. The truth is that API changes might happen but each version is stable for production. This is especially annoying because some developers have company policies that state they cannot use this library because of this. So from now on, if big changes happen I will create alpha, beta, rc releases (not necessarily all three, as it seems quite unnecessary most of the time) related to that specific version, basically following practices that you might be used to with other jetpack libraries and such.

Thanks for being with me through this time, Compose Destinations is just getting started! Look forward to v2 which I honestly think will be great!

1.9.42-beta

Fixes

  • Fixed #415 - issue that was happening if you were not using animations core.

Full Changelog: https://github.com/raamcosta/compose-destinations/compare/1.9.41-beta...1.9.42-beta

... (truncated)

Commits


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 show ignore conditions` will show all of the ignore conditions of the specified dependency - `@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)