-
Notifications
You must be signed in to change notification settings - Fork 2
chore(deps): update dependency org.jetbrains.compose to v1.8.0 #174
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
Open
renovate
wants to merge
1
commit into
main
Choose a base branch
from
renovate/compose
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
41ee166
to
f7fdab6
Compare
61c6f55
to
68c0e8e
Compare
68c0e8e
to
bf5ac70
Compare
e641053
to
de43ade
Compare
7877940
to
96e5b5a
Compare
4befa65
to
842f67f
Compare
842f67f
to
c9a6864
Compare
9c0cd08
to
b4cd3a8
Compare
23b35ca
to
708543f
Compare
b1a1978
to
c60ba13
Compare
c60ba13
to
cccab10
Compare
6ad41d1
to
056b3b4
Compare
05d1747
to
abc40cb
Compare
67843f7
to
5d658e6
Compare
5d658e6
to
4fa9147
Compare
3e5abdf
to
1395219
Compare
1395219
to
f7820ca
Compare
f7820ca
to
62bd1f8
Compare
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
None yet
0 participants
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
1.7.1
->1.8.0
Release Notes
JetBrains/compose-jb (org.jetbrains.compose)
v1.8.0
Changes since 1.8.0-beta02
Highlights
Web
New
WebTextInputService
seeks to achieve the following goals:Breaking Changes
Multiple Platforms
LocalTextInputService
is no longer supported #1974Migration Notes
Multiple Platforms
material-icons-core
so if your project relied on that, you will have to explicitly add that dependency in yourbuild.gradle[.kts]
files: #2025, #2030Gradle Plugin
org.jetbrains.compose.compiler
is not supported anymore and the API to configure it was removed #5293Lifecycle
AbstractSavedStateViewModelFactory
from common code #1976Features
Desktop
-keep class
for the associated with error class in "Location:"androidx.
package, it might a Compose bug, please report in https://youtrack.jetbrains.com/issues/CMP. The-keep class
workaround should also work in this case./gradlew runRelease
doesn't crash withjava.lang.VerifyError
#5279Fixes
Multiple Platforms
org.jetbrains.compose.material3:material3-adaptive-navigation-suite
,org.jetbrains.compose.material3:material3-window-size-class
are reverted to the 1.3.1 state. They will be promoted to 1.4 in Compose Multiplatform 1.9 with material3 #1995InterceptPlatformTextInput
for the legacy TextField #1974iOS
TextField(TextFieldState)
#1972BasicTextField(TextFieldState)
#1984BasicTextField(TextFieldState)
#2018ComposeUIViewControllerConfiguration
#2034Desktop
Navigation
Dependencies
Gradle Plugin
org.jetbrains.compose
, version1.8.0-rc01
. Based on Jetpack Compose libraries:Lifecycle libraries
org.jetbrains.androidx.lifecycle:lifecycle-*:2.9.0-alpha07
. Based on Jetpack Lifecycle 2.9.0-beta01Navigation libraries
org.jetbrains.androidx.navigation:navigation-*:2.9.0-alpha17
. Based on Jetpack Navigation 2.9.0-beta01Material3 Adaptive libraries
org.jetbrains.compose.material3.adaptive:adaptive*:1.1.0-rc01
. Based on Jetpack Material3 Adaptive 1.1.0v1.7.3
Changes since 1.7.1
Features
Desktop
Fixes
iOS
UIKitInteropInteractionMode.Cooperative
interaction modeUINavigationController
should recognize correctlyDependencies
Gradle Plugin
org.jetbrains.compose
, version1.7.3
. Based on Jetpack Compose libraries:Lifecycle libraries
org.jetbrains.androidx.lifecycle:lifecycle-*:2.8.4
. Based on Jetpack Lifecycle 2.8.5Navigation libraries
org.jetbrains.androidx.navigation:navigation-*:2.8.0-alpha11
. Based on Jetpack Navigation 2.8.0Material3 Adaptive libraries
org.jetbrains.compose.material3.adaptive:adaptive*:1.0.1
. Based on Jetpack Material3 Adaptive 1.0.0Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.