Unclaimed project
Are you a maintainer of haze? Claim this project to take control of your public changelog and roadmap.
Claim this projectChangelog
haze
Background blurring for Compose Multiplatform / Jetpack Compose
blurcompose-multiplatformjetpack-compose
Last updated 3 days ago
1.7.0 - haze Release Notes | AnnounceHQBack to changelogNew
1.7.0
Highlights
- 🆕
forceInvalidateOnPreDraw parameter on HazeEffectScope (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/778Optimize areas and area offsets by @chrisbanes in https://github.com/chrisbanes/haze/pull/779Enable Kotlin explicit API by @chrisbanes in https://github.com/chrisbanes/haze/pull/790Compose 1.9.x and Kotlin 2.2.20 by @chrisbanes in https://github.com/chrisbanes/haze/pull/791Reduce screenshot test thresholds by @chrisbanes in https://github.com/chrisbanes/haze/pull/806Introduce expandLayerBounds flag by @chrisbanes in https://github.com/chrisbanes/haze/pull/807Only enable pre-draw listeners when necessary by @chrisbanes in https://github.com/chrisbanes/haze/pull/809Add forceInvalidateOnPreDraw flag by @chrisbanes in https://github.com/chrisbanes/haze/pull/810Add a common pre-draw listener by @chrisbanes in https://github.com/chrisbanes/haze/pull/811Invalidate on position change by @chrisbanes in https://github.com/chrisbanes/haze/pull/812Update Android version references in platforms.md by @XIVIX134 in https://github.com/chrisbanes/haze/pull/814New 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