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

Support Material3 version 1.3.0-Beta01 #4849

Open
mahramane opened this issue May 22, 2024 · 1 comment
Open

Support Material3 version 1.3.0-Beta01 #4849

mahramane opened this issue May 22, 2024 · 1 comment
Labels
enhancement New feature or request material3

Comments

@mahramane
Copy link

Hi
Please update material3 to version 1.3.0-Beta01.
material3-1.3.0-Beta01

@mahramane mahramane added enhancement New feature or request submitted labels May 22, 2024
@mahramane mahramane changed the title update Material3 to version 1.3.0-Beta01 Support Material3 version 1.3.0-Beta01 May 22, 2024
@vickyleu
Copy link

vickyleu commented May 29, 2024

Modifier.clickable(interactionSource = interactionSource,
    indication = rememberRipple(color = Color.Blue.copy(alpha = backgroundAlpha))) {
                //^ deprecated error, compilation fail
}

you can force override androidMain.dependencies.implementation(libs.compose.material3) to 1.3.0-beta01,

but other components will give errors, For example, the beyondBoundsPageCount property of HorizontalPager will be lost, but everything is fine in the compiler, and only an error occurs during runtime.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request material3
Projects
None yet
Development

No branches or pull requests

3 participants