Bump haze from 0.7.3 to 1.2.0 #16

Closed
dependabot[bot] wants to merge 1 commits from dependabot/gradle/haze-1.2.0 into master
dependabot[bot] commented 2025-01-11 08:27:26 +03:00 (Migrated from github.com)

Bumps haze from 0.7.3 to 1.2.0.
Updates dev.chrisbanes.haze:haze from 0.7.3 to 1.2.0

Release notes

Sourced from dev.chrisbanes.haze:haze's releases.

1.2.0

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: https://github.com/chrisbanes/haze/compare/1.1.1...1.2.0

1.1.1

What's Changed

Full Changelog: https://github.com/chrisbanes/haze/compare/1.1.0...1.1.1

1.1.0

🆕 Input Scale

A new feature in this release is being able to set the input scale, allowing you to downscale content for potential performance gains.

What's Changed

... (truncated)

Commits

Updates dev.chrisbanes.haze:haze-materials from 0.7.3 to 1.2.0

Release notes

Sourced from dev.chrisbanes.haze:haze-materials's releases.

1.2.0

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: https://github.com/chrisbanes/haze/compare/1.1.1...1.2.0

1.1.1

What's Changed

Full Changelog: https://github.com/chrisbanes/haze/compare/1.1.0...1.1.1

1.1.0

🆕 Input Scale

A new feature in this release is being able to set the input scale, allowing you to downscale content for potential performance gains.

What's Changed

... (truncated)

Commits

You can trigger a rebase of this PR by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Note


Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

