Skip to content

FFImageLoading 2.3.6

Compare
Choose a tag to compare
@daniel-luberda daniel-luberda released this 29 Mar 13:31
· 348 commits to master since this release

Complete history of changes available here: v2.3.5...v2.3.6

Xamarin.Forms - IMPORTANT

  • FFImageLoading had a regression since 2.2.4 which caused CachedImage to always fill entire space available (different behaviour than Image). It's now fixed. You can get old behaviour with CachedImage.FixedOnMeasureBehavior = false; (static property)
  • On Android you have to specify if you want to enable / disable fast renderer CachedImageRenderer.Init(enableFastRenderer: [true/false])

New Features

  • iOS: Call SetNeedsLayout after setting images is now configurable
  • Android: Android - call RequestLayout when image size differs is now configurable
  • Xamarin.Forms - throw exception if CachedImageRenderer.Init is not called

Fixes

  • Fixes #995 BlurredTransformation creates strange striated effect on Android
  • Ensure custom config is always set