Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(deps): update dependency dev.chrisbanes.haze:haze-materials to v0.9.0-rc03 - autoclosed #344

Closed

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Sep 3, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
dev.chrisbanes.haze:haze-materials 0.9.0-alpha07 -> 0.9.0-rc03 age adoption passing confidence

Release Notes

chrisbanes/haze (dev.chrisbanes.haze:haze-materials)

v0.9.0-rc03

Compare Source

Very much hoping that this is the last release candidate. 🤞

What's Changed

Full Changelog: chrisbanes/haze@0.9.0-rc02...0.9.0-rc03

v0.9.0-rc02

Compare Source

What's Changed

Full Changelog: chrisbanes/haze@0.9.0-rc01...0.9.0-rc02

v0.9.0-rc01

Compare Source

Performance improvements for progressive blur

On platforms which support runtime shaders (everything other than Android SDK < 33), progressive is ~1.9x faster than before, through the usage of a new (custom) runtime shader. See https://github.com/chrisbanes/haze/pull/368 for more information.

What's Changed

Full Changelog: chrisbanes/haze@0.9.0-beta04.1...0.9.0-rc01

v0.9.0-beta04.1

Compare Source

What's Changed

Full Changelog: chrisbanes/haze@0.9.0-beta04...0.9.0-beta04.1

v0.9.0-beta04

Compare Source

What's changed

Compose Multiplatform 1.7.0

CMP 1.7.0 has gone stable. Go and upgrade.

Progressive blurs (aka gradient blurs)

We now have access to progressive blurring.

progressive.mp4

The API is very similar to the Brush gradient APIs, so it should feel very familiar.

Modifier.hazeChild(...) {
   progressive = HazeProgressive.verticalGradient(startIntensity = 1f, endIntensity = 0f)
}

[!CAUTION]
The performance of progressive blurring is untested as yet, but for sure it's going to be slower than without. I also haven't put any performance work into this as yet. That will come for the next release (hopefully rc01).

Tweaked styling APIs (again)

The styling APIs have changed again (sorry about that), but I'm feeling much better about the new API. We now have a the LocalHazeStyle composition local (for global styling), style parameter on hazeChild for node-specific, and then the individual properties on hazeChild block. See #​360 for more information.

New samples

Full changelog

Full Changelog: chrisbanes/haze@0.9.0-beta03...0.9.0-beta04

v0.9.0-beta03

Compare Source

What's Changed

Full Changelog: chrisbanes/haze@0.9.0-beta02...0.9.0-beta03

v0.9.0-beta02

Compare Source

Highlights

  • We now depend on Compose Multiplatform 1.7.0-rc01
  • Lots of API tweaks!

What's Changed

Full Changelog: chrisbanes/haze@0.9.0-beta01...0.9.0-beta02

v0.9.0-beta01

Compare Source

Highlights

  • New version of hazeChild which takes lambda parameters. Should be a lot more efficient if you need to animate properties.
  • Using Jetpack Compose 1.7.0 (GA)
  • Using Compose Multiplatform 1.7.0-beta01
  • (New) FluentMaterials class, which mimics Windows blurring styles. Thanks @​Sanlorng!

What's Changed

New Contributors

Full Changelog: chrisbanes/haze@0.9.0-alpha08...0.9.0-beta01

v0.9.0-alpha08

Compare Source

What's Changed

Full Changelog: chrisbanes/haze@0.9.0-alpha07...0.9.0-alpha08


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot force-pushed the renovate/dev.chrisbanes.haze-haze-materials-0.x branch from da27e2d to 8a06beb Compare September 5, 2024 11:06
@renovate renovate bot changed the title fix(deps): update dependency dev.chrisbanes.haze:haze-materials to v0.9.0-alpha08 fix(deps): update dependency dev.chrisbanes.haze:haze-materials to v0.9.0-beta01 Sep 5, 2024
@renovate renovate bot changed the title fix(deps): update dependency dev.chrisbanes.haze:haze-materials to v0.9.0-beta01 fix(deps): update dependency dev.chrisbanes.haze:haze-materials to v0.9.0-beta02 Oct 1, 2024
@renovate renovate bot force-pushed the renovate/dev.chrisbanes.haze-haze-materials-0.x branch 2 times, most recently from ecb4c1d to 97835d5 Compare October 4, 2024 22:41
@renovate renovate bot changed the title fix(deps): update dependency dev.chrisbanes.haze:haze-materials to v0.9.0-beta02 fix(deps): update dependency dev.chrisbanes.haze:haze-materials to v0.9.0-beta03 Oct 4, 2024
@renovate renovate bot changed the title fix(deps): update dependency dev.chrisbanes.haze:haze-materials to v0.9.0-beta03 fix(deps): update dependency dev.chrisbanes.haze:haze-materials to v0.9.0-beta04 Oct 16, 2024
@renovate renovate bot force-pushed the renovate/dev.chrisbanes.haze-haze-materials-0.x branch from 97835d5 to db3536a Compare October 16, 2024 12:05
@renovate renovate bot changed the title fix(deps): update dependency dev.chrisbanes.haze:haze-materials to v0.9.0-beta04 fix(deps): update dependency dev.chrisbanes.haze:haze-materials to v0.9.0-beta04.1 Oct 16, 2024
@renovate renovate bot force-pushed the renovate/dev.chrisbanes.haze-haze-materials-0.x branch 2 times, most recently from 08a1e6c to 807aea1 Compare October 21, 2024 22:10
@renovate renovate bot changed the title fix(deps): update dependency dev.chrisbanes.haze:haze-materials to v0.9.0-beta04.1 fix(deps): update dependency dev.chrisbanes.haze:haze-materials to v0.9.0-rc01 Oct 21, 2024
@renovate renovate bot force-pushed the renovate/dev.chrisbanes.haze-haze-materials-0.x branch from 807aea1 to 136d955 Compare October 26, 2024 13:13
@renovate renovate bot changed the title fix(deps): update dependency dev.chrisbanes.haze:haze-materials to v0.9.0-rc01 fix(deps): update dependency dev.chrisbanes.haze:haze-materials to v0.9.0-rc02 Oct 26, 2024
@renovate renovate bot force-pushed the renovate/dev.chrisbanes.haze-haze-materials-0.x branch from 136d955 to 892daee Compare November 2, 2024 19:17
@renovate renovate bot changed the title fix(deps): update dependency dev.chrisbanes.haze:haze-materials to v0.9.0-rc02 fix(deps): update dependency dev.chrisbanes.haze:haze-materials to v0.9.0-rc03 Nov 2, 2024
@renovate renovate bot changed the title fix(deps): update dependency dev.chrisbanes.haze:haze-materials to v0.9.0-rc03 fix(deps): update dependency dev.chrisbanes.haze:haze-materials to v0.9.0-rc03 - autoclosed Jan 21, 2025
@renovate renovate bot closed this Jan 21, 2025
@renovate renovate bot deleted the renovate/dev.chrisbanes.haze-haze-materials-0.x branch January 21, 2025 10:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants