Skip to content

Nuke 11.1.1

Compare
Choose a tag to compare
@kean kean released this 17 Aug 00:28
  • Breaking Progressive decoding is now disabled by default as a way to mitigate #572
  • Add prefersIncrementalDelivery to DataLoader. When progressive decoding is disabled, it now uses prefersIncrementalDelivery on URLSessionTask, slightly increasing the performance
  • Add convenience options to Image and LazyImage: resizingMode(_:), videoRenderingEnabled(_:), videoLoopingEnabled(_:), animatedImageRenderingEnabled(_:)
  • Fix an issue where AVPlayerLayer was created eagerly
  • Fix an issue with placeholder not being shown by LazyImage when the initial URL is nil#586, thanks to @jeffreykuiken
  • Disable prepareForDisplay by default and add a configuration option to enable it