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 com.arkivanov.decompose:decompose from 1.0.0-beta-02 to 3.0.0-alpha05 #41

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 Jan 24, 2024

Bumps com.arkivanov.decompose:decompose from 1.0.0-beta-02 to 3.0.0-alpha05.

Release notes

Sourced from com.arkivanov.decompose:decompose's releases.

3.0.0-alpha05

  • Added StackNavigator#pushToFront extension function (#593)
  • Added discardSavedState and isStateSavingAllowed arguments to retainedComponent {} function (#594)
  • Use Cancellation in NavigationSource (#613)
  • Moved PredictiveBackGestureOverlay and PredictiveBackGestureIcon inside predictiveback package (#614)
  • Fixed possible NPE crash in Generic Navigation (also affects Child Pages) (#615, see #612)

Full Changelog: arkivanov/Decompose@3.0.0-alpha04...3.0.0-alpha05

The new StackNavigator#pushToFront function

This release adds the new StackNavigator#pushToFront navigation function. See the updated docs for details.

Breaking changes

Please make sure you also update Essenty to 2.0.0-alpha03 if applicable.

New arguments in retainedComponent function

The retainedComponent {} function got two new arguments with default values: discardSavedState and isStateSavingAllowed. The default behaviour is unchanged, though this change breaks binary compatibility.

Using Cancellation in NavigationSource

The NavigationSource#subscribe method now returns Cancellation, the NavigationSource#unsubscribe method is removed. This is both source and binary incompatible change. Though, the source compatibility is only affected if there is a manual implementation of the NavigationSource interface.

Moved PredictiveBackGestureOverlay and PredictiveBackGestureIcon

PredictiveBackGestureOverlay and PredictiveBackGestureIcon are moved from com.arkivanov.decompose.extensions.compose package to com.arkivanov.decompose.extensions.compose.stack.animation.predictiveback.

- import com.arkivanov.decompose.extensions.compose.PredictiveBackGestureOverlay
- import com.arkivanov.decompose.extensions.compose.PredictiveBackGestureIcon
+ import com.arkivanov.decompose.extensions.compose.stack.animation.predictiveback.PredictiveBackGestureOverlay
+ import com.arkivanov.decompose.extensions.compose.stack.animation.predictiveback.PredictiveBackGestureIcon

Versions and dependencies

Kotlin: 1.9.21 Essenty: 2.0.0-alpha02 kotlinx-serialization: 1.6.2 JetBrains Compose: 1.6.0-alpha01

3.0.0-alpha04

  • Fixed the issue where onPageSelected was not being called during slow scrolling with HorizontalPager (#579 by @​Chen-Xi-g, see #526)

Versions and dependencies

Kotlin: 1.9.21 Essenty: 2.0.0-alpha02

... (truncated)

Commits
  • 298b052 Bumped version to 3.0.0-alpha05
  • e6ded36 Merge pull request #615 from arkivanov/update-essenty
  • 0bd3aa0 Merge pull request #614 from arkivanov/move-to-predictiveback
  • ac04eb7 Merge pull request #613 from arkivanov/NavigationSource-cancellation
  • 1994de2 Moved PredictiveBackGestureOverlay and PredictiveBackGestureIcon inside predi...
  • a9913f7 Use Cancellation in NavigationSource and Relay
  • ba70e04 Updated Essenty to 2.0.0-alpha03
  • f52ed09 Merge pull request #594 from arkivanov/retainedComponent-discardSavedState
  • 6b8f21f Added discardSavedState and isStateSavingAllowed to retainedComponent
  • fadc086 Merge pull request #593 from arkivanov/pushToFront
  • 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 show <dependency name> 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)

Bumps [com.arkivanov.decompose:decompose](https://github.com/arkivanov/Decompose) from 1.0.0-beta-02 to 3.0.0-alpha05.
- [Release notes](https://github.com/arkivanov/Decompose/releases)
- [Commits](arkivanov/Decompose@1.0.0-beta-02...3.0.0-alpha05)

---
updated-dependencies:
- dependency-name: com.arkivanov.decompose:decompose
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file java Pull requests that update Java code labels Jan 24, 2024
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 java Pull requests that update Java code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants