You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+37-72Lines changed: 37 additions & 72 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,153 +2,134 @@
2
2
3
3
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.
* fix peer dependancy for [@angular](https://github.com/angular)/core to 5.x.x ([20f39d4](https://github.com/thisissoon/angular-inviewport/commit/20f39d4))
27
32
28
-
29
33
### Features
30
34
31
35
***InViewport:** export directive to be able to trigger inviewport check manually ([9903a0c](https://github.com/thisissoon/angular-inviewport/commit/9903a0c)), closes [#9](https://github.com/thisissoon/angular-inviewport/issues/9)
***InViewport:** Updating WindowRef service with more mock properties and functions ([6c0264a](https://github.com/thisissoon/angular-inviewport/commit/6c0264a))
72
68
73
-
74
69
### BREAKING CHANGES
75
70
76
71
***InViewport:** inViewportModule.forRoot function now only accepts a single argument which should
77
-
be a reference to window or a mock window implementation
78
-
79
-
72
+
be a reference to window or a mock window implementation
***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))
@@ -159,112 +140,96 @@ be a reference to window or a mock window implementation
159
140
***InViewport:**`InViewportModule` now has to be imported with `forRoot(providers)` where `providers` has a `WindowRef` class included which should be used to provide a window object ([8a845a3](https://github.com/thisissoon/angular-inviewport/commit/8a845a3))
***inViewport:** calculation did not take into account all scenarios from both axes ([3d67ec9](https://github.com/edoparearyee/angular-inviewport/commit/3d67ec9))
***inViewport:** inViewport status not being set correctly for large elements ([7b85443](https://github.com/edoparearyee/angular-inviewport/commit/7b85443))
***inViewport:** directive will emit onInViewportChange event when inViewport value changes ([fc63560](https://github.com/edoparearyee/angular-inviewport/commit/fc63560))
Copy file name to clipboardExpand all lines: package.json
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
{
2
2
"name": "@thisissoon/angular-inviewport",
3
-
"version": "3.0.0",
3
+
"version": "3.0.1",
4
4
"description": "A simple lightweight library for Angular that detects when an element is within the browser viewport and adds a sn-viewport-in or sn-viewport-out class to the element.",
0 commit comments