8000 Releases Β· valentinilk/compose-shimmer Β· GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Releases: valentinilk/compose-shimmer

v1.3.3

25 May 14:03
Compare
Choose a tag to compare

Updated

  • Dependency updates
    • Kotlin: 2.1.21
    • Compose: 1.8.1

v1.3.2

29 Jan 20:01
Compare
Choose a tag to compare

Updated

  • Dependency updates
  • Default shader color is now white instead of unspecified, as this caused issues for some setups. This change still doesn't impact the visuals, since only the alpha channel of the color is used for the shimmering.

v1.3.1

18 Aug 15:12
Compare
Choose a tag to compare

Updated

  • Dependency updates
  • The modifier is no longer a composed one, but uses the recommended Modifier.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

01 Apr 12:43
Compare
Choose a tag to compare

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 a TweenSpec for the animation anymore, but a custom KeyframesSpec instead. This might break implementations that use or modify the defaultShimmerTheme variable directly.

v1.2.0

13 Oct 15:04
Compare
Choose a tag to compare