Releases: mParticle/mparticle-web-sdk
Releases · mParticle/mparticle-web-sdk
Version 1.15.5
- Require explicit UIWebview binding
- Add startNewSessionIfNeeded to logCommerce
Version 1.15.3
- Bugfix - Adjust logic for session end event
Version 1.15.2
- Add support for filtering user attribute values
- Refactor and reorganize tests for readability
Version 1.15.1
- 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
- Update testing suite
- Bugfix - Add CheckoutOption to ProductAction-related switch statements
- Ensure cookies are cleared for all domains
Version 1.14.5
- 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
- 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
- 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
- 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
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