FFImageLoading 2.3.1
Complete history of changes available here: v2.2.25...v2.3.1
The same as 2.3.0 + fixed nuspec issue with WebP
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) - For older Xamarin.Forms version set
CachedImage.FixedAndroidMotionEventHandler = false
if experiencing any gesture recognizers problems on Android. (static property) - On Android you have to specify if you want to enable / disable fast renderer
CachedImageRenderer.Init(enableFastRenderer: [true/false])
Features
- Mac & Tizen support
- iOS package size reduced by 2.5MB (WebP library optimizations)
- Performance optimizations (added decoders support, refactored core)
Others
- A lot of fixes
- Removed some obsolete properties & methods