From 6a84744a5a1a83df643c306bde924744433bdb52 Mon Sep 17 00:00:00 2001 From: Tjoskar Date: Sat, 19 May 2018 18:52:46 +0200 Subject: [PATCH] =?UTF-8?q?=E2=AC=86=EF=B8=8F=20=20v4.0.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- changelog.md | 9 +++++++++ dist/package.json | 2 +- package-lock.json | 2 +- package.json | 2 +- 4 files changed, 12 insertions(+), 3 deletions(-) diff --git a/changelog.md b/changelog.md index 9939e56..21a664a 100644 --- a/changelog.md +++ b/changelog.md @@ -1,5 +1,14 @@ # Changelog +## 4.0.0 (2018-05-19) + +### Braking changes +* Upgrade rxjs to version 6 +* Upgrade angular compiler to version 6 + +### Bugfix +* Empty rect with an offset shouldn't be loaded. Closes [#333](https://github.com/tjoskar/ng-lazyload-image/issues/333) Thanks to [sapierens](https://github.com/sapierens) :tada: + ## 3.4.2 (2018-01-09) ### Bugfix diff --git a/dist/package.json b/dist/package.json index d7ccd23..932d3a0 100644 --- a/dist/package.json +++ b/dist/package.json @@ -1,6 +1,6 @@ { "name": "ng-lazyload-image", - "version": "3.4.2", + "version": "4.0.0", "description": "Lazy image loader for Angular > v2", "main": "index.js", "repository": { diff --git a/package-lock.json b/package-lock.json index 90eca57..69a0a09 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "ng-lazyload-image", - "version": "3.4.2", + "version": "4.0.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 7af46b5..e2beba2 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ng-lazyload-image", - "version": "3.4.2", + "version": "4.0.0", "description": "Lazy image loader for Angular > v2", "main": "index.js", "scripts": {