Skip to content

build(deps): bump dev.chrisbanes.haze:haze from 1.7.1 to 1.7.2#238

Merged
YuKongA merged 1 commit intomainfrom
dependabot/gradle/dev.chrisbanes.haze-haze-1.7.2
Feb 12, 2026
Merged

build(deps): bump dev.chrisbanes.haze:haze from 1.7.1 to 1.7.2#238
YuKongA merged 1 commit intomainfrom
dependabot/gradle/dev.chrisbanes.haze-haze-1.7.2

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 11, 2026

Bumps dev.chrisbanes.haze:haze from 1.7.1 to 1.7.2.

Release notes

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

1.7.2

What's Changed

Full Changelog: chrisbanes/haze@1.7.1...1.7.2

Changelog

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

Changelog

All notable changes to this project are documented here.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

2.0.0 WIP TBD { id="2.0.0" }

Major architectural refactor introducing a pluggable visual effects system for improved modularity and extensibility.

Highlights

New VisualEffect Interface

Haze now uses a VisualEffect interface that separates the core effect infrastructure from specific effect implementations. This enables better separation of concerns, a smaller core module, and potential for custom visual effects in the future.

New haze-blur Module

All blur functionality has been extracted from the core haze module into a separate haze-blur module:

implementation("dev.chrisbanes.haze:haze:2.0.0")
implementation("dev.chrisbanes.haze:haze-blur:2.0.0")

New blurEffect {} API

All blur-related properties now require a blurEffect {} wrapper:

Modifier.hazeEffect(state = hazeState) {
  blurEffect {
    blurRadius = 20.dp
    tints = listOf(HazeTint(...))
  }
}

Breaking Changes

  • New module dependency: Blur functionality now requires the haze-blur module
  • API nesting: Blur properties (blurRadius, tints, style, noiseFactor, progressive, mask, etc.) now require blurEffect {} wrapper
  • Package changes: Blur classes moved to dev.chrisbanes.haze.blur package:
    • HazeStyledev.chrisbanes.haze.blur.HazeStyle
    • HazeTintdev.chrisbanes.haze.blur.HazeTint
    • HazeProgressivedev.chrisbanes.haze.blur.HazeProgressive
    • LocalHazeStyledev.chrisbanes.haze.blur.LocalHazeStyle
  • Removed APIs: rememberHazeState(blurEnabled) parameter removed (use blurEffect { blurEnabled = ... })

... (truncated)

Commits

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually 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 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)

Bumps [dev.chrisbanes.haze:haze](https://github.com/chrisbanes/haze) from 1.7.1 to 1.7.2.
- [Release notes](https://github.com/chrisbanes/haze/releases)
- [Changelog](https://github.com/chrisbanes/haze/blob/main/CHANGELOG.md)
- [Commits](chrisbanes/haze@1.7.1...1.7.2)

---
updated-dependencies:
- dependency-name: dev.chrisbanes.haze:haze
  dependency-version: 1.7.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file java Pull requests that update Java code labels Feb 11, 2026
@YuKongA YuKongA merged commit e84b2b8 into main Feb 12, 2026
2 checks passed
@YuKongA YuKongA deleted the dependabot/gradle/dev.chrisbanes.haze-haze-1.7.2 branch February 12, 2026 12:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file java Pull requests that update Java code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant

Comments