Releases: robflaherty/scroll-depth
Releases · robflaherty/scroll-depth
Release list
1.2.0
1.1
1.0
Added support for custom tracker name and custom dataLayer name.
0.9.1
- Added support for Universal Module Definition (UMD).
0.9.0
- Removed Baseline event
- Added
addElements,removeElements, andresetmethods for working with Single Page Applications and any cases where the Scroll Depth tracking needs to be updated without a page reload - Fixed a minor bug that prevented the scroll event from unbinding when the percentage option is turned off
0.8.0
0.7.2
Fixed GTM race condition to make sure events can be pushed onto dataLayer array before GTM is initialized (#62).
0.7.1
Modified Baseline Event so it's always NonInteraction (i.e, never affects bounce rate).
0.7
- Added custom event handler so scroll events can be sent to any analytics service. #41. Thanks @FabledWeb.