From cf2d24a7287247d0aa840a6d8f6e51194621078f Mon Sep 17 00:00:00 2001 From: Andrea Verlicchi Date: Fri, 29 Mar 2024 21:52:47 +0100 Subject: [PATCH] Releasing 19.0.3 --- CHANGELOG.md | 4 ++++ README.md | 8 ++++---- package.json | 2 +- 3 files changed, 9 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7ece461..ce6aae5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,10 @@ ## Version 19 +#### 19.0.3 + +- Files `.eslintrc.json`, `LICENSE`, `CHANGELOG.md`, `CODE_OF_CONDUCT.md`, `README.md`, `package.json` are now included in the package + #### 19.0.1 - Restored compatibility for bundlers that used this module, see #609 diff --git a/README.md b/README.md index 63e6807..1fa7d3f 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 **19.0.1**. +The latest, recommended version of LazyLoad is **19.0.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). @@ -185,7 +185,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: @@ -226,7 +226,7 @@ Then include the script. ```html ``` @@ -260,7 +260,7 @@ Then include the script. ```html ``` diff --git a/package.json b/package.json index 355581e..728514e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "vanilla-lazyload", - "version": "19.0.1", + "version": "19.0.3", "description": "LazyLoad is a lightweight (2.4 kB) and flexible script that speeds up your web application by deferring the loading of your below-the-fold images, videos and iframes to when they will enter the viewport. It's written in plain \"vanilla\" JavaScript, it leverages the IntersectionObserver API, it supports responsive images, it optimizes your website for slower connections, and can enable native lazy loading.", "main": "dist/lazyload.min.js", "module": "dist/esm/lazyload.js",