Skip to content

Releases: ProdPerfect/prodperfect-keen-tracking.js

2.0.19 Release

27 Feb 23:01
2542b4e
Compare
Choose a tag to compare
2.0.19 Release Pre-release
Pre-release

Most recent version of the tracking library

2.0.18 Release

27 Feb 23:06
Compare
Choose a tag to compare
2.0.18 - Updating deploy scripts to also upload the no_op lib to the …

2.0.17 Release

27 Feb 23:07
Compare
Choose a tag to compare

2.0.16 Release

27 Feb 23:14
Compare
Choose a tag to compare
Bug Fix: circular reference on form submit (#53)

* ignore vim temp files

* use .getattribute for pulling the text off an element, preventing the circular reference problem

* simplified the get attribute code

* corrected tests that were getting inaccurate results from testing .text on elements that don't support it

* code cleanup

* code cleanup