| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| 1.7.0 source code.tar.gz | 2025-11-10 | 601.8 MB | |
| 1.7.0 source code.zip | 2025-11-10 | 602.7 MB | |
| README.md | 2025-11-10 | 2.2 kB | |
| Totals: 3 Items | 1.2 GB | 0 | |
Highlights
- 🆕
forceInvalidateOnPreDrawparameter onHazeEffectScope(doc) - Optimized noise texture handling on Android
- Only enable pre-draw listeners when we need to use them
- This should be the last of the v1.x releases (barring any blocking issues which crop up).
Key dependencies
- Kotlin 2.2.20
- Compose Multiplatform 1.9.3
- Jetpack Compose 1.9.4
What's Changed
- Dependency updates by @chrisbanes in https://github.com/chrisbanes/haze/pull/752
- Add workaround for Kotlin Yarn errors by @chrisbanes in https://github.com/chrisbanes/haze/pull/764
- Add LeakCanary to sample by @chrisbanes in https://github.com/chrisbanes/haze/pull/769
- Bump compile and min SDK versions by @chrisbanes in https://github.com/chrisbanes/haze/pull/773
- [Android] Optimize noise texture by @chrisbanes in https://github.com/chrisbanes/haze/pull/778
- Optimize areas and area offsets by @chrisbanes in https://github.com/chrisbanes/haze/pull/779
- Enable Kotlin explicit API by @chrisbanes in https://github.com/chrisbanes/haze/pull/790
- Compose 1.9.x and Kotlin 2.2.20 by @chrisbanes in https://github.com/chrisbanes/haze/pull/791
- Reduce screenshot test thresholds by @chrisbanes in https://github.com/chrisbanes/haze/pull/806
- Introduce expandLayerBounds flag by @chrisbanes in https://github.com/chrisbanes/haze/pull/807
- Only enable pre-draw listeners when necessary by @chrisbanes in https://github.com/chrisbanes/haze/pull/809
- Add forceInvalidateOnPreDraw flag by @chrisbanes in https://github.com/chrisbanes/haze/pull/810
- Add a common pre-draw listener by @chrisbanes in https://github.com/chrisbanes/haze/pull/811
- Invalidate on position change by @chrisbanes in https://github.com/chrisbanes/haze/pull/812
- Update Android version references in platforms.md by @XIVIX134 in https://github.com/chrisbanes/haze/pull/814
New Contributors
- @XIVIX134 made their first contribution in https://github.com/chrisbanes/haze/pull/814
Full Changelog: https://github.com/chrisbanes/haze/compare/1.6.10...1.7.0