From aa9f7f964bd06830ef816e004c496fe5b995ab97 Mon Sep 17 00:00:00 2001 From: Andrea Verlicchi Date: Wed, 20 Jul 2022 22:27:45 +0200 Subject: [PATCH] Releasing 17.8.3. Closes #573. --- CHANGELOG.md | 4 ++++ README.md | 8 +++---- demos/background_images.html | 32 ++++++-------------------- demos/background_images_image-set.html | 23 +++++++++--------- demos/background_images_multi.html | 4 ++-- package.json | 2 +- 6 files changed, 30 insertions(+), 43 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e1afefbc..d22ce953 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,10 @@ ## Version 17 +#### 17.8.3 + +- Fixed `callback_error` in background images demos, like suggested in #573. Thanks to @Soul244. + #### 17.8.2 - Fixed a bug which occurred if the network connection went off and on again after a LazyLoad instance was destroyed diff --git a/README.md b/README.md index fed3d4ae..b9b651b9 100644 --- a/README.md +++ b/README.md @@ -175,7 +175,7 @@ Please note that the video poster can be lazily loaded too. ## 👩‍💻 Getting started - Script -The latest, recommended version of LazyLoad is **17.8.2**. +The latest, recommended version of LazyLoad is **17.8.3**. Quickly understand how to upgrade from a previous version reading the [practical upgrade guide](UPGRADE.md). @@ -184,7 +184,7 @@ Quickly understand how to upgrade from a previous version reading the [practical The easiest way to use LazyLoad is to include the script from a CDN: ```html - + ``` Then, in your javascript code: @@ -225,7 +225,7 @@ Then include the script. ```html ``` @@ -259,7 +259,7 @@ Then include the script. ```html ``` diff --git a/demos/background_images.html b/demos/background_images.html index af6afcf5..420d9211 100644 --- a/demos/background_images.html +++ b/demos/background_images.html @@ -2,9 +2,7 @@ - - Background images - Lazyload demos - + Background images - Lazyload demos