Skip to content

1.6.0

Choose a tag to compare

@chrisbanes chrisbanes released this 12 May 18:28
· 315 commits to main since this release

🤖 Support for all versions of Android

Haze now supports blurring for all versions of Android, using RenderScript underneath. The new platforms documentation has all of the details.

renderscript.mp4

🎨 Foreground (content) blurring

Haze always been a library which enables background blurring. There are times where you need to blur the foreground content though, which Haze has always left to Modifier.blur. With the addition of older Android support, and all of the other features Haze supports, it makes sense for Haze to support both scenarios. New in this release is foreground blurring (doc).

📐 Blurred edge treatment

With the addition of foreground blurring, the need to be able to customise how content is blurred at the edges is useful. This release contains a new blurredEdgeTreatment on the effect scope, which works the same way as Modifier.blur.

What's Changed

Full Changelog: 1.5.4...1.6.0