fix(deps): update dependency dev.chrisbanes.haze:haze-materials to v0.9.0-rc03 - autoclosed #344
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
0.9.0-alpha07
->0.9.0-rc03
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.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 hazeChildblock
. 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
What's Changed
Full Changelog: chrisbanes/haze@0.9.0-beta01...0.9.0-beta02
v0.9.0-beta01
Compare Source
Highlights
hazeChild
which takes lambda parameters. Should be a lot more efficient if you need to animate properties.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.
This PR was generated by Mend Renovate. View the repository job log.