FFImageLoading - Fast & Furious Image Loading v2.4.11 Release Notes
Release Date: 2019-05-19 // about 4 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