Updated
- Dependency updates
- The modifier is no longer a
composed
one, but uses the recommendedModifier.Node
instead.
Breaking:
- The
shimmer
modifier is now a@Composable
, which might be a breaking change, depending on where the modifier was previously hoisted.