Skip to content

Bump com.arkivanov.decompose:decompose from 1.0.0-beta-02 to 2.2.0-compose-experimental-alpha03#30

Closed
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/gradle/com.arkivanov.decompose-decompose-2.2.0-compose-experimental-alpha03
Closed

Bump com.arkivanov.decompose:decompose from 1.0.0-beta-02 to 2.2.0-compose-experimental-alpha03#30
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/gradle/com.arkivanov.decompose-decompose-2.2.0-compose-experimental-alpha03

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 1, 2023

Bumps com.arkivanov.decompose:decompose from 1.0.0-beta-02 to 2.2.0-compose-experimental-alpha03.

Release notes

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

2.2.0-compose-experimental-alpha03

This is the same release as 2.2.0-alpha03, but with Compose for iOS and Web (Canvas, js only) support.

Versions and dependencies

Kotlin: 1.9.10 Essenty: 1.3.0-alpha02 kotlinx-serialization: 1.6.0 parcelize-darwin: 0.2.2 JetBrains Compose: 1.5.1

2.2.0-compose-experimental-alpha02

This is the same release as 2.2.0-alpha02, but with Compose for iOS and Web (Canvas, js only) support.

Versions and dependencies

Kotlin: 1.9.10 Essenty: 1.3.0-alpha01 kotlinx-serialization: 1.6.0 parcelize-darwin: 0.2.2 JetBrains Compose: 1.5.1

2.2.0-compose-experimental-alpha01

This is the same release as 2.2.0-alpha01, but with Compose for iOS and Web (Canvas, js only) support.

Versions and dependencies

Kotlin: 1.9.10 Essenty: 1.2.0 kotlinx-serialization: 1.6.0 parcelize-darwin: 0.2.1 JetBrains Compose: 1.5.1

2.2.0-alpha03

  • Fixed Pages(onPageSelected) callback called multiple times and not rendering the current page sometimes (#503)
  • Added pushNew extension function for StackNavigator (#499, #514)
  • Refactored predictive back animation, added PredictiveBackAnimatable API (#507, #515)

New pushNew navigation function

This release introduces the new navigation function for Child Stack: pushNew. It allows pushing a configuration only if it's not already on top of the stack. Can be useful for pushing components on button clicks, etc. Please see the updated docs.

Updated Predictive Back Gesture API

This release contains some improvements for the Predictive Back Gesture API, bringing it closer to become stable. The new API allows creating more complex custom transitions.

Migration if not using custom transitions

- import com.arkivanov.decompose.extensions.compose.jetbrains.stack.animation.predictiveBackAnimation
</tr></table> 

... (truncated)

Commits
  • f277563 Merge branch 'v2.2' into v2.2-compose-experimental
  • ab9d773 Merge branch 'master' into v2.2
  • 4fdbacc Bumped version to 2.2.0-alpha03
  • 6c61220 Merge pull request #507 from arkivanov/refactor-back-gesture
  • 099717e Added eventTransformer argument and refactored predictiveBackAnimation
  • 2c0bf03 Fixed a typo in index.md
  • 9aacd5d Merge pull request #511 from arkivanov/empty-pages-tests
  • 54fb510 Added tests for empty Pages
  • 41c4461 Bumped version to 2.1.3
  • 25cffbc Merge pull request #499 from arkivanov/pushOrIgnore
  • 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 2.2.0-compose-experimental-alpha03.
- [Release notes](https://github.com/arkivanov/Decompose/releases)
- [Commits](arkivanov/Decompose@1.0.0-beta-02...2.2.0-compose-experimental-alpha03)

---
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 Nov 1, 2023
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Nov 6, 2023

Superseded by #31.

@dependabot dependabot bot closed this Nov 6, 2023
@dependabot dependabot bot deleted the dependabot/gradle/com.arkivanov.decompose-decompose-2.2.0-compose-experimental-alpha03 branch November 6, 2023 00:57
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