Skip to content

Releases: Kyant0/AndroidLiquidGlass

2.0.0

Choose a tag to compare

@Kyant0 Kyant0 released this 28 May 10:10

Backdrop becomes a Compose Multiplatform library now! 🎉

API changes since 1.0

  • Remove Android related effects, use Compose version instead
  • Add common RuntimeShader interface and BackdropEffectScope.runtimeShaderEffect function for defining custom shader effects

2.0.0-rc01

2.0.0-rc01 Pre-release
Pre-release

Choose a tag to compare

@Kyant0 Kyant0 released this 26 May 16:30
  • Added iOS Sample App by @ienground in #89
  • Fix LayoutCoordinates reference leaks in #101

2.0.0-alpha03

2.0.0-alpha03 Pre-release
Pre-release

Choose a tag to compare

@Kyant0 Kyant0 released this 14 Feb 11:44
  • The minimum supported version of io.github.kyant0:shapes is 1.2.0

1.0.6

Choose a tag to compare

@Kyant0 Kyant0 released this 14 Feb 11:38
  • The minimum supported version of io.github.kyant0:shapes is 1.2.0

2.0.0-alpha01

2.0.0-alpha01 Pre-release
Pre-release

Choose a tag to compare

@Kyant0 Kyant0 released this 27 Jan 07:39

The library supports KMP now.

1.0.5

Choose a tag to compare

@Kyant0 Kyant0 released this 26 Jan 10:32

1.0.4

Choose a tag to compare

@Kyant0 Kyant0 released this 26 Dec 07:26

Bug fixes

  • Fix drawing may not update

1.0.3

Choose a tag to compare

@Kyant0 Kyant0 released this 23 Dec 09:50

API changes

  • Deprecate HighlightStyle.Default(intensity, angle, falloff), use HighlightStyle.Default(color, blendMode, angle, falloff) instead

Other changes

  • Update Kotlin to 2.3.0

1.0.2

Choose a tag to compare

@Kyant0 Kyant0 released this 04 Dec 02:54
  • Update Compose to 1.10.0

1.0.1

Choose a tag to compare

@Kyant0 Kyant0 released this 02 Dec 08:22

Bug fixes

  • Fix can't draw LayerBackdrop in some cases