This repository was archived by the owner on Feb 22, 2026. It is now read-only.
Update dependency dev.chrisbanes.haze:haze to v1#205
Open
renovate[bot] wants to merge 1 commit intomasterfrom
Open
Update dependency dev.chrisbanes.haze:haze to v1#205renovate[bot] wants to merge 1 commit intomasterfrom
renovate[bot] wants to merge 1 commit intomasterfrom
Conversation
d718193 to
4c2240b
Compare
4c2240b to
b991557
Compare
b991557 to
7da8fdb
Compare
7da8fdb to
8355d75
Compare
85c35f8 to
8d9b1ec
Compare
599f4cd to
2a798df
Compare
5f7f555 to
6a4b15c
Compare
ded230a to
2bd6d91
Compare
2bd6d91 to
47b5d7f
Compare
da5d569 to
c8d00bc
Compare
6ee91a6 to
c9e1c3a
Compare
c9e1c3a to
98a9545
Compare
e09d454 to
e00ca5e
Compare
e00ca5e to
40ea5c3
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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.7.3->1.6.10Release Notes
chrisbanes/haze (dev.chrisbanes.haze:haze)
v1.6.10Compare Source
What's Changed
Full Changelog: chrisbanes/haze@1.6.9...1.6.10
v1.6.9Compare Source
What's Changed
Full Changelog: chrisbanes/haze@1.6.8...1.6.9
v1.6.8Compare Source
What's Changed
Full Changelog: chrisbanes/haze@1.6.7...1.6.8
v1.6.7Compare Source
What's Changed
Full Changelog: chrisbanes/haze@1.6.6...1.6.7
v1.6.6Compare Source
What's Changed
Full Changelog: chrisbanes/haze@1.6.5...1.6.6
v1.6.5Compare Source
What's Changed
Full Changelog: chrisbanes/haze@1.6.4...1.6.5
v1.6.4Compare Source
What's Changed
Full Changelog: chrisbanes/haze@1.6.3...1.6.4
v1.6.3Compare Source
🆕 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: chrisbanes/haze@1.6.2...1.6.3
v1.6.2Compare Source
What's Changed
Full Changelog: chrisbanes/haze@1.6.1...1.6.2
v1.6.1Compare Source
What's Changed
New Contributors
Full Changelog: chrisbanes/haze@1.6.0...1.6.1
v1.6.0Compare Source
🤖 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
blurredEdgeTreatmenton the effect scope, which works the same way asModifier.blur.What's Changed
HazeState.blurEnabledby @chrisbanes in #602Full Changelog: chrisbanes/haze@1.5.4...1.6.0
v1.5.4Compare Source
What's Changed
Full Changelog: chrisbanes/haze@1.5.3...1.5.4
v1.5.3Compare Source
What's Changed
Sampleas routes directly by @Goooler in #593New Contributors
Thanks all! 👏
Full Changelog: chrisbanes/haze@1.5.2...1.5.3
v1.5.2Compare Source
What's Changed
Full Changelog: chrisbanes/haze@1.5.1...1.5.2
v1.5.1Compare Source
What's Changed
New Contributors
Full Changelog: chrisbanes/haze@1.5.0...1.5.1
v1.5.0Compare Source
Highlights
HazeLogger. You can now turn on Haze's internal logging. Handy for debugging and reporting issues.What's Changed
New Contributors
Full Changelog: chrisbanes/haze@1.4.0...1.5.0
v1.4.0Compare Source
New
HazeDialogcomposableWhat's Changed
Full Changelog: chrisbanes/haze@1.3.1...1.4.0
v1.3.1Compare Source
What's Changed
Full Changelog: chrisbanes/haze@1.3.0...1.3.1
v1.3.0Compare Source
What's Changed
sharedby @chrisbanes in #484New Contributors
Full Changelog: chrisbanes/haze@1.2.2...1.3.0
v1.2.2Compare Source
What's Changed
Full Changelog: chrisbanes/haze@1.2.1...1.2.2
v1.2.1Compare Source
What's Changed
Full Changelog: chrisbanes/haze@1.2.0...1.2.1
v1.2.0Compare Source
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.hazeSourceModifier.hazeChild->Modifier.hazeEffectHazeChildScope->HazeEffectScopeI've kept the old APIs around and deprecated them for easy migration.
Overlapping blurred areas
Haze now supports different
hazeEffectareas which overlap, like this: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: chrisbanes/haze@1.1.1...1.2.0
v1.1.1Compare Source
What's Changed
Full Changelog: chrisbanes/haze@1.1.0...1.1.1
v1.1.0Compare Source
🆕 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
Full Changelog: chrisbanes/haze@1.0.2...1.1.0
v1.0.2Compare Source
🆕 Ability to control where the blurring effect is used
You can now control where the blur effect is used. Specifically for Android, there's more information here.
What's Changed
Full Changelog: chrisbanes/haze@1.0.1...1.0.2
v1.0.1Compare Source
What's Changed
preferPerformanceflag on HazeProgressive by @chrisbanes in #401Full Changelog: chrisbanes/haze@1.0.0...1.0.1
v1.0.0Compare Source
What's Changed
New Contributors
Full Changelog: chrisbanes/haze@0.7.3...1.0.0
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.