From 551125aa1b94a3c8866ded1ef45eb3a5d33d332b Mon Sep 17 00:00:00 2001 From: verlok Date: Sun, 10 Apr 2022 13:05:44 +0200 Subject: [PATCH] Releasing 17.7.0 --- CHANGELOG.md | 4 ++++ README.md | 11 +++++++---- dist/lazyload.amd.js | 4 +++- dist/lazyload.amd.min.js | 2 +- dist/lazyload.esm.js | 4 +++- dist/lazyload.esm.min.js | 2 +- dist/lazyload.iife.js | 4 +++- dist/lazyload.iife.min.js | 2 +- dist/lazyload.js | 4 +++- dist/lazyload.min.js | 2 +- package.json | 2 +- 11 files changed, 28 insertions(+), 13 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4bf13fc..0388b95 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,10 @@ ## Version 17 +#### 17.7.0 + +- Added the new option `restore_on_error` to restore original attributes on error. + #### 17.6.1 - Removed nasty "debugger" from code (sorry about that rookie mistake!) diff --git a/README.md b/README.md index ca4b174..c906127 100644 --- a/README.md +++ b/README.md @@ -159,7 +159,7 @@ Please note that the video poster can be lazily loaded too. ## 👩‍💻 Getting started - Script -The latest, recommended version of LazyLoad is **17.6.1**. +The latest, recommended version of LazyLoad is **17.7.0**. Quickly understand how to upgrade from a previous version reading the [practical upgrade guide](UPGRADE.md). @@ -168,7 +168,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: @@ -209,7 +209,7 @@ Then include the script. ```html ``` @@ -243,7 +243,7 @@ Then include the script. ```html ``` @@ -600,6 +600,8 @@ The [demos](https://github.com/verlok/vanilla-lazyload/tree/master/demos) folder | Loading | Asynchronous loading LazyLoad + InterserctionObserver with requireJS | [Code](demos/amd_polyfill.html) | [Live](https://www.andreaverlicchi.eu/vanilla-lazyload/demos/amd_polyfill.html) | | Loading | Asynchronous loading LazyLoad with `