Releases: adjust/web_sdk
Releases · adjust/web_sdk
Version 5.7.1
Fixed
- Type definitions for ThirdPartySharing.
Version 5.7.0
Added
- Added asynchronous function
waitForWebUUID
, returning a Promise which resolves whenweb_uuid
becomes available. - Added asynchronous function
waitForAttribution
, returning a Promise which resolves when attribution data received from Adjust Backend.
Changed
- UrlStrategy reworked.
- Third Party Sharing reworked.
- Outdated Smart Banners removed.
Version 5.6.0
Added
- Added a return of Promise from
trackEvent
method.
Fixed
- Fixed SDK state synchronization issue between multiple tabs.
Version 5.5.0
Added
- Added
setReferrer
method to set referrer and trigger/sdk_click
request manually.
Fixed
- Fixed issue which caused site not to load when cookies are blocked in browser.
Version 5.4.0
Added
- Added support of Data Residency.
- Added Smart Banner
onCreated
andonDismissed
optional callbacks. To set callbacks pass them toinitSmartBanner
method. - Added
showSmartBanner
andhideSmartBanner
methods to control Smart Banner visibility after initialisation.
Fixed
- Fixed issue when Url Strategy ignored SDK config.
Version 5.3.1
Added
- Added sending of
deduplication_id
parameter inevent
package. - Added Subresource Integrity feature support. You can find calculated integrity value in INTEGRITY file to pass it as
integrity
attribute ofscript
tag when you use CDN to load Adjust Web SDK. Also a new installation snippet supporting SRI added to README, it adds needed attributes automatically.
Fixed
- Updated deprecated and vulnerable dependencies.
Version 5.3.0
Added
- Added
getWebUUID
method to access SDK generated IDweb_uuid
. - Added
getAttribution
method to access user's current attribution information.
Fixed
- Fixed issue with URL strategy retrying to send requests after SDK was disabled.
Version 5.2.1
Fixed
- Fixed top-level Typescript declarations.
Version 5.2.0
Added
- [beta] Smart banners.
Version 5.1.2
Added
- Added Typescript support.
- Added URL strategy with retries when request are being blocked by firewall.
- Added custom storage namespace.
Fixed
- Fixed issue with using IndexedDb in cross-origin iframe in Safari.