Skip to content

Releases: Nolanus/ngx-page-scroll

v4.0.0-beta.9

13 Jun 14:41
Compare
Choose a tag to compare

Fix

  • Scrolling upwards with pageScrollSpeed option resulted in immediate jump (#170)

Other

  • Updated dependencies

v4.0.0-beta.8

21 May 17:56
Compare
Choose a tag to compare

Other

  • Updated dependencies and fix tests

v4.0.0-beta.7

24 Apr 13:38
Compare
Choose a tag to compare

Fix

  • Scrolling did not start at top of screen but from previus scroll start position (05ea7c4) (#125)

Other

  • Updated development dependencies to use angular 4

v4.0.0-beta.6

26 Mar 13:41
Compare
Choose a tag to compare

Breaking Change

  • Interrupt listener for mouse clicks now only interrupts the scroll animation if click happens inside the scroll container (e8e3100)

Feature

  • Adjust route hash on scrolling using pageScroll directive (559ef67)

Fix

  • Bug where stopAll did not stop all running pageScroll instances (d5de63d)

Other

  • Document namespace feature in demo app (b53881e)
  • Loosen peer deps for work with angular 4 (#106, #107, #108, #109, #110, #113)
  • Do not publish travis deployment specific files to npm (#112)
  • Remove inadvertent fdescribe in e2e specs
  • Fixed README typos

v4.0.0-beta.5

11 Mar 20:19
Compare
Choose a tag to compare

Feature

  • New factory method newInstance at PageScrollInstance that consumes an options object. The other factory methods are deprecated and will be removed in final release.
  • Advanced offset position calculation for inline scrolling (#92)

Fixes

  • Changes to the input values for the directive where not respected (#84)
  • Default LogLevel in PageScrollConfig was too low

Other

  • First release that automatically gets tested in multiple browser using SauceLabs ;)

v4.0.0-beta.4

11 Mar 20:19
Compare
Choose a tag to compare

Fixes

  • No scroll animation took place if routerLink directive was present on directive element and target route already active (#68)

Other

  • Upgrade angular dependencies, now requires version 2.4.0 or later

v4.0.0-beta.3

11 Mar 20:19
Compare
Choose a tag to compare

Other

  • Remove source map reference from published files (#72)

v4.0.0-beta.2

11 Mar 20:20
Compare
Choose a tag to compare

Feature

  • Horizontal scrolling feature (#61)

Fixes

  • Problem with not revmoved timer reference (fix #64)

Other

  • Update dependencies, especially angular to support version 2.4.0 and later

v4.0.0-beta.1

11 Mar 20:20
Compare
Choose a tag to compare

Other

  • Update dependencies, especially angular to support version 2.2.0

v4.0.0-beta.0

11 Mar 20:20
Compare
Choose a tag to compare

Breaking Change

  • Use static forRoot() method when importing Ng2PageScrollModule