Fixed
Status Update
Comments
ad...@google.com <ad...@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.
Description
The only way to create a
Composition
is through thecompositionFor
factory which goes through a staticCompositions
object which maintains a static weak map.Adam P has tentatively said that removing this was in the plans. This is mostly just a tracking bug. Bonus: This means the expect/actual for
WeakMap
can be removed.