-
Notifications
You must be signed in to change notification settings - Fork 1.3k
1.10.0-alpha03 Changelog #5455
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
base: master
Are you sure you want to change the base?
1.10.0-alpha03 Changelog #5455
Conversation
|
||
### Multiple Platforms | ||
|
||
- _(prerelease fix)_ Disabled the new text context menus until they are fully supported [#2466](https://github.com/JetBrains/compose-multiplatform-core/pull/2466) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It's not Breaking Changes
. Also it's only about default, so we need to say that it might be enabled on app level
- _(prerelease fix)_ Disabled the new text context menus until they are fully supported [#2466](https://github.com/JetBrains/compose-multiplatform-core/pull/2466) | |
### Migration Notes - Multiple Platforms | |
- _(prerelease fix)_ The new text context menus are disabled by default until they are fully supported. You might still enable it manually via `ComposeFoundationFlags.isNewContextMenuEnabled` flag [#2466](https://github.com/JetBrains/compose-multiplatform-core/pull/2466) |
|
||
### Web | ||
|
||
- Removed an outline on a Canvas element when it's focused [#2450](https://github.com/JetBrains/compose-multiplatform-core/pull/2450) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
- Removed an outline on a Canvas element when it's focused [#2450](https://github.com/JetBrains/compose-multiplatform-core/pull/2450) | |
- Removed an outline on a `Canvas` element when it's focused [#2450](https://github.com/JetBrains/compose-multiplatform-core/pull/2450) |
- Compose Material3 Adaptive libraries `org.jetbrains.compose.material3.adaptive:adaptive*:1.2.0-beta01`. Based on [Jetpack Compose Material3 Adaptive 1.2.0-rc01](https://developer.android.com/jetpack/androidx/releases/compose-material3-adaptive#1.2.0-rc01) | ||
- Lifecycle libraries `org.jetbrains.androidx.lifecycle:lifecycle-*:2.10.0-alpha03`. Based on [Jetpack Lifecycle 2.10.0-alpha05](https://developer.android.com/jetpack/androidx/releases/lifecycle#2.10.0-alpha05) | ||
- Navigation libraries `org.jetbrains.androidx.navigation:navigation-*:2.9.1`. Based on [Jetpack Navigation 2.9.4](https://developer.android.com/jetpack/androidx/releases/navigation#2.9.4) | ||
- Navigation Event library `org.jetbrains.androidx.navigationevent:navigationevent-compose:1.0.0-alpha02`. Based on [Jetpack Navigation Event 1.0.0-beta01](https://developer.android.com/jetpack/androidx/releases/navigationevent#1.0.0-beta01) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
What about adding Navigation 3 here?
Fixes: https://youtrack.jetbrains.com/issue/CMP-9035/Release-Compose-Multiplatform-1.10.0-alpha03
Release Notes
N/A