Releases: chrisbanes/haze
Releases · chrisbanes/haze
0.9.0-alpha06
What's Changed
- Fix clipping size by @chrisbanes in #288
- Update roborazzi to v1.26.0 by @renovate in #289
- Update jetpack.compose to v1.7.0-beta07 by @renovate in #292
Full Changelog: 0.9.0-alpha05...0.9.0-alpha06
0.9.0-alpha05
What's Changed
- Update plugin com.gradle.develocity to v3.17.6 by @renovate in #235
- Update dependency io.coil-kt.coil3:coil-compose to v3.0.0-alpha09 by @renovate in #280
- Update jetpack.compose to v1.7.0-beta06 by @renovate in #283
- Update dependency androidx.collection:collection to v1.4.2 by @renovate in #282
- Update dependency androidx.activity:activity-compose to v1.9.1 by @renovate in #281
- Update roborazzi to v1.25.0 by @renovate in #285
- Update compose.multiplatform to v1.7.0-alpha02 by @renovate in #284
- Remove shape clipping by @chrisbanes in #287
Full Changelog: 0.9.0-alpha04...0.9.0-alpha05
0.9.0-alpha04
What's Changed
- Implement better edges by @chrisbanes in #275
- Invalidate the render effect on size changes by @chrisbanes in #278
- Fix clipping for rectangles by @chrisbanes in #279
Full Changelog: 0.9.0-alpha03...0.9.0-alpha04
0.9.0-alpha03
🆕 Masks
You can now supply a Brush
to hazeChild
which will act as a mask. The mask allows things like gradient blurs, by supplying a Brush.verticalGradient
or similar. Docs will come soon.
What's Changed
- Throw error when background color is not specified by @chrisbanes in #265
- Add ability to provide mask for blurred areas by @chrisbanes in #267
- Revert usage of Poko by @chrisbanes in #268
- Update roborazzi to v1.23.0 by @renovate in #269
- Turn off auto invalidation by @chrisbanes in #271
- Fix samples crashing by @chrisbanes in #270
- Fix content node being placed at incorrect position by @chrisbanes in #272
- Revert "Update plugin mavenpublish to v0.29.0" by @chrisbanes in #273
- Update plugin mavenpublish to v0.29.0 by @renovate in #274
Full Changelog: 0.9.0-alpha02...0.9.0-alpha03
0.9.0-alpha02
What's Changed
- Fix NPE from missing content layer by @chrisbanes in #263
Full Changelog: 0.9.0-alpha01...0.9.0-alpha02
0.9.0-alpha01
For more information, see https://chrisbanes.github.io/haze/migrating-0.9/
What's Changed
- Update coil to v3.0.0-alpha08 by @renovate in #252
- Update dependency androidx.collection:collection to v1.4.1 by @renovate in #253
- Update dependency gradle to v8.9 by @renovate in #254
- Update agp to v8.5.1 by @renovate in #255
- [next] Initial upgrade to Compose Multiplatform 1.7.0-alpha by @chrisbanes in #250
- Update roborazzi to v1.22.1 by @renovate in #258
- Update roborazzi to v1.22.2 by @renovate in #260
- New rendering mode by @chrisbanes in #259
- Update plugin mavenpublish to v0.29.0 by @renovate in #240
- Add some docs for 0.9 by @chrisbanes in #261
Full Changelog: 0.7.3...0.9.0-alpha01
0.7.3
What's Changed
- Update coil to v3.0.0-alpha07 by @renovate in #244
- Update dependency androidx.test.ext:junit-ktx to v1.2.1 by @renovate in #242
- Update roborazzi to v1.21.0 by @renovate in #247
- Integrate GlobalPositionAwareModifierNode into Haze modifiers by @chrisbanes in #246
- Add ListOverImage sample by @chrisbanes in #248
- Update dependency org.robolectric:robolectric to v4.13 by @renovate in #251
Full Changelog: 0.7.2...0.7.3
0.7.2
What's Changed
- Update dependency androidx.compose.ui:ui-test-manifest to v1.6.7 by @renovate in #209
- Update dependency androidx.core:core-ktx to v1.13.1 by @renovate in #210
- Update agp to v8.4.0 by @renovate in #208
- Fix sample code in usage docs by @lhoyong in #211
- Fix typo in naming of "lorem ipsum" placeholder value by @twyatt in #215
- Update agp to v8.4.1 by @renovate in #223
- Update dependency org.robolectric:robolectric to v4.12.2 by @renovate in #222
- Update plugin com.gradle.enterprise to v3.17.4 by @renovate in #218
- Update roborazzi to v1.18.0 by @renovate in #212
- Update roborazzi to v1.19.0 by @renovate in #225
- Update roborazzi to v1.20.0 by @renovate in #226
- Update agp to v8.4.2 by @renovate in #230
- Update dependency androidx.compose.ui:ui-test-manifest to v1.6.8 by @renovate in #233
- Update plugin com.gradle.enterprise to v3.17.5 by @renovate in #232
- Update agp to v8.5.0 by @renovate in #234
- Update dependency gradle to v8.8 by @renovate in #227
- Web updates (JS/Canvas) by @nevrozza in #228
- Fix CI and docs build by @chrisbanes in #237
New Contributors
- @lhoyong made their first contribution in #211
- @twyatt made their first contribution in #215
- @nevrozza made their first contribution in #228
Full Changelog: 0.7.1...0.7.2
0.7.1
What's Changed
- Update dependency androidx.compose.ui:ui-test-manifest to v1.6.5 by @renovate in #185
- Update agp to v8.3.2 by @renovate in #184
- Update plugin com.gradle.enterprise to v3.17.1 by @renovate in #187
- Update dependency org.robolectric:robolectric to v4.12.1 by @renovate in #186
- Update roborazzi to v1.12.0 by @renovate in #188
- Update dependency androidx.activity:activity-compose to v1.9.0 by @renovate in #192
- Update roborazzi to v1.13.0 by @renovate in #194
- Update dependency macos to v14 by @renovate in #195
- Add scroll behavior to Scaffold sample by @chrisbanes in #197
- Update dependency androidx.compose.ui:ui-test-manifest to v1.6.6 by @renovate in #191
- Update androidx.benchmark to v1.2.4 by @renovate in #190
- Update plugin com.gradle.enterprise to v3.17.2 by @renovate in #189
- Update dependency androidx.core:core-ktx to v1.13.0 by @renovate in #193
- Remove usage of LFS by @chrisbanes in #198
- Kotlin 1.9.23 + CMP 1.6.2 by @chrisbanes in #199
- Don't include test sources in API files by @chrisbanes in #204
- Fix glitch with clipping content out by @chrisbanes in #205
- Reset state when LazyLayout reuses node by @chrisbanes in #203
- [Android] Fix dialog being offset for non edge-to-edge windows by @chrisbanes in #206
- Fix content clip path at edges by @chrisbanes in #207
Full Changelog: 0.7.0...0.7.1
0.7.0
What's Changed
- Update plugin mavenpublish to v0.28.0 by @renovate in #164
- Update roborazzi to v1.11.0 by @renovate in #166
- Update agp to v8.3.1 by @renovate in #167
- Update dependency org.robolectric:robolectric to v4.12 by @renovate in #170
- Update actions/configure-pages action to v5 by @renovate in #171
- Update dependency gradle to v8.7 by @renovate in #169
- Update dependency androidx.compose.ui:ui-test-manifest to v1.6.4 by @renovate in #168
- Fix HazeChild being conditionally added by @chrisbanes in #174
- Update plugin com.gradle.enterprise to v3.17 by @renovate in #175
- Update dependency org.robolectric:robolectric to v4.12.1 by @renovate in #176
- Enable Robolectric hardware rendering by @chrisbanes in #147
- Update dependency androidx.compose.ui:ui-test-manifest to v1.6.5 by @renovate in #177
- Update plugin com.gradle.enterprise to v3.17.1 by @renovate in #179
- Update agp to v8.3.2 by @renovate in #180
- Tidy up settings.gradle.kts by @chrisbanes in #181
- Remove deprecated library and APIs by @chrisbanes in #182
- Update roborazzi to v1.12.0 by @renovate in #183
Full Changelog: 0.6.2...0.7.0