Skip to content

Snowplow JavaScript Tracker v2.8.0

Compare
Choose a tag to compare
@BenFradet BenFradet released this 18 May 10:14
· 1 commit to 699632f6319c0f2025862a482149fe499958941a since this release

This release brings improvements in the area of in-browser user privacy and support to OptimizelyX and Parrable contexts.

New features

  • Add support for users opting out of state tracking using cookie or localStorage (#459)
  • Add support for recording state in localStorage rather than cookies (#506)
  • Add support for not recording any state (#563)
  • Add Parrable context (#525)
  • Add support for OptimizelyX context (#551)
  • Provide read-only access to domainSessionIndex (#573)
  • Provide read-only access to cookieName (#574)
  • Provide read-only access to pageViewId (#575)

Under the hood

  • Update README markdown in according with CommonMark (#561)
  • Prevent multiple setInterval from being created (#571)
  • Guard against non-integer values for minimumVisitLength and heartBeatDelay (#572)

Deprecations

  • Deprecate useCookies (#565)
  • Deprecate useLocalStorage (#566)

Bug fixes

  • Exclude password fields from form tracking (#521)