Skip to content

Releases: skydoves/landscapist

1.2.8

16 Jul 12:47
81d7927
Compare
Choose a tag to compare

🎉 Released a new version 1.2.8! 🎉

What's New?

  • CoilImage, GlideImage, and FrescoImage will be recomposed when the imageUri or imageModel would be changed. (#28)
  • Added explicit modifiers against API explicit mode: strict.

1.2.7

15 Jul 10:22
0b51455
Compare
Choose a tag to compare

🎉 Released a new version 1.2.7! 🎉

What's New?

  • Migrated to the compose version rc02.

1.2.6

02 Jul 11:31
812e70f
Compare
Choose a tag to compare

🎉 Released a new version 1.2.6! 🎉

What's New?

  • Migrated to the compose version rc01.

1.2.5

30 Jun 11:26
7a7379b
Compare
Choose a tag to compare

🎉 Released a new version 1.2.5! 🎉

What's New?

  • Updated Fresco version to 2.5.0.
  • Used BaseBitmapReferenceDataSubscriber for cases where the client wants access to a bitmap reference. (#29)

1.2.4

17 Jun 15:03
0251d5e
Compare
Choose a tag to compare

🎉 Released a new version 1.2.4! 🎉

What's New?

1.2.3

03 Jun 12:23
584f8c6
Compare
Choose a tag to compare

🎉 Released a new version 1.2.3! 🎉

What's New?

  • Updated compose version to beta08.
  • Update Coil version to 1.2.1.
  • Removed unused jcenter repository internally.

1.2.2

21 May 10:52
179d618
Compare
Choose a tag to compare

🎉 Released a new version 1.2.2! 🎉

What's New?

1.2.1

08 May 01:08
9e1e146
Compare
Choose a tag to compare

🎉 Released a new version 1.2.1! 🎉

What's New?

1.2.0

03 May 10:47
82d7b16
Compare
Choose a tag to compare

🎉 Released a new version 1.2.0! 🎉

What's New?

1.1.9

08 Apr 10:36
66bf369
Compare
Choose a tag to compare

🎉 Released a new version 1.1.9! 🎉

What's New?

  • Now we can draw a placeHolder and an error using three types of sources: ImageBitmap, ImageVector, and Painter.
placeHolder = ImageBitmap.imageResource(R.drawable.ic_android)
placeHolder = ImageVector.vectorResource(R.drawable.ic_android)
placeHolder = myPainter