Bumps `haze` from 0.7.3 to 1.2.0. Updates `dev.chrisbanes.haze:haze` from 0.7.3 to 1.2.0 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/chrisbanes/haze/releases">dev.chrisbanes.haze:haze's releases</a>.</em></p> <blockquote> <h2>1.2.0</h2> <h2>What's new</h2> <h3>API renames</h3> <p>I have renamed a number of the APIs in this release to better reflect what they actually do these days:</p> <ul> <li><code>Modifier.haze</code> -&gt; <code>Modifier.hazeSource</code></li> <li><code>Modifier.hazeChild</code> -&gt; <code>Modifier.hazeEffect</code></li> <li><code>HazeChildScope</code> -&gt; <code>HazeEffectScope</code></li> </ul> <p>I've kept the old APIs around and deprecated them for easy migration.</p> <h3>Overlapping blurred areas</h3> <p>Haze now supports different <code>hazeEffect</code> areas which overlap, like this:</p> <p><img src="https://github.com/user-attachments/assets/999df3ff-3c46-4770-8d88-7a3a8455cf8b" alt="overlap" /></p> <p>See <a href="https://chrisbanes.github.io/haze/1.2.0/usage/#overlapping-blurred-layouts">here</a> for more information.</p> <h3>Versioned documentation</h3> <p>A small quality of life change, but the documentation website is now versioned: <a href="https://chrisbanes.github.io/haze/">https://chrisbanes.github.io/haze/</a></p> <h2>Changelog</h2> <ul> <li>Stop using synchronized lazy by <a href="https://github.com/chrisbanes"><code>@​chrisbanes</code></a> in <a href="https://redirect.github.com/chrisbanes/haze/pull/446">chrisbanes/haze#446</a></li> <li>Add support for multiple Haze nodes attached to a HazeState by <a href="https://github.com/chrisbanes"><code>@​chrisbanes</code></a> in <a href="https://redirect.github.com/chrisbanes/haze/pull/441">chrisbanes/haze#441</a></li> <li>Rename modifiers for clarity by <a href="https://github.com/chrisbanes"><code>@​chrisbanes</code></a> in <a href="https://redirect.github.com/chrisbanes/haze/pull/452">chrisbanes/haze#452</a></li> <li>[Sample] Hook up back button on Android by <a href="https://github.com/chrisbanes"><code>@​chrisbanes</code></a> in <a href="https://redirect.github.com/chrisbanes/haze/pull/459">chrisbanes/haze#459</a></li> <li>Remove expanded layer size by <a href="https://github.com/chrisbanes"><code>@​chrisbanes</code></a> in <a href="https://redirect.github.com/chrisbanes/haze/pull/461">chrisbanes/haze#461</a></li> <li>Small tidy ups ready for release by <a href="https://github.com/chrisbanes"><code>@​chrisbanes</code></a> in <a href="https://redirect.github.com/chrisbanes/haze/pull/463">chrisbanes/haze#463</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/chrisbanes/haze/compare/1.1.1...1.2.0">https://github.com/chrisbanes/haze/compare/1.1.1...1.2.0</a></p> <h2>1.1.1</h2> <h2>What's Changed</h2> <ul> <li>Update agp to v8.7.3 by <a href="https://github.com/renovate"><code>@​renovate</code></a> in <a href="https://redirect.github.com/chrisbanes/haze/pull/429">chrisbanes/haze#429</a></li> <li>Use onPlaced for screenshot tests by <a href="https://github.com/chrisbanes"><code>@​chrisbanes</code></a> in <a href="https://redirect.github.com/chrisbanes/haze/pull/433">chrisbanes/haze#433</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/chrisbanes/haze/compare/1.1.0...1.1.1">https://github.com/chrisbanes/haze/compare/1.1.0...1.1.1</a></p> <h2>1.1.0</h2> <h2>🆕 Input Scale</h2> <p>A new feature in this release is being able to set the <a href="https://chrisbanes.github.io/haze/latest/usage/#input-scale">input scale</a>, allowing you to downscale content for <em>potential</em> performance gains.</p> <h2>What's Changed</h2> <ul> <li>Update dependency gradle to v8.11.1 by <a href="https://github.com/renovate"><code>@​renovate</code></a> in <a href="https://redirect.github.com/chrisbanes/haze/pull/412">chrisbanes/haze#412</a></li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/chrisbanes/haze/commit/37e3be4b67cce2ac6065288c6f52376503cb7f2c"><code>37e3be4</code></a> Prepare for release 1.2.0</li> <li><a href="https://github.com/chrisbanes/haze/commit/5c03d667a0f65643c257b811a8a3815ec5483d63"><code>5c03d66</code></a> Final docs tweaks</li> <li><a href="https://github.com/chrisbanes/haze/commit/26d2beb76c62119e88b133c204042028c95c3c68"><code>26d2beb</code></a> Update spotless to v7.0.1 (<a href="https://redirect.github.com/chrisbanes/haze/issues/465">#465</a>)</li> <li><a href="https://github.com/chrisbanes/haze/commit/359ed1343fd7b9410bb19f0b8b5eae6f7015de1b"><code>359ed13</code></a> Update spotless to v7 (major) (<a href="https://redirect.github.com/chrisbanes/haze/issues/464">#464</a>)</li> <li><a href="https://github.com/chrisbanes/haze/commit/35e51e9396f304109ecb2c83cca6b4ae0e0bd0b6"><code>35e51e9</code></a> Fix doc publish permission</li> <li><a href="https://github.com/chrisbanes/haze/commit/7cdd2ead55693f6e558fba75cab11dc197fe1e8d"><code>7cdd2ea</code></a> Add setup for multi-version docs</li> <li><a href="https://github.com/chrisbanes/haze/commit/690ab3fd6ac66b42aae364df59a9848cb1ddc2ed"><code>690ab3f</code></a> Small tidy ups ready for release (<a href="https://redirect.github.com/chrisbanes/haze/issues/463">#463</a>)</li> <li><a href="https://github.com/chrisbanes/haze/commit/ad507f0f332f91931edfd49bb47d6a1888732989"><code>ad507f0</code></a> Update roborazzi to v1.39.0 (<a href="https://redirect.github.com/chrisbanes/haze/issues/462">#462</a>)</li> <li><a href="https://github.com/chrisbanes/haze/commit/1e51de38eaaae419bb7bb8bc46df063dc9a3d66e"><code>1e51de3</code></a> Remove expanded layer size (<a href="https://redirect.github.com/chrisbanes/haze/issues/461">#461</a>)</li> <li><a href="https://github.com/chrisbanes/haze/commit/763f881545689aca1ddb9b91f679a37f937a45e6"><code>763f881</code></a> Update plugin poko to v0.18.2 (<a href="https://redirect.github.com/chrisbanes/haze/issues/430">#430</a>)</li> <li>Additional commits viewable in <a href="https://github.com/chrisbanes/haze/compare/0.7.3...1.2.0">compare view</a></li> </ul> </details> <br /> Updates `dev.chrisbanes.haze:haze-materials` from 0.7.3 to 1.2.0 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/chrisbanes/haze/releases">dev.chrisbanes.haze:haze-materials's releases</a>.</em></p> <blockquote> <h2>1.2.0</h2> <h2>What's new</h2> <h3>API renames</h3> <p>I have renamed a number of the APIs in this release to better reflect what they actually do these days:</p> <ul> <li><code>Modifier.haze</code> -&gt; <code>Modifier.hazeSource</code></li> <li><code>Modifier.hazeChild</code> -&gt; <code>Modifier.hazeEffect</code></li> <li><code>HazeChildScope</code> -&gt; <code>HazeEffectScope</code></li> </ul> <p>I've kept the old APIs around and deprecated them for easy migration.</p> <h3>Overlapping blurred areas</h3> <p>Haze now supports different <code>hazeEffect</code> areas which overlap, like this:</p> <p><img src="https://github.com/user-attachments/assets/999df3ff-3c46-4770-8d88-7a3a8455cf8b" alt="overlap" /></p> <p>See <a href="https://chrisbanes.github.io/haze/1.2.0/usage/#overlapping-blurred-layouts">here</a> for more information.</p> <h3>Versioned documentation</h3> <p>A small quality of life change, but the documentation website is now versioned: <a href="https://chrisbanes.github.io/haze/">https://chrisbanes.github.io/haze/</a></p> <h2>Changelog</h2> <ul> <li>Stop using synchronized lazy by <a href="https://github.com/chrisbanes"><code>@​chrisbanes</code></a> in <a href="https://redirect.github.com/chrisbanes/haze/pull/446">chrisbanes/haze#446</a></li> <li>Add support for multiple Haze nodes attached to a HazeState by <a href="https://github.com/chrisbanes"><code>@​chrisbanes</code></a> in <a href="https://redirect.github.com/chrisbanes/haze/pull/441">chrisbanes/haze#441</a></li> <li>Rename modifiers for clarity by <a href="https://github.com/chrisbanes"><code>@​chrisbanes</code></a> in <a href="https://redirect.github.com/chrisbanes/haze/pull/452">chrisbanes/haze#452</a></li> <li>[Sample] Hook up back button on Android by <a href="https://github.com/chrisbanes"><code>@​chrisbanes</code></a> in <a href="https://redirect.github.com/chrisbanes/haze/pull/459">chrisbanes/haze#459</a></li> <li>Remove expanded layer size by <a href="https://github.com/chrisbanes"><code>@​chrisbanes</code></a> in <a href="https://redirect.github.com/chrisbanes/haze/pull/461">chrisbanes/haze#461</a></li> <li>Small tidy ups ready for release by <a href="https://github.com/chrisbanes"><code>@​chrisbanes</code></a> in <a href="https://redirect.github.com/chrisbanes/haze/pull/463">chrisbanes/haze#463</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/chrisbanes/haze/compare/1.1.1...1.2.0">https://github.com/chrisbanes/haze/compare/1.1.1...1.2.0</a></p> <h2>1.1.1</h2> <h2>What's Changed</h2> <ul> <li>Update agp to v8.7.3 by <a href="https://github.com/renovate"><code>@​renovate</code></a> in <a href="https://redirect.github.com/chrisbanes/haze/pull/429">chrisbanes/haze#429</a></li> <li>Use onPlaced for screenshot tests by <a href="https://github.com/chrisbanes"><code>@​chrisbanes</code></a> in <a href="https://redirect.github.com/chrisbanes/haze/pull/433">chrisbanes/haze#433</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/chrisbanes/haze/compare/1.1.0...1.1.1">https://github.com/chrisbanes/haze/compare/1.1.0...1.1.1</a></p> <h2>1.1.0</h2> <h2>🆕 Input Scale</h2> <p>A new feature in this release is being able to set the <a href="https://chrisbanes.github.io/haze/latest/usage/#input-scale">input scale</a>, allowing you to downscale content for <em>potential</em> performance gains.</p> <h2>What's Changed</h2> <ul> <li>Update dependency gradle to v8.11.1 by <a href="https://github.com/renovate"><code>@​renovate</code></a> in <a href="https://redirect.github.com/chrisbanes/haze/pull/412">chrisbanes/haze#412</a></li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/chrisbanes/haze/commit/37e3be4b67cce2ac6065288c6f52376503cb7f2c"><code>37e3be4</code></a> Prepare for release 1.2.0</li> <li><a href="https://github.com/chrisbanes/haze/commit/5c03d667a0f65643c257b811a8a3815ec5483d63"><code>5c03d66</code></a> Final docs tweaks</li> <li><a href="https://github.com/chrisbanes/haze/commit/26d2beb76c62119e88b133c204042028c95c3c68"><code>26d2beb</code></a> Update spotless to v7.0.1 (<a href="https://redirect.github.com/chrisbanes/haze/issues/465">#465</a>)</li> <li><a href="https://github.com/chrisbanes/haze/commit/359ed1343fd7b9410bb19f0b8b5eae6f7015de1b"><code>359ed13</code></a> Update spotless to v7 (major) (<a href="https://redirect.github.com/chrisbanes/haze/issues/464">#464</a>)</li> <li><a href="https://github.com/chrisbanes/haze/commit/35e51e9396f304109ecb2c83cca6b4ae0e0bd0b6"><code>35e51e9</code></a> Fix doc publish permission</li> <li><a href="https://github.com/chrisbanes/haze/commit/7cdd2ead55693f6e558fba75cab11dc197fe1e8d"><code>7cdd2ea</code></a> Add setup for multi-version docs</li> <li><a href="https://github.com/chrisbanes/haze/commit/690ab3fd6ac66b42aae364df59a9848cb1ddc2ed"><code>690ab3f</code></a> Small tidy ups ready for release (<a href="https://redirect.github.com/chrisbanes/haze/issues/463">#463</a>)</li> <li><a href="https://github.com/chrisbanes/haze/commit/ad507f0f332f91931edfd49bb47d6a1888732989"><code>ad507f0</code></a> Update roborazzi to v1.39.0 (<a href="https://redirect.github.com/chrisbanes/haze/issues/462">#462</a>)</li> <li><a href="https://github.com/chrisbanes/haze/commit/1e51de38eaaae419bb7bb8bc46df063dc9a3d66e"><code>1e51de3</code></a> Remove expanded layer size (<a href="https://redirect.github.com/chrisbanes/haze/issues/461">#461</a>)</li> <li><a href="https://github.com/chrisbanes/haze/commit/763f881545689aca1ddb9b91f679a37f937a45e6"><code>763f881</code></a> Update plugin poko to v0.18.2 (<a href="https://redirect.github.com/chrisbanes/haze/issues/430">#430</a>)</li> <li>Additional commits viewable in <a href="https://github.com/chrisbanes/haze/compare/0.7.3...1.2.0">compare view</a></li> </ul> </details> <br /> You can trigger a rebase of this PR by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details> > **Note** > Automatic rebases have been disabled on this pull request as it has been open for over 30 days.
dependabot[bot] commented 2025-03-30 04:32:53 +03:00 (Migrated from github.com)

OK, I won't notify you again about this release, but will get in touch when a new version is available. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.

OK, I won't notify you again about this release, but will get in touch when a new version is available. You can also ignore all major, minor, or patch releases for a dependency by adding an [`ignore` condition](https://docs.github.com/en/code-security/supply-chain-security/configuration-options-for-dependency-updates#ignore) with the desired `update_types` to your config file. If you change your mind, just re-open this PR and I'll resolve any conflicts on it.

Pull request closed

Sign in to join this conversation.