FFImageLoading 2.3.6
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 thanImage
). It's now fixed. You can get old behaviour withCachedImage.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