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

Release Date: 2019-04-29 // almost 5 years ago
  • Complete history of changes available here: v2.4.5...v2.4.6

    ๐Ÿ”„ Changelog

    โœจ Enhancements

    • โž• Added decoding lock for SVG files (uses the same decoding lock as non-svg image loading)
    • โž• Added DecodingMaxParallelTasks configuration option
    • ๐Ÿ‘ obsoleted SetExitTasksEarly added new methods with better naming:

      ImageService.Instance.SetPauseWork(bool pauseWork, bool cancelExisting = false)ImageService.Instance.SetPauseWorkAndCancelExisting(bool pauseWork)

    ๐Ÿ›  SVG Fixes

    • ๐Ÿ›  SvgDataResolver size calculation fixes
    • ๐Ÿ›  Fixes #1104 - display:none style
    • ๐Ÿ›  Fixes MeasureTextWidth throwing exception
    • ๐Ÿ’… Text stroke support, fixes for reading text styles
    • ๐Ÿ“œ CSS Fix for non lowercase class names parsing
    • ๐Ÿ‘ font shorthand support, various text handling enhancements
    • ๐Ÿ‘ initial/inherit fill/stroke support
    • โž• Added gradient support for stroke
    • ๐Ÿ– Handle a tag element