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

Allow override tint on hazeChild #81

Merged
merged 1 commit into from
Jan 5, 2024
Merged

Allow override tint on hazeChild #81

merged 1 commit into from
Jan 5, 2024

Conversation

chrisbanes
Copy link
Owner

Closes #80

@chrisbanes chrisbanes marked this pull request as ready for review January 5, 2024 11:56
@chrisbanes chrisbanes merged commit a4c1bc8 into main Jan 5, 2024
1 of 2 checks passed
@chrisbanes chrisbanes deleted the cb/child-tint branch January 5, 2024 11:56
ZacSweers referenced this pull request in ZacSweers/CatchUp Jan 5, 2024
[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [dev.chrisbanes.haze:haze](https://togithub.com/chrisbanes/haze) |
`0.4.2` -> `0.4.3` |
[![age](https://developer.mend.io/api/mc/badges/age/maven/dev.chrisbanes.haze:haze/0.4.3?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/maven/dev.chrisbanes.haze:haze/0.4.3?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/maven/dev.chrisbanes.haze:haze/0.4.2/0.4.3?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/maven/dev.chrisbanes.haze:haze/0.4.2/0.4.3?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

### Release Notes

<details>
<summary>chrisbanes/haze (dev.chrisbanes.haze:haze)</summary>

### [`v0.4.3`](https://togithub.com/chrisbanes/haze/releases/tag/0.4.3)

[Compare
Source](https://togithub.com/chrisbanes/haze/compare/0.4.2...0.4.3)

**Fix**: Avoid using `RenderNode` blur implementation on API 31 for now.
See [#&#8203;77](https://togithub.com/chrisbanes/haze/issues/77)
**Fix**: Transparent tints now work everywhere.
**Feature**: Allow setting a tint on each `hazeChild`

#### What's Changed

- Fix transparent tints causing crash on Android by
[@&#8203;chrisbanes](https://togithub.com/chrisbanes) in
[https://github.com/chrisbanes/haze/pull/74](https://togithub.com/chrisbanes/haze/pull/74)
- Update roborazzi to v1.9.0-alpha-4 by
[@&#8203;renovate](https://togithub.com/renovate) in
[https://github.com/chrisbanes/haze/pull/76](https://togithub.com/chrisbanes/haze/pull/76)
- Update agp to v8.2.1 by
[@&#8203;renovate](https://togithub.com/renovate) in
[https://github.com/chrisbanes/haze/pull/75](https://togithub.com/chrisbanes/haze/pull/75)
- Skip RenderNode impl on API 31 by
[@&#8203;chrisbanes](https://togithub.com/chrisbanes) in
[https://github.com/chrisbanes/haze/pull/79](https://togithub.com/chrisbanes/haze/pull/79)
- Allow override tint on `hazeChild` by
[@&#8203;chrisbanes](https://togithub.com/chrisbanes) in
[https://github.com/chrisbanes/haze/pull/81](https://togithub.com/chrisbanes/haze/pull/81)

**Full Changelog**:
chrisbanes/haze@0.4.2...0.4.3

</details>

---

### 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.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR has been generated by [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/). View
repository job log
[here](https://developer.mend.io/github/ZacSweers/CatchUp).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4xMjEuMCIsInVwZGF0ZWRJblZlciI6IjM3LjEyMS4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiJ9-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
@chrisbanes chrisbanes mentioned this pull request Jan 12, 2024
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.

Allow custom tint on each hazeChild
1 participant