Closed halilozercan closed 10 months ago
- Removed SetupMaterialRichText
- Removed SetupMaterial3RichText
What's the migration path here, as the successor RichTextMaterialTheme
is internal
?
I think there was nohing inherently useful about these helper functions. You can easily write your own RichTextMaterialTheme
using RichTextThemeProvider
from richtext-ui
. Or, just simply copy paste RichTextMaterialTheme
if you really want to set up Material integration once at the top.
RichText
composable should be enough in most cases as it will internally do the setup for you.
Version updates;
Api Updates;