Skip to content

Releases: thisissoon/angular-inviewport

v4.2.0

01 Feb 14:52
Compare
Choose a tag to compare

4.2.0 (2019-02-01)

Features

  • in-viewport: integrate feature detection for intersection observer (4fc1a21), closes #31

v4.1.0

21 Nov 17:05
Compare
Choose a tag to compare

4.1.0 (2018-11-21)

Features

  • in-viewport: add angular 7 support (e1e9f30)

v4.0.0

08 Oct 17:32
Compare
Choose a tag to compare

4.0.0 (2018-10-08)

Features

  • InViewport: add ability set offset using IntersectionObserver options (#26) (cacca75), closes #4

Performance Improvements

  • InViewport: use intersection observer to calculate inviewport state (#25) (b722d3f)

BREAKING CHANGES

  • InViewport: Removed forRoot method in module which is no longer required for AppBrowserModule. Replaced with forServer method for AppServerModule. Removed debounce feature and rxjs dependancy to leave implementation up to the consumer of the library. This reduces bundle size if debounce feature is not being used. Updated inviewport classes to sn-inviewport--in and sn-inviewport--out to match SOON styleguide

v3.0.1

20 Jul 14:02
Compare
Choose a tag to compare

3.0.1 (2018-07-20)

Bug Fixes

  • window-ref: remove incorrect pageOffset properties (e967d32)

v3.0.0

23 May 15:10
Compare
Choose a tag to compare

3.0.0 (2018-05-23)

Features

  • inviewport: adding support for angular 6 (aeecd91)

BREAKING CHANGES

  • inviewport: rxjs version 6 is now a peer dependency

v2.2.0

20 Feb 16:37
Compare
Choose a tag to compare

2.2.0 (2018-02-20)

Bug Fixes

Features

  • InViewport: export directive to be able to trigger inviewport check manually (9903a0c), closes #9

v2.1.1

24 Jan 10:00
Compare
Choose a tag to compare

2.1.1 (2018-01-23)

Bug Fixes

  • WindowRef: add arguments to window ref functions (d512399)

v2.1.0

24 Jan 09:59
Compare
Choose a tag to compare

2.1.0 (2018-01-23)

Bug Fixes

  • InViewport: Fix module not working with aot (92ace50)

BREAKING CHANGES

  • InViewport: Must provide the whole Provide object when providing window for browser module

v2.0.0

23 Jan 16:23
Compare
Choose a tag to compare

2.0.0 (2018-01-23)

v2.0.0-rc.0

23 Jan 16:10
Compare
Choose a tag to compare
v2.0.0-rc.0 Pre-release
Pre-release

2.0.0-rc.0 (2018-01-23)

Features

  • InViewport: Updating WindowRef service with more mock properties and functions (6c0264a)

BREAKING CHANGES

  • InViewport: inViewportModule.forRoot function now only accepts a single argument which should
    be a reference to window or a mock window implementation