Skip to content

Latest commit

 

History

History
45 lines (30 loc) · 1.48 KB

CHANGELOG.md

File metadata and controls

45 lines (30 loc) · 1.48 KB

v 0.5.1 (2017/04/25)

  • [FIX] - fixes #156 - running scroll logics outside of angular's zone

v 0.5.0 (2017/04/24)

  • [MAINTAINANCE] - code refactor - removing factories to rely more pure functional methods in PositionResolver, AxisResolver

v 0.4.2 (2017/04/19)

  • [NEW] - added '[infiniteScroll]' by Angular's styleguide. [infinite-scroll] will be deprecated in future version.
  • reduced bundle size with imports for RxJS Observable and Subscription objects #126.
  • removed old code directory from repo

v 0.4.1 (2017/04/13)

  • Fixes #147 - (InfiniteScrollModule is not an NgModule)

v 0.4.0 (2017/04/12)

v 0.3.3 (2017/03/01)

Updates

  • reverted the fix of #126

v 0.3.2 (2017/03/01)

Updates

v 0.3.1 (2017/02/15)

Updates

  • added custom scrollable container from #108

v 0.3.0 (2017/01/31)

Updates

  • refactored infinite scroller to smaller modules with composition
  • added "models" - includes interfaces for development

v 0.2.9 (2017/01/13)

Updates