Updated
- Dependency updates
- Kotlin: 2.1.21
- Compose: 1.8.1
Unclaimed project
Are you a maintainer of compose-shimmer? Claim this project to take control of your public changelog and roadmap.
composed one, but uses the recommended Modifier.Node instead.Breaking:
shimmer modifier is now a @Composable, which might be a breaking change, depending on where the modifier was previously hoisted.defaultShimmerTheme. The initial pause before the first shimmer animation was removed.Breaking:
defaultShimmerTheme does not use a TweenSpec for the animation anymore, but a custom KeyframesSpec instead. This mi...