Skip to content

Releases: Nolanus/ngx-page-scroll

v3.2.3

11 Mar 20:20
Compare
Choose a tag to compare

Feature

  • Add static forRoot() method for lazy loaded modules to Ng2PageScrollModule

Other

  • Adjust peer dependency to satisfy angular 2.1.2 deps

v3.2.2

11 Mar 20:20
Compare
Choose a tag to compare

Fixes

  • Scrolling stops in case the scrollTop value were floating point numbers, resulting in === comparisons to be false. Fix by comparing rounded and delta values (fixes #55)

Other

  • Update dependency versions

v3.2.1

11 Mar 20:20
Compare
Choose a tag to compare

Fixes

  • Remove *.ts files from npm published package (fixes #54)
  • Package.json scripts calling executables in node_modules folder

Other

  • Update to protractor 4.0.10
  • Elongate demo app dummy texts

v3.2.0

11 Mar 20:21
Compare
Choose a tag to compare

Other

  • scrollFinish event now fires when scroll target can not be found and it can not be scrolled any closer to the target (fixes #50)
  • Typo in README
  • Demo app enhancement + new e2e tests