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

Release Date: 2019-05-19 // almost 5 years ago
  • Complete history of changes available here: v2.4.10...v2.4.11

    โœจ Enhancements

    • Async / threading optimizations
    • โฑ WorkScheduler: Task.Factory.StartNew for each task (not for batch of tasks as previously)
    • Prevent unnecessary ImageInformation object creation
    • ๐Ÿ“œ SVG: Use cancellation token while parsing SVG

    ๐Ÿ›  Fixes

    • iOS: NaN is not a valid value for height on iOS <= 10 #1274

Previous changes from v2.4.10

  • Complete history of changes available here: v2.4.9...v2.4.10

    ๐Ÿ›  Fixes

    • ๐Ÿ›  Fixes transformations throw exception when unit testing
    • ๐Ÿ›  Fixes #1270 Android GIFs very laggy when in collection. Might be memory leak
    • ๐Ÿ›  SVG mask support & other fixes