Releases: valentinilk/compose-shimmer
Releases Β· valentinilk/compose-shimmer
v1.3.2
v1.3.1
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.
v1.3.0
Updated
- Added wasmJS as a supported platform (Thanks @alexzhirkevich)
- The shimmer will now start immediately, when using the
defaultShimmerTheme
. The initial pause before the first shimmer animation was removed. - Dependency updates as always
Breaking:
- The
defaultShimmerTheme
does not use aTweenSpec
for the animation anymore, but a customKeyframesSpec
instead. This might break implementations that use or modify thedefaultShimmerTheme
variable directly.
v1.2.0
Updated
- Supported KMP targets are now:
- Android
- iOS
- JVM (Desktop)
- JS (Browser)
- ShimmerBounds.Window supports window resizing on JVM and JS platforms
- Downgraded libraries source compatibility to 1.8 again
v1.1.1
Updated
- Library is now Compose Multiplatform ready.
Included targets in this release: Android, iOS - Fixed
IllegalStateExpection
that could occur on some devices
v1.0.5
Updated
- Dependencies updated
- Wrongfully placed copyright removed (See commit message for more details)
v1.0.4
Updated
- Dependencies updated
v1.0.3
Updated
- Dependencies updated
v1.0.2
Updated
- The theme can now be manually be passed to the
rememberShimmer
function, in case that is more convenient. - Section about custom modifiers added to the readme.
- Dependencies updated
v1.0.1
Updated
- minSdk decreased to 21