Skip to content

Releases: wp-media/rocket-lazy-load

2.4.0

17 Oct 13:20
b7c75cb

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v2.3.9...v2.4.0

2.3.9

11 Jul 14:19
2820743

Choose a tag to compare

What's Changed

Full Changelog: v2.3.8.2...v2.3.9

2.3.8

11 Jul 13:26
222c6f8

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v2.3.8...v2.3.8.2

2.3.7

28 Jun 15:59
f292de2

Choose a tag to compare

Fix polyfill vulnerability

2.3.7

28 Jun 13:11
592bef3

Choose a tag to compare

Fix polyfill vulnerability

2.3.6

27 Apr 14:52

Choose a tag to compare

  • Fix deployment issues with missed vendor directory

2.3.5

27 Apr 09:25
b697be8

Choose a tag to compare

  • Enhancement: Test the plugin with latest version of WordPress v5.9.3
  • Enhancement: Change WP readme content.

2.3.4

19 Aug 15:23
a227f47

Choose a tag to compare

  • Enhancement: Allow <a> tags to lazyload background images
  • Enhancement: Add tag to lazyloaded picture elements
  • Bugfix: Prevent a Fatal error related to the League Container package conflict with WooCommerce 4.4
  • Bugfix: Update lazyload for background images support for new version of lazyload script
  • Bugfix: Correctly apply the rocket-lazyload class on elements with a background-image and an empty class value
  • Bugfix: Correctly apply the rocket-lazyloadclass on elements with malformed HTML
  • Bugfix: Prevent a display issue with background-images when using different types of quotes around the URL
  • Bugfix: Prevent Layout from breaking when alt attribute has any html encoded characters

2.3.3

14 May 13:29

Choose a tag to compare

  • Enhancement: Add data-skip-lazy and skip-lazy class to exclusions list as part of the interoperability initiative between lazyload plugins
  • Enhancement: Add loading attribute only if filter rocket_use_native_lazyload is true
  • Enhancement: Apply lazyload for background images set on figure elements
  • Bugfix: Correctly add the rocket-lazyload class when class attribute is empty on an element with a background image
  • Bugfix: Correctly replace YouTube iframe with preview image when using relative protocol
  • Bugfix: Preserve youtube-nocookie.com during LazyLoad

2.3.2

09 Sep 13:20
091eac2

Choose a tag to compare

  • Enhancement: Add support for browser native lazyload
  • Bugfix: Prevent broken image in some cases for picture element
  • Bugfix: Prevent wrong lazy attributes for srcset and sizes on an image inside a picture element
  • Bugfix: Prevent a conflict with WP Rocket
  • Bugfix: apply loading="lazy" on Youtube thumbnail
  • Bugfix: Add autoplay attribute on iframe loaded with Youtube thumbnail
  • Bugfix: Incorrect characters used in Youtube thumbnail HTML code