2.2.0 release!
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 byposter
. 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.