forked from nicky-lenaers/ngx-scroll-to
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Nicky Lenaers
authored
Oct 3, 2017
1 parent
6720b7d
commit c0bc879
Showing
79 changed files
with
1,853 additions
and
11,425 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
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,13 +1,19 @@ | ||
# Editor configuration, see http://editorconfig.org | ||
# http://editorconfig.org | ||
|
||
root = true | ||
|
||
[*] | ||
charset = utf-8 | ||
indent_style = space | ||
indent_size = 2 | ||
indent_style = tab | ||
indent_size = 4 | ||
end_of_line = lf | ||
insert_final_newline = true | ||
trim_trailing_whitespace = true | ||
|
||
[*.{yml,yaml,json,tpl,md}] | ||
indent_style = space | ||
indent_size = 2 | ||
|
||
[*.md] | ||
max_line_length = off | ||
insert_final_newline = false | ||
trim_trailing_whitespace = false |
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,45 +1,7 @@ | ||
# See http://help.github.com/ignore-files/ for more about ignoring files. | ||
.vscode | ||
dist | ||
node_modules | ||
.tmp | ||
|
||
# compiled output | ||
/dist | ||
/tmp | ||
/out-tsc | ||
|
||
# dependencies | ||
/node_modules | ||
|
||
# IDEs and editors | ||
/.idea | ||
.project | ||
.classpath | ||
.c9/ | ||
*.launch | ||
.settings/ | ||
*.sublime-workspace | ||
|
||
# IDE - VSCode | ||
.vscode/* | ||
!.vscode/settings.json | ||
!.vscode/tasks.json | ||
!.vscode/launch.json | ||
!.vscode/extensions.json | ||
|
||
# misc | ||
/.sass-cache | ||
/connect.lock | ||
/coverage | ||
/libpeerconnection.log | ||
npm-debug.log | ||
testem.log | ||
/typings | ||
|
||
# e2e | ||
/e2e/*.js | ||
/e2e/*.map | ||
|
||
# System Files | ||
.DS_Store | ||
Thumbs.db | ||
|
||
# ng-packagr | ||
.ng_build | ||
*.ngfactory.ts | ||
*.css.shim.ts |
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,91 +1,190 @@ | ||
<a name="0.3.2"></a> | ||
## [0.3.2](https://github.com/nicky-lenaers/ngx-scroll-to/compare/0.3.1...0.3.2) (2017-10-03) | ||
|
||
|
||
### Features | ||
|
||
* **comments:** Set Proper Commenting ([db167a1](https://github.com/nicky-lenaers/ngx-scroll-to/commit/db167a1)) | ||
* **github:** Improved Issue Template ([4da3eae](https://github.com/nicky-lenaers/ngx-scroll-to/commit/4da3eae)) | ||
|
||
|
||
|
||
<a name="0.3.1"></a> | ||
## [0.3.1](https://github.com/nicky-lenaers/ngx-scroll-to/compare/0.3.0...0.3.1) (2017-08-08) | ||
## 0.3.1 (2017-08-08) | ||
|
||
* Fix updated Config ([4f2dac4](https://github.com/nicky-lenaers/ngx-scroll-to/commit/4f2dac4)) | ||
|
||
|
||
|
||
<a name="0.3.0"></a> | ||
# [0.3.0](https://github.com/nicky-lenaers/ngx-scroll-to/compare/0.2.4...0.3.0) (2017-08-08) | ||
# 0.3.0 (2017-08-08) | ||
|
||
* Add Directe Tests ([1be0c33](https://github.com/nicky-lenaers/ngx-scroll-to/commit/1be0c33)) | ||
* Add TODO Comment ([07b3082](https://github.com/nicky-lenaers/ngx-scroll-to/commit/07b3082)) | ||
* Added Unit Tests for Directive Event Input ([a38e296](https://github.com/nicky-lenaers/ngx-scroll-to/commit/a38e296)) | ||
* Apply TypeScript Index Signature ([e558b13](https://github.com/nicky-lenaers/ngx-scroll-to/commit/e558b13)) | ||
* Improved TypeScript Interfaces ([6a63d92](https://github.com/nicky-lenaers/ngx-scroll-to/commit/6a63d92)) | ||
* Internal Config Merge ([c734669](https://github.com/nicky-lenaers/ngx-scroll-to/commit/c734669)) | ||
* Move TS Config ([4e5d1b5](https://github.com/nicky-lenaers/ngx-scroll-to/commit/4e5d1b5)) | ||
* Preset Wallaby for later usage ([45b5bb6](https://github.com/nicky-lenaers/ngx-scroll-to/commit/45b5bb6)) | ||
* Release 0.3.0 ([4eca53e](https://github.com/nicky-lenaers/ngx-scroll-to/commit/4eca53e)) | ||
* Reset Demo ([a1faea3](https://github.com/nicky-lenaers/ngx-scroll-to/commit/a1faea3)) | ||
* TimeOut Decorator & Comment Updates ([0c49bfc](https://github.com/nicky-lenaers/ngx-scroll-to/commit/0c49bfc)) | ||
* Triggering Scroll To Animations from within Services ([b9c9496](https://github.com/nicky-lenaers/ngx-scroll-to/commit/b9c9496)), closes [#10](https://github.com/nicky-lenaers/ngx-scroll-to/issues/10) | ||
* Update Comments and ToDo's ([d067ae7](https://github.com/nicky-lenaers/ngx-scroll-to/commit/d067ae7)) | ||
* Update Publish Script ([b96db54](https://github.com/nicky-lenaers/ngx-scroll-to/commit/b96db54)) | ||
* Update README ([a3ee3be](https://github.com/nicky-lenaers/ngx-scroll-to/commit/a3ee3be)) | ||
* Update Tests ([2a43c45](https://github.com/nicky-lenaers/ngx-scroll-to/commit/2a43c45)) | ||
* Updated Service & Directive ([1f6848b](https://github.com/nicky-lenaers/ngx-scroll-to/commit/1f6848b)) | ||
* Updated TS Config to ES7 ([c7f3424](https://github.com/nicky-lenaers/ngx-scroll-to/commit/c7f3424)) | ||
|
||
|
||
|
||
<a name="0.2.4"></a> | ||
## [0.2.4](https://github.com/nicky-lenaers/ngx-scroll-to/compare/0.2.3...0.2.4) (2017-07-27) | ||
## 0.2.4 (2017-07-27) | ||
|
||
* Add Directive & Service Tests ([1af2cee](https://github.com/nicky-lenaers/ngx-scroll-to/commit/1af2cee)) | ||
* Add Karma Test Watcher ([b680869](https://github.com/nicky-lenaers/ngx-scroll-to/commit/b680869)) | ||
* First work for service implementation ([d5b1a34](https://github.com/nicky-lenaers/ngx-scroll-to/commit/d5b1a34)) | ||
* Improved internal structure ([41220b6](https://github.com/nicky-lenaers/ngx-scroll-to/commit/41220b6)) | ||
* Release 0.2.4 ([2df6867](https://github.com/nicky-lenaers/ngx-scroll-to/commit/2df6867)) | ||
* Subsitute Type Casting ([74336a9](https://github.com/nicky-lenaers/ngx-scroll-to/commit/74336a9)) | ||
* Support numeric ID ([1c6c021](https://github.com/nicky-lenaers/ngx-scroll-to/commit/1c6c021)), closes [#9](https://github.com/nicky-lenaers/ngx-scroll-to/issues/9) | ||
* Update Circle CI Badge URL ([617c621](https://github.com/nicky-lenaers/ngx-scroll-to/commit/617c621)), closes [#18](https://github.com/nicky-lenaers/ngx-scroll-to/issues/18) | ||
* Update README ([760e8d8](https://github.com/nicky-lenaers/ngx-scroll-to/commit/760e8d8)) | ||
* Update README ([e40ebe5](https://github.com/nicky-lenaers/ngx-scroll-to/commit/e40ebe5)) | ||
* Update README ([fc9c5fd](https://github.com/nicky-lenaers/ngx-scroll-to/commit/fc9c5fd)) | ||
|
||
|
||
|
||
<a name="0.2.3"></a> | ||
## [0.2.3](https://github.com/nicky-lenaers/ngx-scroll-to/compare/0.2.2...0.2.3) (2017-07-23) | ||
## 0.2.3 (2017-07-23) | ||
|
||
* Add Build Status ([263af57](https://github.com/nicky-lenaers/ngx-scroll-to/commit/263af57)) | ||
* Add GitHub Issue Template ([1a39cde](https://github.com/nicky-lenaers/ngx-scroll-to/commit/1a39cde)) | ||
* File Renaming & File Cleanup ([489eb45](https://github.com/nicky-lenaers/ngx-scroll-to/commit/489eb45)) | ||
* File Reordering ([4899c28](https://github.com/nicky-lenaers/ngx-scroll-to/commit/4899c28)) | ||
* Integrating Karma ([b60f1a6](https://github.com/nicky-lenaers/ngx-scroll-to/commit/b60f1a6)) | ||
* Release 0.2.3 ([6d1df91](https://github.com/nicky-lenaers/ngx-scroll-to/commit/6d1df91)) | ||
* Trigger Test ([ffbe950](https://github.com/nicky-lenaers/ngx-scroll-to/commit/ffbe950)) | ||
* Update Descriptions ([384e895](https://github.com/nicky-lenaers/ngx-scroll-to/commit/384e895)) | ||
* Working Tests ([4020d66](https://github.com/nicky-lenaers/ngx-scroll-to/commit/4020d66)) | ||
|
||
|
||
|
||
<a name="0.2.2"></a> | ||
## [0.2.2](https://github.com/nicky-lenaers/ngx-scroll-to/compare/0.2.1...0.2.2) (2017-07-22) | ||
## 0.2.2 (2017-07-22) | ||
|
||
* Added Sass ([405ad75](https://github.com/nicky-lenaers/ngx-scroll-to/commit/405ad75)) | ||
* Demo Update ([5e2cb9c](https://github.com/nicky-lenaers/ngx-scroll-to/commit/5e2cb9c)) | ||
* Handle hidden overflow ([9ccae5b](https://github.com/nicky-lenaers/ngx-scroll-to/commit/9ccae5b)), closes [#11](https://github.com/nicky-lenaers/ngx-scroll-to/issues/11) | ||
* Release 0.2.2 ([b5219d4](https://github.com/nicky-lenaers/ngx-scroll-to/commit/b5219d4)) | ||
* Working Development Server ([76c0004](https://github.com/nicky-lenaers/ngx-scroll-to/commit/76c0004)) | ||
|
||
|
||
|
||
<a name="0.2.1"></a> | ||
## [0.2.1](https://github.com/nicky-lenaers/ngx-scroll-to/compare/0.2.0...0.2.1) (2017-07-21) | ||
## 0.2.1 (2017-07-21) | ||
|
||
* Release 0.2.1 ([9020872](https://github.com/nicky-lenaers/ngx-scroll-to/commit/9020872)) | ||
* Support for *ngIf ([c8567dc](https://github.com/nicky-lenaers/ngx-scroll-to/commit/c8567dc)), closes [#6](https://github.com/nicky-lenaers/ngx-scroll-to/issues/6) | ||
|
||
|
||
|
||
<a name="0.2.0"></a> | ||
# [0.2.0](https://github.com/nicky-lenaers/ngx-scroll-to/compare/0.1.7...0.2.0) (2017-07-21) | ||
# 0.2.0 (2017-07-21) | ||
|
||
* =Release 0.2.0 ([52ccdb7](https://github.com/nicky-lenaers/ngx-scroll-to/commit/52ccdb7)) | ||
* Add Publish Script ([f755650](https://github.com/nicky-lenaers/ngx-scroll-to/commit/f755650)) | ||
* Change Command for Publish Version ([deea855](https://github.com/nicky-lenaers/ngx-scroll-to/commit/deea855)) | ||
* Fix Commit Message ([89d9669](https://github.com/nicky-lenaers/ngx-scroll-to/commit/89d9669)) | ||
* Release 0.2.0 ([873baf5](https://github.com/nicky-lenaers/ngx-scroll-to/commit/873baf5)) | ||
* Remove shell script ([362174a](https://github.com/nicky-lenaers/ngx-scroll-to/commit/362174a)) | ||
* Reverse Script Order ([a34949b](https://github.com/nicky-lenaers/ngx-scroll-to/commit/a34949b)) | ||
* Revert Version Update ([93490d1](https://github.com/nicky-lenaers/ngx-scroll-to/commit/93490d1)) | ||
* Started adding first Deps ([9c371cf](https://github.com/nicky-lenaers/ngx-scroll-to/commit/9c371cf)) | ||
* Support for nested scrolling ([da68855](https://github.com/nicky-lenaers/ngx-scroll-to/commit/da68855)), closes [#2](https://github.com/nicky-lenaers/ngx-scroll-to/issues/2) | ||
* Update Packages ([9e3f592](https://github.com/nicky-lenaers/ngx-scroll-to/commit/9e3f592)) | ||
* Update README ([54791de](https://github.com/nicky-lenaers/ngx-scroll-to/commit/54791de)) | ||
* Update README ([5fc2e33](https://github.com/nicky-lenaers/ngx-scroll-to/commit/5fc2e33)) | ||
* Update README ([e7a94c1](https://github.com/nicky-lenaers/ngx-scroll-to/commit/e7a94c1)) | ||
* Update README ([8763ab2](https://github.com/nicky-lenaers/ngx-scroll-to/commit/8763ab2)) | ||
* Update README ([72d0ce5](https://github.com/nicky-lenaers/ngx-scroll-to/commit/72d0ce5)) | ||
* Update README ([f79b975](https://github.com/nicky-lenaers/ngx-scroll-to/commit/f79b975)) | ||
|
||
|
||
|
||
<a name="0.1.7"></a> | ||
## [0.1.7](https://github.com/nicky-lenaers/ngx-scroll-to/compare/0.1.6...0.1.7) (2017-07-20) | ||
## 0.1.7 (2017-07-20) | ||
|
||
* 0.1.7 ([57ab364](https://github.com/nicky-lenaers/ngx-scroll-to/commit/57ab364)) | ||
* Update README ([cd9e75f](https://github.com/nicky-lenaers/ngx-scroll-to/commit/cd9e75f)) | ||
|
||
|
||
|
||
<a name="0.1.6"></a> | ||
## [0.1.6](https://github.com/nicky-lenaers/ngx-scroll-to/compare/0.1.5...0.1.6) (2017-07-20) | ||
## 0.1.6 (2017-07-20) | ||
|
||
* 0.1.6 ([78007b2](https://github.com/nicky-lenaers/ngx-scroll-to/commit/78007b2)) | ||
* Update README ([54b6361](https://github.com/nicky-lenaers/ngx-scroll-to/commit/54b6361)) | ||
|
||
|
||
|
||
<a name="0.1.5"></a> | ||
## [0.1.5](https://github.com/nicky-lenaers/ngx-scroll-to/compare/0.1.4...0.1.5) (2017-07-20) | ||
## 0.1.5 (2017-07-20) | ||
|
||
* 0.1.5 ([2184b68](https://github.com/nicky-lenaers/ngx-scroll-to/commit/2184b68)) | ||
* Update Description ([3591eee](https://github.com/nicky-lenaers/ngx-scroll-to/commit/3591eee)) | ||
* Update README ([c433029](https://github.com/nicky-lenaers/ngx-scroll-to/commit/c433029)) | ||
|
||
|
||
|
||
<a name="0.1.4"></a> | ||
## [0.1.4](https://github.com/nicky-lenaers/ngx-scroll-to/compare/0.1.3...0.1.4) (2017-07-20) | ||
## 0.1.4 (2017-07-20) | ||
|
||
* 0.1.4 ([a5afa36](https://github.com/nicky-lenaers/ngx-scroll-to/commit/a5afa36)) | ||
* Update Dependencies ([f199092](https://github.com/nicky-lenaers/ngx-scroll-to/commit/f199092)) | ||
* Update README ([ed1438c](https://github.com/nicky-lenaers/ngx-scroll-to/commit/ed1438c)) | ||
|
||
|
||
|
||
<a name="0.1.3"></a> | ||
## [0.1.3](https://github.com/nicky-lenaers/ngx-scroll-to/compare/0.1.2...0.1.3) (2017-07-20) | ||
## 0.1.3 (2017-07-20) | ||
|
||
* 0.1.3 ([47dc5c5](https://github.com/nicky-lenaers/ngx-scroll-to/commit/47dc5c5)) | ||
* Added GitHub Release Script ([21e488a](https://github.com/nicky-lenaers/ngx-scroll-to/commit/21e488a)) | ||
* Typo ([d5f14ae](https://github.com/nicky-lenaers/ngx-scroll-to/commit/d5f14ae)) | ||
* Update README ([31a87cd](https://github.com/nicky-lenaers/ngx-scroll-to/commit/31a87cd)) | ||
* Update README ([130b961](https://github.com/nicky-lenaers/ngx-scroll-to/commit/130b961)) | ||
|
||
|
||
|
||
<a name="0.1.2"></a> | ||
## [0.1.2](https://github.com/nicky-lenaers/ngx-scroll-to/compare/0.1.1...0.1.2) (2017-07-20) | ||
## 0.1.2 (2017-07-20) | ||
|
||
* 0.1.2 ([5bafd90](https://github.com/nicky-lenaers/ngx-scroll-to/commit/5bafd90)) | ||
* Update README ([3263e59](https://github.com/nicky-lenaers/ngx-scroll-to/commit/3263e59)) | ||
* Update Version ([3bf4438](https://github.com/nicky-lenaers/ngx-scroll-to/commit/3bf4438)) | ||
|
||
|
||
|
||
<a name="0.1.1"></a> | ||
## [0.1.1](https://github.com/nicky-lenaers/ngx-scroll-to/compare/0.1.0...0.1.1) (2017-07-20) | ||
## 0.1.1 (2017-07-20) | ||
|
||
* 0.1.1 ([667b923](https://github.com/nicky-lenaers/ngx-scroll-to/commit/667b923)) | ||
* Export Interfaces ([67bc0a6](https://github.com/nicky-lenaers/ngx-scroll-to/commit/67bc0a6)) | ||
* Update README ([b866300](https://github.com/nicky-lenaers/ngx-scroll-to/commit/b866300)) | ||
* Update Version ([419b331](https://github.com/nicky-lenaers/ngx-scroll-to/commit/419b331)) | ||
|
||
|
||
|
||
<a name="0.1.0"></a> | ||
# [0.1.0](https://github.com/nicky-lenaers/ngx-scroll-to/compare/0.0.2...0.1.0) (2017-07-20) | ||
# 0.1.0 (2017-07-20) | ||
|
||
* 0.1.0 ([4d8a5e2](https://github.com/nicky-lenaers/ngx-scroll-to/commit/4d8a5e2)) | ||
* Added Types for Event ([6e9adcc](https://github.com/nicky-lenaers/ngx-scroll-to/commit/6e9adcc)) | ||
* Update README ([5c948f9](https://github.com/nicky-lenaers/ngx-scroll-to/commit/5c948f9)) | ||
* Update Version ([6679ef8](https://github.com/nicky-lenaers/ngx-scroll-to/commit/6679ef8)) | ||
|
||
|
||
|
||
<a name="0.0.2"></a> | ||
## 0.0.2 (2017-07-20) | ||
|
||
* 0.0.2 ([7a3a6c2](https://github.com/nicky-lenaers/ngx-scroll-to/commit/7a3a6c2)) | ||
* Initial commit ([743a391](https://github.com/nicky-lenaers/ngx-scroll-to/commit/743a391)) | ||
* Proper Angular 4 Peer Dependency ([6af5014](https://github.com/nicky-lenaers/ngx-scroll-to/commit/6af5014)) | ||
* Source Files ([15aa04c](https://github.com/nicky-lenaers/ngx-scroll-to/commit/15aa04c)) | ||
* Update Version ([9aa506e](https://github.com/nicky-lenaers/ngx-scroll-to/commit/9aa506e)) | ||
|
||
|
||
|
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 |
---|---|---|
@@ -0,0 +1,21 @@ | ||
MIT License | ||
|
||
Copyright (c) 2017 Nicky Lenaers | ||
|
||
Permission is hereby granted, free of charge, to any person obtaining a copy | ||
of this software and associated documentation files (the "Software"), to deal | ||
in the Software without restriction, including without limitation the rights | ||
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell | ||
copies of the Software, and to permit persons to whom the Software is | ||
furnished to do so, subject to the following conditions: | ||
|
||
The above copyright notice and this permission notice shall be included in all | ||
copies or substantial portions of the Software. | ||
|
||
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR | ||
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, | ||
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE | ||
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER | ||
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, | ||
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE | ||
SOFTWARE. |
Oops, something went wrong.