Skip to content

1.2.0

Latest
Compare
Choose a tag to compare
@chrisbanes chrisbanes released this 09 Jan 15:23
· 1 commit to main since this release

What's new

API renames

I have renamed a number of the APIs in this release to better reflect what they actually do these days:

  • Modifier.haze -> Modifier.hazeSource
  • Modifier.hazeChild -> Modifier.hazeEffect
  • HazeChildScope -> HazeEffectScope

I've kept the old APIs around and deprecated them for easy migration.

Overlapping blurred areas

Haze now supports different hazeEffect areas which overlap, like this:

overlap

See here for more information.

Versioned documentation

A small quality of life change, but the documentation website is now versioned: https://chrisbanes.github.io/haze/

Changelog

Full Changelog: 1.1.1...1.2.0