Skip to content

Commit 2004763

Browse files
committed
Merge branch 'hotfix/19.1.3'
2 parents 8d1123a + 6377434 commit 2004763

File tree

4 files changed

+522
-6378
lines changed

4 files changed

+522
-6378
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,11 @@
22

33
## Version 19
44

5+
#### 19.1.3
6+
7+
- File `CHANGELOG.md` is now included in the package and installed along with it
8+
- Updated Babel, Rollup and Playwright to the latest versions
9+
510
#### 19.1.2
611

712
- Modernized code and smaller file bundles, everything is now shipped as in the ES2015 format.

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,7 @@ Please note that the video poster can be lazily loaded too.
176176

177177
## 👩‍💻 Getting started - Script
178178

179-
The latest, recommended version of LazyLoad is **19.1.2**.
179+
The latest, recommended version of LazyLoad is **19.1.3**.
180180
Note that if you need to support Internet Explorer 11, you need to use version 17.9.0 or below.
181181

182182
Quickly understand how to upgrade from a previous version reading the [practical upgrade guide](UPGRADE.md).
@@ -186,7 +186,7 @@ Quickly understand how to upgrade from a previous version reading the [practical
186186
The easiest way to use LazyLoad is to include the script from a CDN.
187187

188188
```html
189-
<script src="https://cdn.jsdelivr.net/npm/[email protected].2/dist/lazyload.min.js"></script>
189+
<script src="https://cdn.jsdelivr.net/npm/[email protected].3/dist/lazyload.min.js"></script>
190190
```
191191

192192
OR, if you prefer to import it as an ES module:
@@ -237,7 +237,7 @@ Then include the script.
237237
```html
238238
<script
239239
async
240-
src="https://cdn.jsdelivr.net/npm/[email protected].2/dist/lazyload.min.js"
240+
src="https://cdn.jsdelivr.net/npm/[email protected].3/dist/lazyload.min.js"
241241
></script>
242242
```
243243

@@ -271,7 +271,7 @@ Then include the script.
271271
```html
272272
<script
273273
async
274-
src="https://cdn.jsdelivr.net/npm/[email protected].2/dist/lazyload.min.js"
274+
src="https://cdn.jsdelivr.net/npm/[email protected].3/dist/lazyload.min.js"
275275
></script>
276276
```
277277

0 commit comments

Comments
 (0)