14.0.0 (2022-10-24)
BREAKING CHANGES
- Angular version updated to v14
13.0.0 (2022-10-21)
- lib: support for angular v13 (cc69c0b)
9.0.0 (2020-04-23)
- lib: Rename properties to follow angular style guide
Before:
[ngx-scroll-to] [ngx-scroll-to-event] [ngx-scroll-to-duration] [ngx-scroll-to-easing] [ngx-scroll-to-offset] [ngx-scroll-to-offset-map]
After:
[ngxScrollTo] [ngxScrollToEvent] [ngxScrollToDuration] [ngxScrollToEasing] [ngxScrollToOffset] [ngxScrollToOffsetMap]
- core: Fix lint
3.0.1 (2019-08-13)
- incorrect package version (abd2e97)
3.0.0 (2019-08-13)
- failing install due to locked deps (214d57e)
- lib: replace "... from 'rjx/index'" import by "...from 'rxjs'" (#115) (452a986)
2.0.0 (2018-12-12)
1.1.1 (2018-09-12)
- include src in npm packages (1e44246)
1.1.0 (2018-09-11)
- passive events (#99) (37b1e23), closes #76
- support for overflow property overlay (61d58c3), closes #87
1.0.0 (2018-06-04)
1.0.0-beta.0 (2018-06-04)
- Support for Angular 5 is dropped as of v1.0.0 of this module. For Angular 5 proejcts, please see install guides in the README file.
0.6.1 (2018-05-10)
- add conventional github releaser (#86) (a3e5dc7)
- commit linting (#84) (82ddc9d)
- github contributing guidelines and code of conduct (#85) (095e1c8)
0.6.0 (2018-02-13)
0.5.3 (2018-02-02)
0.5.2 (2018-02-02)
0.5.1 (2018-02-02)
0.5.0 (2017-12-03)
- bash typo (12a7958)
- module: Catchable Errors for suppression and custom Error Handling (#57) (0af1208), closes #50
- module: Support for Angular 5 (#54) (fe1da1f), closes #52
- module: Support for Native Element in both Target and Container (#56) (8ed7b63), closes #22 #55
0.4.0 (2017-10-12)
- module: Correctly calcuate
ngx-scroll-to-offset
value on inverse scrolling from bottom to top (7656e35), closes #29
- module: ScrollTo using a diferent Container Element and without
event
parameter (bf3612f), closes #27 #20
- module: The
ScrollToConfig
Interface has been renamed toScrollToConfigOptions
- module: The
event
parameter has been removed fromscrollTo
function, see README.md for updated examples
0.4.0-alpha.3 (2017-10-04)
0.4.0-alpha.2 (2017-10-04)
0.4.0-alpha.1 (2017-10-04)
- comments: Set Proper Commenting (db167a1)
- github: Improved Issue Template (4da3eae)
- github: Proper PR merging for Changelog Generation (c64b59d)