Skip to content

Releases: valentinilk/compose-shimmer

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

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

11 Oct 06:07
Compare
Choose a tag to compare

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

08 May 10:13
Compare
Choose a tag to compare

Updated

  • Dependencies updated
  • Wrongfully placed copyright removed (See commit message for more details)

v1.0.4

27 Jan 20:40
Compare
Choose a tag to compare

Updated

  • Dependencies updated

v1.0.3

24 May 11:20
Compare
Choose a tag to compare

Updated

  • Dependencies updated

v1.0.2

21 Nov 17:10
Compare
Choose a tag to compare

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

25 Oct 14:04
Compare
Choose a tag to compare

Updated

  • minSdk decreased to 21