Skip to content

FFImageLoading 2.2.16

Compare
Choose a tag to compare
@daniel-luberda daniel-luberda released this 26 Sep 16:33
· 559 commits to master since this release

Complete history of changes available here: v2.2.15...v2.2.16

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;

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

Read more here: #545

Fixes

  • Xamarin.Forms Windows fixes
  • Added MvxCachedImageView/MvxSvgCachedImageView for Windows (Preview)
  • Xamarin.Forms Android - fixed gesture recognizers not working on non-pre Xamarin.Forms versions (you can enable new (prerelease) behaviour with static CachedImage.FixedAndroidMotionEventHandler property