Status Update
Comments
co...@google.com <co...@google.com>
ap...@google.com <ap...@google.com> #3
Thanks for the report!
co...@google.com <co...@google.com> #4
The release notes documentation has been edited to clarify this change in behavior for line height.
To support non-standard text sizes, we encourage users to follow the Material design system and use a different style = LocalTextStyle.current.copy(lineHeight = TextUnit.Unspecified)
, or create a custom Typography
entirely.
ap...@google.com <ap...@google.com> #6
In my case, I have multiple font sizes in the same Text
(using SpanStyle
in AnnotatedString
). There are legitimate reasons for this. For example, when combining Chinese and English (phonetic) together (for language-learning purposes).
pr...@google.com <pr...@google.com> #7
The following release(s) address this bug.It is possible this bug has only been partially addressed:
androidx.annotation:annotation-jvm:1.6.0-rc01
androidx.compose.material3:material3:1.1.0-alpha06
Description
The following Experimental APIs have existed for several releases.
Please consider stabilising or removing these APIs: