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

Update decompose to v2.2.3 #95

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

Update decompose to v2.2.3 #95

wants to merge 1 commit into from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Dec 12, 2023

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
com.arkivanov.decompose:extensions-compose-jetbrains 2.2.0-compose-experimental-alpha05 -> 2.2.3 age adoption passing confidence
com.arkivanov.decompose:decompose 2.2.0-compose-experimental-alpha05 -> 2.2.3 age adoption passing confidence

Release Notes

arkivanov/Decompose (com.arkivanov.decompose:extensions-compose-jetbrains)

v2.2.3

Compare Source

  • Bug fix: component Lifecycle unnecessary stops and resumes sometimes on initialisation, if the root component is created using Lazy (#​698)

Versions and dependencies

Kotlin: 1.9.21
Essenty: 1.3.0
kotlinx-serialization: 1.6.0
parcelize-darwin: 0.2.3

extensions-compose-jetpack

Jetpack Compose: 1.5.0
Jetpack Compose Compiler: 1.5.6

extensions-compose-jetbrains

JetBrains Compose: 1.5.11

v2.2.2

Compare Source

  • 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: 1.3.0
kotlinx-serialization: 1.6.0
parcelize-darwin: 0.2.3

extensions-compose-jetpack

Jetpack Compose: 1.5.0
Jetpack Compose Compiler: 1.5.6

extensions-compose-jetbrains

JetBrains Compose: 1.5.11

v2.2.2-compose-experimental

Compare Source

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

Versions and dependencies

Kotlin: 1.9.21
Essenty: 1.3.0
kotlinx-serialization: 1.6.0
parcelize-darwin: 0.2.3
JetBrains Compose: 1.5.11

v2.2.1

Compare Source

  • Updated Kotlin to 1.9.21, Jetpack Compose compiler to 1.5.6, Multiplatform Compose to 1.5.11 (#​539)
Versions and dependencies

Kotlin: 1.9.21
Essenty: 1.3.0
kotlinx-serialization: 1.6.0
parcelize-darwin: 0.2.3

extensions-compose-jetpack

Jetpack Compose: 1.5.0
Jetpack Compose Compiler: 1.5.6

extensions-compose-jetbrains

JetBrains Compose: 1.5.11

v2.2.1-compose-experimental

Compare Source

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

Versions and dependencies

Kotlin: 1.9.21
Essenty: 1.3.0
kotlinx-serialization: 1.6.0
parcelize-darwin: 0.2.3
JetBrains Compose: 1.5.11

v2.2.0

Compare Source

Changes since version 2.2.0-beta02
  • Updated Essenty to 1.3.0 (#​547)
  • Fixed possible NSInvalidArgumentException crash in ApplicationLifecycle (#​545)
  • Fixed incorrect stack animation direction when stack replaced with a smaller stack (#​543)
Changes since version 2.1.4
  • Added support for kotlinx-serialization, deprecated Parcelable APIs (#​486)
  • Added key argument to Pages (#​494)
  • Added pushNew extension function for StackNavigator (#​499, #​514)
  • Added materialPredictiveBackAnimatable as a default animation (#​533)
  • Added ApplicationLifecycle for iOS and tvOS targets (#​527)
  • LTR/RTL support in PredictiveBackGestureOverlay (#​535 by @​alexzhirkevich, #​538)
  • Updated Kotlin to 1.9.20 and other dependencies (#​521)

Please see the previous release notes for more information and guidance:

Versions and dependencies

Kotlin: 1.9.20
Essenty: 1.3.0
kotlinx-serialization: 1.6.0
parcelize-darwin: 0.2.3

extensions-compose-jetpack

Jetpack Compose: 1.5.0
Jetpack Compose Compiler: 1.5.4

extensions-compose-jetbrains

JetBrains Compose: 1.5.10

v2.2.0-compose-experimental

Compare Source

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

Versions and dependencies

Kotlin: 1.9.20
Essenty: 1.3.0
kotlinx-serialization: 1.6.0
parcelize-darwin: 0.2.3
JetBrains Compose: 1.5.10

v2.2.0-compose-experimental-beta02

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

Versions and dependencies

Kotlin: 1.9.20
Essenty: 1.3.0-beta01
kotlinx-serialization: 1.6.0
parcelize-darwin: 0.2.3
JetBrains Compose: 1.5.10


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about these updates again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot force-pushed the renovate/decompose branch from b9a64d5 to 0255dfc Compare December 23, 2023 22:41
@renovate renovate bot changed the title Update decompose to v2.2.1 Update decompose to v2.2.2 Dec 23, 2023
@renovate renovate bot force-pushed the renovate/decompose branch 2 times, most recently from 75d85d9 to 815c4d3 Compare January 30, 2024 14:31
@renovate renovate bot force-pushed the renovate/decompose branch from 815c4d3 to 8096571 Compare February 25, 2024 11:36
@renovate renovate bot force-pushed the renovate/decompose branch from 8096571 to 8ff408f Compare April 14, 2024 20:32
@Tiebe Tiebe force-pushed the renovate/decompose branch from 8ff408f to 543e9b7 Compare April 14, 2024 20:34
@renovate renovate bot force-pushed the renovate/decompose branch from 543e9b7 to 1c0e211 Compare April 14, 2024 20:35
@Tiebe Tiebe force-pushed the renovate/decompose branch from 1c0e211 to 543e9b7 Compare April 14, 2024 20:36
@renovate renovate bot force-pushed the renovate/decompose branch from 543e9b7 to f985af4 Compare April 14, 2024 20:37
@renovate renovate bot force-pushed the renovate/decompose branch from f985af4 to 008e61a Compare April 27, 2024 23:29
@renovate renovate bot changed the title Update decompose to v2.2.2 Update decompose to v2.2.3 Apr 27, 2024
@renovate renovate bot force-pushed the renovate/decompose branch from 008e61a to abf0816 Compare June 26, 2024 02:18
@renovate renovate bot force-pushed the renovate/decompose branch from abf0816 to c8265e6 Compare February 18, 2025 19:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants