Skip to content

Latest commit

 

History

History
108 lines (46 loc) · 3.05 KB

CHANGELOG.md

File metadata and controls

108 lines (46 loc) · 3.05 KB

Change Log

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

2.2.0 (2019-02-05)

Features

  • scrollspy: add support angular 7 and above in package.json (8090837), closes #19

2.1.0 (2018-11-22)

Features

  • scrollCollapse: update inviewport module to 4.0.0 (c1f9357)

2.0.0 (2018-05-29)

Features

  • scrollspy: adding angular 6 support (0473051)

BREAKING CHANGES

  • scrollspy: updated peer dependency for angular-inviewport to 3.x

1.2.2 (2018-02-19)

1.2.1 (2017-12-04)

Bug Fixes

  • build: generate correct metadata needed for ng-language-service (84764b1)

1.2.0 (2017-11-30)

1.2.0-rc.2 (2017-11-30)

1.2.0-rc.1 (2017-11-30)

Bug Fixes

  • build: dont bundle inviewport module (8513ecc)

1.2.0-rc.0 (2017-11-30)

Features

  • build: Move build environment to angular cli and ng-packagr (ac8b57d)

BREAKING CHANGES

  • build: InViewportModule must now be imported by user from @thisissoon/angular-inviewport at root module of user application and WindowRef imported from @thisissoon/angular-inviewport and passed to forRoot function of InviewportModule.

1.1.0 (2017-11-29)

Features

  • ScrollSpy: Allow setting debounce on ScrollSpySectionComponent (cbfcbd7)

1.0.0 (2017-08-31)

Features

  • ScrollSpy: Added ScrollSpy module (acfd1ee)