Skip to content

Releases: florianbrinkmann/lazy-loading-responsive-images

8.2.0

14 Apr 12:38
a48ef29
Compare
Choose a tag to compare

Added

  • lazy_loader_generate_noscript filter to allow disabling of noscript element generation.

Tested with WordPress 6.5.

Fixed

  • Updated mastermind/html5 dependency to latest version, which fixes a PHP deprecation notice.

v8.1.1

04 Jan 17:25
35f8dc9
Compare
Choose a tag to compare

Tested with WordPress 6.1.

Fixed

  • Disable lazy loading in TranslatePress editor.

v8.1.1-beta.1

20 Dec 15:55
30cf7b3
Compare
Choose a tag to compare
v8.1.1-beta.1 Pre-release
Pre-release
Merge pull request #76 from florianbrinkmann/exclude-translatepress-e…

…ditor

Disable lazy loading in TranslatePress editor

v8.1.0

29 Mar 11:28
Compare
Choose a tag to compare

Added

  • Support for input elements of type image.

v8.1.0-beta.1

24 Mar 05:21
Compare
Choose a tag to compare
v8.1.0-beta.1 Pre-release
Pre-release
✨ Lazy load input[type="image"]

v8.0.0

22 Mar 07:00
Compare
Choose a tag to compare

Removed

  • Processing of wp_get_attachment_image, introduced in 7.2.0. I just noticed that processing that filter by default may break cases where a wrapper element has the skip-lazy class to disable lazy loading for contained media elements. Lazy Loader is not aware of this when processing wp_get_attachment_image, because it cannot check the parent elements. If you want to process that filter with Lazy Loader, you can enter it in the settings field for additional filters.

v7.2.3

19 Mar 06:20
Compare
Choose a tag to compare

Fixed

  • Stop processing embeds, because the lazysizes script is not loaded in the iframe and so the image in the embed can not be lazy loaded.

v7.2.2

17 Mar 17:28
Compare
Choose a tag to compare

Fixed

  • Duplicate images in Ultimate Addons for Elementor widget – thanks @kagg-design.

v7.2.1

17 Mar 08:06
Compare
Choose a tag to compare

Already released to the repo on March 9

Fixed

  • Missing JS files in SVN repo.

v7.2.0

08 Mar 17:07
Compare
Choose a tag to compare

Tested with WordPress 5.7.

Added

  • Process wp_get_attachment_image filter that was added in WordPress 5.6.

Changed

  • Updated lazysizes and its plugins to 5.3.0.

Fixed

  • Use same escaped version of SVG placeholder for src and srcset to fix a HTML validation error.