Skip to content

FFImageLoading 2.2.18

Compare
Choose a tag to compare
@daniel-luberda daniel-luberda released this 28 Sep 21:44
· 544 commits to master since this release

Complete history of changes available here: v2.2.17...v2.2.18

Xamarin.Forms - Important

FFImageLoading has a regression since 2.2.4 which caused CachedImage to always to fill entire space available (different behaviour than Image. It's now fixed, but as it was included in many versions it may be a breaking change for some. That's why I didn't enable that fix by default. You can do it manually with:

CachedImage.FixedOnMeasureBehavior = true;
Read more here: #545

Also for Xamarin.Forms >= 2.4 please set: CachedImage.FixedAndroidMotionEventHandler = true if experiencing any gesture recognizers problems on Android.

I'll include it as a default in next major version.

Fixes

  • More secure object disposing (always catching ObjectDisposedException when calling Dispose())
  • Dispose StreamRead in TaskParameter.Dispose method
  • Windows wrong colors in transformations fixes
  • Windows - fixes picking wrong display scale
  • Windows TintTransformation fixes
  • Xamarin.Forms ImageSourceBinding null exception fix