Skip to content

Latest commit

 

History

History
39 lines (33 loc) · 1.27 KB

CHANGELOG.md

File metadata and controls

39 lines (33 loc) · 1.27 KB

#Changelog

##upcoming 1.5.0 * lazysizes core: * improved lazyloading in background tabs. * fixed set lazyloaded class to early in FF. * bgset/parentFit plugin: * improved avoiding layout thrashing. * respimg/bgset/parentFit plugin: * fixed bug in Edge 14 to parse height descriptors correctly. * unload plugin: unload plugin was broken since version 1.4.0 (thanks to @hokamoto)

##1.4.0

  • lazysizes core:
    • improved lazyloading in background tabs.
    • improved avoiding layout thrashing
    • support of SVG elements (svg/image/use...)
  • bgset/parentFit plugin:
    • improved avoiding layout thrashing
  • rias (and bgset):
    • added support for height calculation (thx to @LRancez, #213)

##1.3.2

  • lazysizes core:
    • add hFactor option (see #181).
  • unload plugin:
    • simplified unloadPixelThreshold calculation.
  • bgset plugin:
    • add an empty alt to image (see #200).

##1.3.1 version

  • lazysizes core:
    • replace setImmediate with setTimeout (improved performance for IE/EDGE).
  • plugins:
    • fixed conflict with respimg plugin in combination with bgset plugin, in case of art direction and resize to smaller.
    • fixed conflict with RIaS plugin in combination with respimg plugin/picturefill in Safari 8/9.