From d48befb28add89225ea0ec62e5f5106027aa290c Mon Sep 17 00:00:00 2001 From: Andrea Verlicchi Date: Tue, 2 Apr 2024 18:42:34 +0200 Subject: [PATCH] Releasing 19.1.0 --- CHANGELOG.md | 4 ++++ README.md | 8 ++++---- package-lock.json | 4 ++-- package.json | 2 +- 4 files changed, 11 insertions(+), 7 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 53df447..b592551 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,10 @@ ## Version 19 +#### 19.1.0 + +- Added end to end tests to expand test coverage to more use cases and cross browser + #### 19.0.5 - Removed `.eslintrc.json`, `LICENSE`, `CHANGELOG.md`, `CODE_OF_CONDUCT.md`, `README.md`, `package.json` from the package files, as they didn't have any impact on [code quality](https://docs.npmjs.com/searching-for-and-choosing-packages-to-download#quality). diff --git a/README.md b/README.md index a9f8a56..d459ab2 100644 --- a/README.md +++ b/README.md @@ -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.0.5**. +The latest, recommended version of LazyLoad is **19.1.0**. 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). @@ -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 - + ``` OR, if you prefer to import it as an ES module: @@ -237,7 +237,7 @@ Then include the script. ```html ``` @@ -271,7 +271,7 @@ Then include the script. ```html ``` diff --git a/package-lock.json b/package-lock.json index 96e1cf2..9468b83 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "vanilla-lazyload", - "version": "19.0.5", + "version": "19.1.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "vanilla-lazyload", - "version": "19.0.5", + "version": "19.1.0", "license": "MIT", "devDependencies": { "@babel/core": "^7.24.3", diff --git a/package.json b/package.json index e8f80a0..154db27 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "vanilla-lazyload", - "version": "19.0.5", + "version": "19.1.0", "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",