Skip to content

Bump com.arkivanov.decompose:decompose from 1.0.0-beta-02 to 3.0.0-alpha03#39

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

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

Conversation

@dependabot
Copy link
Contributor

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

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

Release notes

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

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

The extensions-compose-jetpack module is removed, the extensions-compose-jetbrains module is renamed to extensions-compose. Please update your dependencies accordingly and replace all com.arkivanov.decompose.extensions.compose.jetbrains.* imports with com.arkivanov.decompose.extensions.compose.*.

Compose for iOS, macOS and Web support

Starting with this release there is no need to use -compose-experimental version suffix. The support of Compose for iOS, macOS and Web is now published under the main version.

Compose for Wasm

Starting with this release Compose for Wasm (wasmJs target) is also supported.

... (truncated)

Commits
  • c86f938 Bumped version to 3.0.0-alpha03
  • 1a45926 Merge pull request #571 from LionZXY/feature/localprovider
  • 67ccf1d Return by default null
  • b864517 Add ability to StackAnimationProvider use nullability
  • 683f8c6 Updated check-publication
  • 0577129 Merge pull request #572 from arkivanov/update-essenty
  • dbaabda Updated Essenty to 2.0.0-alpha01
  • 4b65bc7 Fix compilation
  • 6d4567f Replace emptyStackAnimation with LocalStackAnimation
  • 4b34bf8 Merge pull request #569 from arkivanov/web-history-seriliazation
  • 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-alpha03.
- [Release notes](https://github.com/arkivanov/Decompose/releases)
- [Commits](arkivanov/Decompose@1.0.0-beta-02...3.0.0-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 Dec 18, 2023
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Dec 25, 2023

Superseded by #40.

@dependabot dependabot bot closed this Dec 25, 2023
@dependabot dependabot bot deleted the dependabot/gradle/com.arkivanov.decompose-decompose-3.0.0-alpha03 branch December 25, 2023 01:11
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