Skip to content

Commit e816ae8

Browse files
committed
chore(release): 1.2.0-rc.0
1 parent 74a45eb commit e816ae8

File tree

3 files changed

+28
-2
lines changed

3 files changed

+28
-2
lines changed

CHANGELOG.md

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,32 @@
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="1.2.0-rc.0"></a>
6+
# [1.2.0-rc.0](https://github.com/thisissoon/angular-image-loader/compare/v1.1.1...v1.2.0-rc.0) (2017-12-14)
7+
8+
9+
### Code Refactoring
10+
11+
* **image-loader component:** Name change, placeholderLoaded and fullResLoaded updated to imageL ([31aee45](https://github.com/thisissoon/angular-image-loader/commit/31aee45))
12+
13+
14+
### Features
15+
16+
* **app component:** updated app component implementation of image-loader component to match updated ([b420de7](https://github.com/thisissoon/angular-image-loader/commit/b420de7))
17+
* **image-loaded-event.model.ts:** image loaded event model added for use by the image loader compon ([8ea1749](https://github.com/thisissoon/angular-image-loader/commit/8ea1749))
18+
* **image-loader component:** Event outputs from image loader component added for placeholder image ([f564434](https://github.com/thisissoon/angular-image-loader/commit/f564434))
19+
* **image-loader component:** installed commitizen config module ([1c0653a](https://github.com/thisissoon/angular-image-loader/commit/1c0653a))
20+
* **ImageLoader:** implemented output event for image loaded. ([43e7e1d](https://github.com/thisissoon/angular-image-loader/commit/43e7e1d))
21+
22+
23+
### BREAKING CHANGES
24+
25+
* **image-loader component:** Variable name changes affect the image-loader component API
26+
* **app component:** image-loader components updated inputs and outputs implemented
27+
* **image-loader component:** The inputs and outputs to the image-loader component have changed
28+
29+
30+
531
<a name="1.1.1"></a>
632
## [1.1.1](https://github.com/thisissoon/angular-image-loader/compare/v1.1.0...v1.1.1) (2017-12-04)
733

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

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": "1.1.1",
3+
"version": "1.2.0-rc.0",
44
"description": "A simple progressive/responsive/lazy loading image library for Angular (2/4+) that detects browser size and loads the appropriate image only when the element is in view. This package requires angular-inviewport",
55
"keywords": [
66
"angular",

0 commit comments

Comments
 (0)