Skip to content

Commit

Permalink
Merge branch 'hotfix/19.1.3'
Browse files Browse the repository at this point in the history
  • Loading branch information
verlok committed Apr 8, 2024
2 parents 8d1123a + 6377434 commit 2004763
Show file tree
Hide file tree
Showing 4 changed files with 522 additions and 6,378 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@

## Version 19

#### 19.1.3

- File `CHANGELOG.md` is now included in the package and installed along with it
- Updated Babel, Rollup and Playwright to the latest versions

#### 19.1.2

- Modernized code and smaller file bundles, everything is now shipped as in the ES2015 format.
Expand Down
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@ Please note that the video poster can be lazily loaded too.

## 👩‍💻 Getting started - Script

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

Quickly understand how to upgrade from a previous version reading the [practical upgrade guide](UPGRADE.md).
Expand All @@ -186,7 +186,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
<script src="https://cdn.jsdelivr.net/npm/[email protected].2/dist/lazyload.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/[email protected].3/dist/lazyload.min.js"></script>
```

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

Expand Down Expand Up @@ -271,7 +271,7 @@ Then include the script.
```html
<script
async
src="https://cdn.jsdelivr.net/npm/[email protected].2/dist/lazyload.min.js"
src="https://cdn.jsdelivr.net/npm/[email protected].3/dist/lazyload.min.js"
></script>
```

Expand Down
Loading

0 comments on commit 2004763

Please sign in to comment.