- Breaking Progressive decoding is now disabled by default as a way to mitigate #572
- Add
prefersIncrementalDelivery
toDataLoader
. When progressive decoding is disabled, it now usesprefersIncrementalDelivery
onURLSessionTask
, slightly increasing the performance - Fix an issue with placeholder not being shown by
LazyImage
when the initial URL isnil
– #586, thanks to @jeffreykuiken - Add convenience options to
Image
andLazyImage
:resizingMode(_:)
,videoRenderingEnabled(_:)
,videoLoopingEnabled(_:)
,animatedImageRenderingEnabled(_:)
- Fix an issue where
AVPlayerLayer
was created eagerly - Disable
prepareForDisplay
by default and add a configuration option to enable it