You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Create mosaic-animation library, that provides various possibilities for animating Mosaic. An analog of androidx.compose.animation-core.
Add IntrinsicSize and related Modifier.width/height/requiredWidth/requiredHeight.
New mosaic-testing library for deterministically rendering Mosaic composables under test.
Add Mosaic.layoutId which allows identifying the element within its parent during layout.
Add Modifier.composed that allows creating custom reusable modifiers with access to Compose functionality inside.
Changed:
Rendering now occurs as fast as possible, although still only when necessary. Previously the maximum FPS was capped to 20, which could cause minor visual delays when processing events.
Fixed:
Fix the handling of custom Modifiers that have multiple parents from LayoutModifier, DrawModifier, KeyModifier, ParentDataModifier.
This discussion was created from the release 0.15.0.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
New:
mosaic-animationlibrary, that provides various possibilities for animating Mosaic. An analog of androidx.compose.animation-core.IntrinsicSizeand relatedModifier.width/height/requiredWidth/requiredHeight.mosaic-testinglibrary for deterministically rendering Mosaic composables under test.Mosaic.layoutIdwhich allows identifying the element within its parent during layout.Modifier.composedthat allows creating custom reusable modifiers with access to Compose functionality inside.Changed:
Fixed:
Modifiers that have multiple parents fromLayoutModifier,DrawModifier,KeyModifier,ParentDataModifier.This discussion was created from the release 0.15.0.
Beta Was this translation helpful? Give feedback.
All reactions