Releases: oblador/angular-scroll
Releases · oblador/angular-scroll
1.0.2
- Reverse "Replace el.scrollTo usage with duScrollTo" as it broke many installs.
1.0.1
- Guard against race condition when removing spies
- Replace el.scrollTo usage with duScrollTo
- Optionally refresh spy positions at regular intervals
1.0.0
- Better browserify/webpack support. #155 #161
- Better IE 11 support. #160
- Active scroll spies now trigger
duScrollspy:becameInactive
when destroyed. #152
0.7.2
- New
duScrollActiveClass
setting.
0.7.1
- Added
duScrollCancelOnEvents
option.
- README and example updates.
0.7.0
- Added support for using the
du-smooth-scroll
instead of href
for smooth scrolls.
- Added support for
name
attribute instead of id
.
- Breaking change: Added
duScrollBottomSpy
setting and made the behavior disabled by default.
- Fixed memory leak.
0.6.5
- Bugfix for touch devices
- Added more tests and Travis CI integration
0.6.4
- Improved
duScrollGreedy
functionality when scrolling fast.
- The scroll spy for the bottom most element will now be activated once scrolled to the bottom of the container or window.
- Promises will always be returned when passing a duration to the scroll helpers (even if it's 0).
- Support for disabling angular debug data.
0.6.3
- Looser bower dependencies for easier use with Angular 1.3 and Rails Assets.
- Prefixed helper functions to avoid collision with jQuery and jqlite helpers (still backwards compatible if you don't use these).
- Fixed memory leak.
0.6.2
- Performance optimizations
- New
scrollToElementAnimated
/scrollTopAnimated
convenience functions
- Set default offset with
duScrollOffset
config value.
- Prevent error when scope disappears too quickly.