Skip to content

Commit

Permalink
⬆️ v4.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tjoskar committed May 19, 2018
1 parent dbf0131 commit 6a84744
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 3 deletions.
9 changes: 9 additions & 0 deletions 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
Expand Down
2 changes: 1 addition & 1 deletion 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": {
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion 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": {
Expand Down

0 comments on commit 6a84744

Please sign in to comment.