Skip to content
This repository has been archived by the owner on Jun 4, 2022. It is now read-only.

Update from upstream #5

Draft
wants to merge 28 commits into
base: master
Choose a base branch
from
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
28 commits
Select commit Hold shift + click to select a range
db2f4ed
Add AMD style loading
mfairchild365 Feb 10, 2016
cc56ef0
modifying based on UMD template
robflaherty Apr 28, 2016
9fb1de4
adding package.json
robflaherty Apr 28, 2016
b2bcfec
adding links to forks
robflaherty Apr 28, 2016
38e2111
Merge branch 'master' into unl-requirejs
robflaherty Apr 28, 2016
08e7d9c
simplifying UMD stuff
robflaherty Apr 28, 2016
b8ca649
version update
robflaherty Apr 28, 2016
de5dab8
fixing typo in readme
robflaherty Jun 14, 2016
f3a8862
add trackerName option for universalGA
bloodysnowx Aug 15, 2016
d7b4774
Fix for issue #58 - Allow user to specify his own dataLayer object
BetoFrega Aug 17, 2016
bb8a696
Fix issue where plugin isn't available via AMD or CommonJS module loa…
kevinsmith Nov 30, 2016
25b4da3
Merge pull request #99 from kevinsmith/master
robflaherty Dec 8, 2016
23fb0a7
Merge pull request #94 from robertofrega/customDataLayer
robflaherty Dec 8, 2016
7d046ed
fix conflict
robflaherty Dec 8, 2016
3e637f9
cleanup
robflaherty Dec 8, 2016
bf1eec4
#93 and version update
robflaherty Dec 8, 2016
0c93f4c
version update
robflaherty Jan 25, 2017
794fc52
Add support for gtag.js; Fixes #110
jwahdatehagh Jan 15, 2018
414b06e
Merge pull request #111 from jwahdatehagh/master
robflaherty Jun 6, 2018
7844208
fix Percentage and add Pixel Depth and Timing events with gtag.js
kejjang Jul 19, 2018
acc6693
Fixed broken url in readme
robflaherty Mar 25, 2019
45c6485
regenerating min file
robflaherty Jun 26, 2020
2232400
version update
robflaherty Jun 26, 2020
3dd97a3
Merge branch 'master' of https://github.com/kejjang/jquery-scrolldept…
robflaherty Jul 3, 2020
faee09b
Merge branch 'kejjang-master'
robflaherty Jul 3, 2020
ac54006
merging PR #114; version update
robflaherty Jul 3, 2020
66888ca
Update readme.md
robflaherty Nov 18, 2020
023cdb2
Update readme.md
robflaherty Nov 19, 2020
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions bower.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "scroll-depth",
"main": "jquery.scrolldepth.js",
"version": "0.9.0",
"version": "1.2.0",
"homepage": "http://scrolldepth.parsnip.io",
"authors": [
"Rob Flaherty"
Expand All @@ -17,7 +17,7 @@
],
"dependencies": {
"jquery" : ">=1.8"
},
},
"license": "MIT",
"ignore": [
"test",
Expand Down
Loading