FFImageLoading - Fast & Furious Image Loading v2.4.7 Release Notes

Release Date: 2019-05-03 // almost 5 years ago
  • Complete history of changes available here: v2.4.6...v2.4.7

    ๐Ÿ”„ Changelog

    โœจ Enhancements

    โšก๏ธ Xamarin.Forms support for SVG auto size and downsample auto size (you don't need to set view's size explicitly). Just mind that in list view scenarios it's still better to use fixed sizes (otherwise you may have to call ViewCell's ForceUpdateSize() to see images (as cell's size won't catch up).

    ๐Ÿ”„ Changes

    ๐Ÿ“ฆ If both downsampling width / height is set, then height is ignored (better memory cache hit rate). This was eg. iOS package default behaviour, but the cache keys still used both values.

    ๐Ÿ›  Fixes

    • ๐Ÿ›  Fixes #1176 SVG Opacity change has a delay when the app is cold started
    • ๐Ÿ›  Fixes: downsampling and transformations info should not be added to custom key when set
    • ๐Ÿ›  Fixes #1185 - ColorFillTransformation flips the final result vertically on iOS
    • ๐Ÿ›  XF Mac fixes (conform to newest XF changes)
    • ๐Ÿ›  Fixes #1123 - Added missing EXIF orientation types support
    • ๐Ÿ›  GIF fixes, delays issues
    • NullReferenceException when trying to load svg images (Android)