Skip to content

Releases: chrisbanes/haze

1.6.6

28 Jun 10:29

Choose a tag to compare

What's Changed

Full Changelog: 1.6.5...1.6.6

1.6.5

27 Jun 13:04

Choose a tag to compare

What's Changed

Full Changelog: 1.6.4...1.6.5

1.6.4

06 Jun 08:38

Choose a tag to compare

What's Changed

Full Changelog: 1.6.3...1.6.4

1.6.3

01 Jun 08:40

Choose a tag to compare

🆕 MacOS CMP targets

Thanks to @YuKongA for adding 'native' MacOS targets. These are completely experimental (and untested), as per MacOS targets for CMP.

What's Changed

New Contributors

Full Changelog: 1.6.2...1.6.3

1.6.2

20 May 18:49

Choose a tag to compare

What's Changed

Full Changelog: 1.6.1...1.6.2

1.6.1

19 May 07:14

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 1.6.0...1.6.1

1.6.0

12 May 18:28

Choose a tag to compare

🤖 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

1.6.0-rc02

06 May 18:29

Choose a tag to compare

1.6.0-rc02 Pre-release
Pre-release

What's Changed

Full Changelog: 1.6.0-rc01...1.6.0-rc02

1.6.0-rc01

05 May 16:32

Choose a tag to compare

1.6.0-rc01 Pre-release
Pre-release

What's Changed

  • [RenderScript] Fix tint and noise size being incorrect by @chrisbanes in #632

Full Changelog: 1.6.0-beta03...1.6.0-rc01

1.6.0-beta03

04 May 11:08

Choose a tag to compare

1.6.0-beta03 Pre-release
Pre-release

What's Changed

Full Changelog: 1.6.0-beta02...1.6.0-beta03