Skip to content

Commit

Permalink
chore(release): 1.4.0-rc.0
Browse files Browse the repository at this point in the history
  • Loading branch information
edoparearyee committed Nov 29, 2017
1 parent a8746dd commit c260533
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Expand Up @@ -2,6 +2,14 @@

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.

<a name="1.4.0-rc.0"></a>
# [1.4.0-rc.0](https://github.com/thisissoon/angular-inviewport/compare/v1.3.2...v1.4.0-rc.0) (2017-11-29)

### Breaking Changes

* **InViewport:** Changed `(onInViewportChange)` output to `(inViewportChange)`. Changed `[snInViewportParent]` input to `[parent]`. This was to pass default linting options with the angular cli ([f86f1c6](https://github.com/thisissoon/angular-inviewport/commit/f86f1c6))


<a name="1.3.2"></a>
## [1.3.2](https://github.com/thisissoon/angular-inviewport/compare/v1.3.1...v1.3.2) (2017-11-28)

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": "@thisissoon/angular-inviewport",
"version": "1.3.2",
"version": "1.4.0-rc.0",
"description": "A simple lightweight library for Angular 2/4+ with other dependencies that detects when an element is within the browser viewport and adds a sn-viewport-in or sn-viewport-out class to the element.",
"keywords": [
"angular",
Expand Down

0 comments on commit c260533

Please sign in to comment.