Skip to content

Bump com.arkivanov.decompose:decompose from 1.0.0-beta-02 to 3.0.0-alpha04#40

Closed
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/gradle/com.arkivanov.decompose-decompose-3.0.0-alpha04
Closed

Bump com.arkivanov.decompose:decompose from 1.0.0-beta-02 to 3.0.0-alpha04#40
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/gradle/com.arkivanov.decompose-decompose-3.0.0-alpha04

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 25, 2023

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

Release notes

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

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 kotlinx-serialization: 1.6.2 JetBrains Compose: 1.6.0-alpha01

3.0.0-alpha03

  • Added LocalStackAnimationProvider for configuring a default stack animation (#571 by @​LionZXY)

The new LocalStackAnimationProvider

The new LocalStackAnimationProvider API allows configuring a default stack animation for Children and predictiveBackAnimation. Please see the updated docs.

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-alpha02

  • Support WebHistoryController on wasmJs by using serialization (#569)
  • Updated Essenty to 2.0.0-alpha02 (reduces the size of the saved state) (#572)

WebHistoryController on Wasm

This release adds WebHistoryController for wasmJs target. It is shared with js target and now relies on kotlinx-serialization. The WebHistoryController#attach method got a new argument (serializer: KSerializer<C>), which is a breaking change.

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-alpha01

  • Complete migration to kotlinx-serialization (#553)
  • Added support for the wasmJs target for browser (#564)
  • Renamed extensions-compose-jetbrains module to extensions-compose (#559)
  • Removed deprecated Value#subscribe and Value#unsubscribe methods (#554)
  • Renamed predictiveBackAnimation animation argument to fallbackAnimation (#555)
  • Added STARTED status to ChildNavState (#557)
  • Added API to discard saved state on Android (#558)

Multiplatform Compose Extensions

... (truncated)

Commits
  • 138508a Bumped version to 3.0.0-alpha04
  • 1c28fa4 Merge branch 'compose-experimental' into v3.0
  • 775733a Merge branch 'master' into compose-experimental
  • 8b16a1f Merge pull request #579 from Chen-Xi-g/fix-issue
  • 0e512d7 Fixed the issue where 'onPageSelected' was not being called during slow scrol...
  • 2dc8817 Merge pull request #578 from arkivanov/revert-576-fix-issue
  • c7470aa Revert "Fixed the issue of 'HorizontalPager' slow scrolling and 'onPageSelect...
  • 5d54157 Merge pull request #576 from Chen-Xi-g/fix-issue
  • a36e5a1 Fixed the issue of 'HorizontalPager' slow scrolling and 'onPageSelected' not ...
  • 0801120 Described LocalStackAnimationProvider in the docs
  • 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-alpha04.
- [Release notes](https://github.com/arkivanov/Decompose/releases)
- [Commits](arkivanov/Decompose@1.0.0-beta-02...3.0.0-alpha04)

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

dependabot bot commented on behalf of github Jan 24, 2024

Superseded by #41.

@dependabot dependabot bot closed this Jan 24, 2024
@dependabot dependabot bot deleted the dependabot/gradle/com.arkivanov.decompose-decompose-3.0.0-alpha04 branch January 24, 2024 00:31
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