Skip to content

Releases: mParticle/mparticle-web-sdk

Version 1.15.5

13 Dec 14:53
Compare
Choose a tag to compare
  • Require explicit UIWebview binding
  • Add startNewSessionIfNeeded to logCommerce

Version 1.15.3

30 Nov 15:02
Compare
Choose a tag to compare
  • Bugfix - Adjust logic for session end event

Version 1.15.2

08 Nov 14:48
Compare
Choose a tag to compare
  • Add support for filtering user attribute values
  • Refactor and reorganize tests for readability

Version 1.15.1

01 Nov 14:48
Compare
Choose a tag to compare
  • Extend cookies and localStorage data when storing in memory
  • Add parseStringOrNumber function to sanitize attributes in convertProductToDTO
  • Replace quotes in cookies with apostrophes
  • Update localStorage even if there are no keys

Version 1.14.7

05 Oct 20:21
Compare
Choose a tag to compare
  • Update testing suite
  • Bugfix - Add CheckoutOption to ProductAction-related switch statements
  • Ensure cookies are cleared for all domains

Version 1.14.5

13 Sep 20:34
Compare
Choose a tag to compare
  • Reduce the size of persistence by removing any keys that have no value attached, and by removing server settings that are not being used

Version 1.14.4

13 Sep 20:30
Compare
Choose a tag to compare
  • Support for Chrome headless testing
  • Allow logging of multiple impressions at once as an array
  • Move cartProducts and productBags to localStorage

Version 1.14.1

22 Jun 17:45
Compare
Choose a tag to compare
  • Fixes for cookie syncing. Properly cookie sync when MPID changes, and only perform a cookie sync when debug modes for defined pixel and mParticle match
  • Store productsBags and cartProducts to cookies, with config option to change number of products allowed in each (config.maxProducts = 20 by default)
  • Prevent setUserIdentity from accepting booleans
  • Clean up code - Add additional validations, convert remaining == to ===

Version 1.14.0

15 Jun 19:17
Compare
Choose a tag to compare
  • Support for cookie-syncing. Cookie-syncing enables the optional collection of 3rd-party IDs to enable enhanced audience sharing with advertising platforms such as DoubleClick, Adobe, and AppNexus
  • Add application state transition to mParticle initialization

Version 1.13.1

25 May 13:24
Compare
Choose a tag to compare

In this release, we now send the duration of the session length as an event parameter when a session ends.

Includes a fix for removing duplicate user identities where ID is missing, allow ID to be undefined. Includes a fix for creating CGID on initial load