Skip to content

Commit d03a9d5

Browse files
committed
chore(release): 5.0.0
1 parent 0817ca1 commit d03a9d5

File tree

2 files changed

+18
-1
lines changed

2 files changed

+18
-1
lines changed

CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,23 @@
22

33
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
44

5+
<a name="5.0.0"></a>
6+
# [5.0.0](https://github.com/thisissoon/angular-image-loader/compare/v4.0.0...v5.0.0) (2018-11-22)
7+
8+
9+
### Features
10+
11+
* **image-loader:** update to angular-inviewport 4 ([391e4b1](https://github.com/thisissoon/angular-image-loader/commit/391e4b1))
12+
* **image-loader:** update to support angular 7 ([7faac32](https://github.com/thisissoon/angular-image-loader/commit/7faac32))
13+
14+
15+
### BREAKING CHANGES
16+
17+
* **image-loader:** Updated to @thisissoon/angular-inviewport v4 which removes the need to manually
18+
check inviewport status
19+
20+
21+
522
<a name="4.0.0"></a>
623
# [4.0.0](https://github.com/thisissoon/angular-image-loader/compare/v3.3.2...v4.0.0) (2018-05-23)
724

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@thisissoon/angular-image-loader",
3-
"version": "4.0.0",
3+
"version": "5.0.0",
44
"description": "A simple progressive, responsive, lazy image and video loading library for Angular that detects browser size and loads the appropriate image or video only when the element is in viewport. This package requires @thisissoon/angular-inviewport",
55
"keywords": [
66
"angular",

0 commit comments

Comments
 (0)