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

Bump voyager from 1.0.0-beta16 to 1.0.0-rc03 #20

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 13, 2023

Bumps voyager from 1.0.0-beta16 to 1.0.0-rc03.
Updates cafe.adriel.voyager:voyager-androidx from 1.0.0-beta16 to 1.0.0-rc03

Release notes

Sourced from cafe.adriel.voyager:voyager-androidx's releases.

1.0.0-rc03

First of all, sorry for being so absent the last few months. I plan to return to working on Voyager in January, but I will gladly accept PRs anytime!

I want to thank @​Syer10 for his great work on fixing bugs, we are closer to a stable 1.0 release because of you ❤️

  • Check if the activity is changing configurations before clearing the navigator (#84) by @​Syer10
  • Handle Lifecycle.Event instead of managing the states themselves, include a onStart and onStop function to say when the screen is displayed (#87) by @​Syer10
  • Add support for HasDefaultViewModelProviderFactory by returning a SavedStateViewModelFactory (#88) by @​Syer10
  • Creates replaceAll(items: List<Item>) allowing a step to replace the navigation stack with another stack (#95) by @​Alaksion
  • Updated dependencies
    • Kotlin 1.7.10
    • Jetpack Compose 1.3.1
    • Compose Multiplatform 1.2.1

1.0.0-rc02

  • Added a disposeNestedNavigators param on TabNavigator to control the disposal behavior of nested navigators inside tabs (#58)
  • AndroidScreenLifecycleOwner now provides a LocalLifecycleOwner and emits onPause/onStop/onDestroy states (#42)
  • Downgraded jvmTarget to 1.8 for better compatibility

1.0.0-rc01

  • Moved Kodein integration from jvmMain to commonMain (#56)
  • Fixed ScreenModel disposal on root screens (#24) by @​programadorthi
  • Updated dependencies
    • Jetpack Compose 1.1.1
    • Compose Multiplatform 1.1.1
Commits
  • ffc306d refactor: remove deprecated maven config
  • df7ba5e chore: bump dependencies
  • 422fdea Add replaceAll overload to allow replacing a stack with another (#95)
  • aeeeec8 Support multiple screen popping and replacing (#89)
  • ba15e3f Support HasDefaultViewModelProviderFactory (#88)
  • cc78500 Improve and fix lifecycle handling (#87)
  • 0885db1 Don't clear navigator on changing configurations (#84)
  • 0db2c79 refactor: replace navigator.stateHolder with navigator.saveableState
  • f00f4f3 feat: add ThreadSafeList
  • c4ec4fb feat: allow TabNavigator control nested navigators disposal
  • Additional commits viewable in compare view

Updates cafe.adriel.voyager:voyager-navigator from 1.0.0-beta16 to 1.0.0-rc03

Release notes

Sourced from cafe.adriel.voyager:voyager-navigator's releases.

1.0.0-rc03

First of all, sorry for being so absent the last few months. I plan to return to working on Voyager in January, but I will gladly accept PRs anytime!

I want to thank @​Syer10 for his great work on fixing bugs, we are closer to a stable 1.0 release because of you ❤️

  • Check if the activity is changing configurations before clearing the navigator (#84) by @​Syer10
  • Handle Lifecycle.Event instead of managing the states themselves, include a onStart and onStop function to say when the screen is displayed (#87) by @​Syer10
  • Add support for HasDefaultViewModelProviderFactory by returning a SavedStateViewModelFactory (#88) by @​Syer10
  • Creates replaceAll(items: List<Item>) allowing a step to replace the navigation stack with another stack (#95) by @​Alaksion
  • Updated dependencies
    • Kotlin 1.7.10
    • Jetpack Compose 1.3.1
    • Compose Multiplatform 1.2.1

1.0.0-rc02

  • Added a disposeNestedNavigators param on TabNavigator to control the disposal behavior of nested navigators inside tabs (#58)
  • AndroidScreenLifecycleOwner now provides a LocalLifecycleOwner and emits onPause/onStop/onDestroy states (#42)
  • Downgraded jvmTarget to 1.8 for better compatibility

1.0.0-rc01

  • Moved Kodein integration from jvmMain to commonMain (#56)
  • Fixed ScreenModel disposal on root screens (#24) by @​programadorthi
  • Updated dependencies
    • Jetpack Compose 1.1.1
    • Compose Multiplatform 1.1.1
Commits
  • ffc306d refactor: remove deprecated maven config
  • df7ba5e chore: bump dependencies
  • 422fdea Add replaceAll overload to allow replacing a stack with another (#95)
  • aeeeec8 Support multiple screen popping and replacing (#89)
  • ba15e3f Support HasDefaultViewModelProviderFactory (#88)
  • cc78500 Improve and fix lifecycle handling (#87)
  • 0885db1 Don't clear navigator on changing configurations (#84)
  • 0db2c79 refactor: replace navigator.stateHolder with navigator.saveableState
  • f00f4f3 feat: add ThreadSafeList
  • c4ec4fb feat: allow TabNavigator control nested navigators disposal
  • Additional commits viewable in compare view

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)

Bumps `voyager` from 1.0.0-beta16 to 1.0.0-rc03.

Updates `cafe.adriel.voyager:voyager-androidx` from 1.0.0-beta16 to 1.0.0-rc03
- [Release notes](https://github.com/adrielcafe/voyager/releases)
- [Commits](adrielcafe/voyager@1.0.0-beta16...1.0.0-rc03)

Updates `cafe.adriel.voyager:voyager-navigator` from 1.0.0-beta16 to 1.0.0-rc03
- [Release notes](https://github.com/adrielcafe/voyager/releases)
- [Commits](adrielcafe/voyager@1.0.0-beta16...1.0.0-rc03)

---
updated-dependencies:
- dependency-name: cafe.adriel.voyager:voyager-androidx
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: cafe.adriel.voyager:voyager-navigator
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Mar 13, 2023
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