Releases: Nolanus/ngx-page-scroll
Releases · Nolanus/ngx-page-scroll
v6.0.0
v6.0.0-beta.1
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
Breaking Change
- Modularization (#88): The library has been split up into two npm modules:
ngx-page-scroll-core
andngx-page-scroll
. The core module contains thePageScrollService
and does not depend on@angular/router
any more. The latter mentioned module has a peer dependency on the NgxPageScrollCore Module and provides thepageScroll
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
v5.0.0
Breaking change
- Now requires [email protected] or higher
Other
- Update dependencies
- Add in-dialog scrolling example
v4.0.2
v4.0.1
v4.0.0
v4.0.0-beta.12
v4.0.0-beta.11
Fix
- Adjust the minimum angular version to 4.2.6