github chrisbanes/haze 1.6.0

latest releases: 1.6.10, 1.6.9, 1.6.8...
3 months ago

🤖 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

Don't miss a new haze release

NewReleases is sending notifications on new releases.