Snowplow JavaScript Tracker v2.8.0
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
Bug fixes
- Exclude password fields from form tracking (#521)