Releases: oblador/angular-scroll
Releases · oblador/angular-scroll
0.6.1
- Performance optimizations
- Strict mode
0.6.0
- Now cancels scroll animations when scrolling manually.
- Better IE 8 support.
0.5.8
uiRouter compatibility fixes.
0.5.7
- Added
duScrollGreedy
option.
- Fixed mobile safari bug when tapping status bar.
- Fixed bug where animated scrolls would not return a promise if no scroll was necessary.
0.5.6
Better UI.Router support and fixed errors on the $destroy event.
0.5.5
Breaking change: scrollTo(element)
now takes a second offset
argument.
0.5.4
- Fixed bug where a scrollSpy with an non existing target would break other spies
- Solved a conflict with jQuery with scrollTop/Left methods.
0.5.3
Scroll animations now returns promises.
0.5.2
Refactored scroll animation and IE8 compatibility fixes.