- [FIX] - fix for #198 - takes a long time for onscroll to fire
- [UPDATE] - default value for throttle changed to 150
- [FIX] - fix for #221 - action not fired on Windows scrolling
- [FIX] - fix for #228 - scrolling back up to the top of the list and then scroll down doesn't trigger event
- [REFACTOR] - shorten var names
- [REFACTOR] - performance optimization for scroll events
- [FIX] - now triggers only once when in or after target (#200)
- [REFACTOR] - "distance" number has been refined to be the percentage point of the scroll nob.
- [REFACTOR] - added more unit tests.
- [FIX] - fix for ie11 - fix #157
- [FIX] - use html container if passed in #217 - fix #216
- [ADD] - watch changes for: infiniteScrollDisabled - fix #196
- [ADD] - watch changes for: infiniteScrollDistance - fix #202
- [FIX] - fix for IE11 - fix #203
- [REFACTOR] - "disable" now removes the scroll listener instead of rxjs/filter
- [REFACTOR] - updated code to be functional based
- [FIX] - fix #67, fix #191, fix #190
- [FIX] - fix #157, fix #162, fix #171, fix #188
- [DOCS] - added example for development
- [FIX] - fixes #156 - running scroll logics outside of angular's zone
- [MAINTAINANCE] - code refactor - removing factories to rely more pure functional methods in PositionResolver, AxisResolver
- [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
- Fixes #147 - (InfiniteScrollModule is not an NgModule)
- Added Angular 4 support
- New starter code base (based on angular-library-starter)
- reverted the fix of #126
- fixes #126
- added custom scrollable container from #108
- refactored infinite scroller to smaller modules with composition
- added "models" - includes interfaces for development
- added changelog.md
- (refactor(scroll): replaces throttle with debounce)