Skip to content

Releases: skydoves/landscapist

1.1.8

25 Mar 11:28
13e7d7a
Compare
Choose a tag to compare

🎉 Released a new version 1.1.8! 🎉

What's New?

1.1.7

11 Mar 10:35
3c187c2
Compare
Choose a tag to compare

🎉 Released a new version 1.1.7! 🎉

What's New?

  • Migrated to compose beta02.
  • Applied missing parent Modifiers to the CircluarReveledImage().

1.1.6

25 Feb 16:22
7acd2af
Compare
Choose a tag to compare

🎉 Released a new version 1.1.6! 🎉

What's New?

  • Migrated to compose 1.0.0-beta01.

1.1.5

12 Feb 06:15
6c05225
Compare
Choose a tag to compare

🎉 Released a new version 1.1.5! 🎉

What's New?

  • Updated compose version to 1.0.0.-alpha12.
  • Changed ImageAsset parameter to ImageBitmap.
  • Changed naming convention of the Ambient to Local. (LocalGlideRequestBuilder, LocalCoilImageLoader, LocalFrescoImageRequest)

1.1.4

31 Jan 10:34
c15b0db
Compare
Choose a tag to compare

🎉 Released a new version 1.1.4! 🎉

What's New?

1.1.3

16 Jan 02:03
8286c83
Compare
Choose a tag to compare

🎉 Released a new version 1.1.3! 🎉

What's New?

1.1.2

17 Dec 13:12
19cbebe
Compare
Choose a tag to compare

🎉 Released a new version 1.1.2! 🎉

What's New?

  • Migrated to Jetpack compose 1.0.0-alpha09.
  • Updated kotlin version to 1.4.21.

1.1.1

03 Dec 15:31
85be334
Compare
Choose a tag to compare

🎉 Released a new version 1.1.1! 🎉

What's New?

  • Migrated to Jetpack Compose 1.0.0-alpha08.
  • ImageAsset attributes are changed to ImageBitmap.

Changed below ambient classes.

  • GlideRequestOptionsAmbient -> AmbientGlideRequestOptions
  • GlideRequestBuilderAmbient -> AmbientGlideRequestBuilder
  • CoilImageLoaderAmbient -> AmbientCoilImageLoader
  • FrescoImageRequestAmbient -> AmbientFrescoImageRequest

1.1.0

16 Nov 15:45
4c4a8ec
Compare
Choose a tag to compare

🎉Released a new version 1.1.0! 🎉

What's New?

Added the below Ambients for providing the same instance of the image requester in the composable hierarchy.

  • GlideRequestBuilderAmbient
  • CoilImageLoaderAmbient
  • FrescoImageRequestAmbient
  • ShimmerParamsAmbient

1.0.9

12 Nov 16:38
f005d2f
Compare
Choose a tag to compare

🎉 Released a new version 1.0.9! 🎉

What's New?

  • Updated and migrated to compose Updated to Compose 1.0.0-alpha07.