Skip to content

Releases: Nolanus/ngx-page-scroll

v6.0.0-beta.1

15 Feb 12:44
Compare
Choose a tag to compare

Fix

  • Using non-forRoot() import did not work (#341)

Other

  • Update third party dependencies
  • Add back some library project package.json properties

v6.0.0-beta.0

23 Jan 14:55
Compare
Choose a tag to compare

Breaking Change

  • Modularization (#88): The library has been split up into two npm modules: ngx-page-scroll-core and ngx-page-scroll. The core module contains the PageScrollService and does not depend on @angular/router any more. The latter mentioned module has a peer dependency on the NgxPageScrollCore Module and provides the pageScroll directive. Read this comment on how to upgrade
  • The build system has been changed and now uses angular-cli
  • Set minimum supported angular version to 7

Other

  • Unit tests are executed and will be added in the future

v5.0.1

23 Jan 14:56
Compare
Choose a tag to compare

Other

  • Add angular 7 to supported version range (#329)

v5.0.0

28 May 09:54
Compare
Choose a tag to compare

Breaking change

Other

  • Update dependencies
  • Add in-dialog scrolling example

v4.0.2

28 May 09:54
Compare
Choose a tag to compare

Other

  • Revert to use angular 4 compiler to produce backward compatible metadata.json files (#257)

v4.0.1

07 Nov 12:00
Compare
Choose a tag to compare

Other

  • Enhance supported angular version to include angular 5 (#254)

v4.0.0

30 Oct 13:57
Compare
Choose a tag to compare

Breaking change

  • Change package name prefix from ng2 to ngx (#164)

Other

  • Remove some @private jsdoc comments to avoid syntax highlighter/lint warnings
  • Remove the .forRoot() method from NgxPageScrollModule which was marked as deprecated since 4.0.0-beta.10

v4.0.0-beta.12

25 Oct 10:02
Compare
Choose a tag to compare

Fix

  • Restore support for id selectors starting with a numeric value (#205)
  • Cross-route scrolling (#185)
  • Inconsistent logging levels (#207)

Other

  • Remove typings type definitions (#237)
  • Update to later rollup version (751642b)
  • Updated demo app dependencies (d2788c9)

v4.0.0-beta.11

12 Aug 13:07
Compare
Choose a tag to compare

Fix

  • Adjust the minimum angular version to 4.2.6

v4.0.0-beta.10

02 Aug 22:27
Compare
Choose a tag to compare

Breaking change

  • The pageScrollInstance factory methods marked as deprecated since v4.0.0-beta.5 have been removed.

Feature

  • The scrollTarget parameter for pageScrollInstance creation may now take any valid css selector (#193)

Other

  • Remove the flawed forRoot() approach for module and introduced singleton patter (#96, #190, thanks to @achimha)
  • Updated dependencies
  • Raised minimum supported angular version to 4.2.0