Skip to content

FFImageLoading 2.3.4

Compare
Choose a tag to compare
@daniel-luberda daniel-luberda released this 07 Jan 13:01
· 393 commits to master since this release

Complete history of changes available here: v2.3.3...v2.3.4

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)
  • 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])

Fixes

  • Fixes #885 - iOS asset catalog support fixes / enhancements
  • Fixes #869 - iOS ICO files should not animate
  • Fixes #887 mono_handle_native_crash
  • Fixes #545 Additional fix