Skip to content

2.2.0 release!

Compare
Choose a tag to compare
@malchata malchata released this 15 Dec 19:51

This release adds a couple new features and bugfixes.

Bugs fixed:

  • Resolved bugs #24 and #28 by removing async decoding via Image.decode(). This feature was causing a fair bit of unpredictable behavior, so removing it was a reasonable step. It may be added back in later on if necessary.
  • Added the ability to lazy load <video> image placeholders brought in by poster. This was proposed in #32 by @DanThePainter and @leeoniya.
  • Added the ability to lazy load CSS background images. New options were added to the API to control classes used for this functionality.