Skip to content

Releases: Kyant0/AndroidLiquidGlass

2.0.0-alpha01

27 Jan 07:39

Choose a tag to compare

2.0.0-alpha01 Pre-release
Pre-release

The library supports KMP now.

1.0.5

26 Jan 10:32

Choose a tag to compare

1.0.4

26 Dec 07:26

Choose a tag to compare

Bug fixes

  • Fix drawing may not update

1.0.3

23 Dec 09:50

Choose a tag to compare

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

04 Dec 02:54

Choose a tag to compare

  • Update Compose to 1.10.0

1.0.1

02 Dec 08:22

Choose a tag to compare

Bug fixes

  • Fix can't draw LayerBackdrop in some cases

1.0.0-rc02

24 Oct 04:41

Choose a tag to compare

Start publishing on Maven Central

implementation("io.github.kyant0:backdrop:<version>")

1.0.0

24 Oct 16:24

Choose a tag to compare

First stable release.

1.0.0-rc01

22 Oct 16:27

Choose a tag to compare

API changes

  • Add Modifier.drawPlainBackdrop for drawing backdrop without default highlight and shadow

1.0.0-beta03

21 Oct 06:35

Choose a tag to compare

API changes

  • Support blur edge treatment, rename blurRadius parameter to radius
    fun BackdropEffectScope.blur(
      radius: Float,
      edgeTreatment: TileMode = TileMode.Clamp
    )
  • Change HighlightStyle interface: fun DrawScope.createRenderEffect becomes fun DrawScope.createShader

Behavior changes

  • Expand layer recording area conditionally to support blur edge treatment, it fixes unexpected transparent pixels in the edges.