Skip to content

Releases: oblador/angular-scroll

1.0.2

11 May 06:19
Compare
Choose a tag to compare
  • Reverse "Replace el.scrollTo usage with duScrollTo" as it broke many installs.

1.0.1

04 May 19:56
Compare
Choose a tag to compare
  • Guard against race condition when removing spies
  • Replace el.scrollTo usage with duScrollTo
  • Optionally refresh spy positions at regular intervals

1.0.0

19 Nov 21:45
Compare
Choose a tag to compare
  • Better browserify/webpack support. #155 #161
  • Better IE 11 support. #160
  • Active scroll spies now trigger duScrollspy:becameInactive when destroyed. #152

0.7.2

13 Aug 21:42
Compare
Choose a tag to compare
  • New duScrollActiveClass setting.

0.7.1

02 Jun 08:32
Compare
Choose a tag to compare
  • Added duScrollCancelOnEvents option.
  • README and example updates.

0.7.0

24 Apr 08:08
Compare
Choose a tag to compare
  • 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

20 Feb 08:50
Compare
Choose a tag to compare
  • Bugfix for touch devices
  • Added more tests and Travis CI integration

0.6.4

25 Dec 15:47
Compare
Choose a tag to compare
  • 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

22 Dec 05:26
Compare
Choose a tag to compare
  • 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

10 Sep 08:55
Compare
Choose a tag to compare
  • Performance optimizations
  • New scrollToElementAnimated/scrollTopAnimated convenience functions
  • Set default offset with duScrollOffset config value.
  • Prevent error when scope disappears too quickly.