Skip to content

Latest commit

 

History

History
298 lines (110 loc) · 10.8 KB

CHANGELOG.md

File metadata and controls

298 lines (110 loc) · 10.8 KB

14.0.0 (2022-10-24)

BREAKING CHANGES

  • Angular version updated to v14

13.0.0 (2022-10-21)

Features

  • lib: support for angular v13 (cc69c0b)

9.0.0 (2020-04-23)

Bug Fixes

  • scroll to element with relative positioned parent (#124) (4d2c775)

Features

BREAKING CHANGES

  • 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)

Bug Fixes

  • incorrect package version (abd2e97)

3.0.0 (2019-08-13)

Bug Fixes

  • failing install due to locked deps (214d57e)
  • lib: replace "... from 'rjx/index'" import by "...from 'rxjs'" (#115) (452a986)

Features

2.0.0 (2018-12-12)

Features

1.1.1 (2018-09-12)

Bug Fixes

  • include src in npm packages (1e44246)

1.1.0 (2018-09-11)

Features

1.0.0 (2018-06-04)

1.0.0-beta.0 (2018-06-04)

Features

BREAKING CHANGES

  • 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)

Bug Fixes

  • module: non-target offset inside nested container (#80) (292e479)

Features

0.6.0 (2018-02-13)

Features

  • module: scroll to offset instead of target (#67) (c72828a), closes #28

0.5.3 (2018-02-02)

Bug Fixes

  • module: compare position value to mapped offset value (#64) (a2f4792), closes #62

0.5.2 (2018-02-02)

Bug Fixes

  • module: e2e runs against compatible chrome version (#63) (293b458)

0.5.1 (2018-02-02)

Bug Fixes

  • module: prevent float to int comparison and use int to int (b7fa36c), closes #62

0.5.0 (2017-12-03)

Bug Fixes

Features

  • 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)

Bug Fixes

  • module: Correctly calcuate ngx-scroll-to-offset value on inverse scrolling from bottom to top (7656e35), closes #29

Features

  • module: ScrollTo using a diferent Container Element and without event parameter (bf3612f), closes #27 #20

BREAKING CHANGES

  • module: The ScrollToConfig Interface has been renamed to ScrollToConfigOptions
  • module: The event parameter has been removed from scrollTo 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)

Features

  • comments: Set Proper Commenting (db167a1)
  • github: Improved Issue Template (4da3eae)
  • github: Proper PR merging for Changelog Generation (c64b59d)

0.3.1 (2017-08-08)

0.3.0 (2017-08-08)

0.2.4 (2017-07-27)

0.2.3 (2017-07-23)

0.2.2 (2017-07-22)

0.2.1 (2017-07-21)

0.2.0 (2017-07-21)

0.1.7 (2017-07-20)

0.1.6 (2017-07-20)

0.1.5 (2017-07-20)

0.1.4 (2017-07-20)

0.1.3 (2017-07-20)

0.1.2 (2017-07-20)

0.1.1 (2017-07-20)

0.1.0 (2017-07-20)

0.0.2 (2017-07-20)