0.5.0 #144
0.5.0
#144
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
renderMosaic
function returns a single string of the composition for tools that require only static output.Layout
composable similar to Compose UI. This is just the beginning of a larger change to expose more powerful primitives.Row
. Multiple children at the root will now draw on top of each other. Choose aRow
orColumn
as the root composable yourself.Static
content is no longer wrapped in aRow
. Multiple children in a singleStatic
composable will draw on top of each other. Choose aRow
orColumn
if you have multiple items. MultipleStatic
composables will still render inColumn
-like behaviorThis discussion was created from the release 0.5.0.
Beta Was this translation helpful? Give feedback.
All reactions