-
Notifications
You must be signed in to change notification settings - Fork 142
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
🎨 Rename project to ng-lazyload-image
- Loading branch information
Oskar Karlsson
committed
Mar 25, 2017
1 parent
1dd6cb3
commit e5fbccf
Showing
10 changed files
with
43 additions
and
34 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,20 @@ | ||
# Changelog | ||
|
||
## 3.0.0 (2017-03-25) | ||
|
||
### Feature | ||
* Upgrade to Angular v4 | ||
* Renamed project to ng-lazyload-image | ||
|
||
### Braking changes | ||
* Renamed css class names from `ng2-lazyloaded` and `ng2-lazyloading` to `ng-lazyloaded` and `ng-lazyloading` respectively | ||
|
||
## 2.4.0 (2017-02-19) | ||
|
||
### Features | ||
* Make it possible to use default image as background. closes [#115](https://github.com/tjoskar/ng2-lazyload-image/issues/115). Thanks to [igoralemasow](https://github.com/igoralemasow) :tada: | ||
* Make it possible to use default image as background. closes [#115](https://github.com/tjoskar/ng-lazyload-image/issues/115). Thanks to [igoralemasow](https://github.com/igoralemasow) :tada: | ||
|
||
## 2.3.2 (2017-02-07) | ||
|
||
### Bug Fixes | ||
* Remove `src` as directive input. closes [#44](https://github.com/tjoskar/ng2-lazyload-image/issues/44) | ||
* Remove `src` as directive input. closes [#44](https://github.com/tjoskar/ng-lazyload-image/issues/44) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,25 +1,25 @@ | ||
{ | ||
"name": "ng2-lazyload-image", | ||
"version": "2.4.0", | ||
"description": "Lazy image loader for Angular 2", | ||
"name": "ng-lazyload-image", | ||
"version": "3.0.0", | ||
"description": "Lazy image loader for Angular > v2", | ||
"main": "index.js", | ||
"repository": { | ||
"type": "git", | ||
"url": "git+https://github.com/tjoskar/ng2-lazyload-image.git" | ||
"url": "git+https://github.com/tjoskar/ng-lazyload-image.git" | ||
}, | ||
"keywords": [ | ||
"lazy-load", | ||
"lazy-image", | ||
"angular2" | ||
"angular" | ||
], | ||
"author": "Oskar Karlsson <kontakta@oskarkarlsson.nu>", | ||
"license": "MIT", | ||
"bugs": { | ||
"url": "https://github.com/tjoskar/ng2-lazyload-image/issues" | ||
"url": "https://github.com/tjoskar/ng-lazyload-image/issues" | ||
}, | ||
"homepage": "https://github.com/tjoskar/ng2-lazyload-image#readme", | ||
"homepage": "https://github.com/tjoskar/ng-lazyload-image#readme", | ||
"peerDependencies": { | ||
"@angular/core": "^2.0.0", | ||
"rxjs": "^5.0.0-beta.11" | ||
"@angular/core": ">=2.0.0", | ||
"rxjs": ">=5.0.0" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters