Releases: Iterable/iterable-web-sdk
Releases · Iterable/iterable-web-sdk
v0.4.1
What's Changed
Updates
- [MOB-4789] Refactor inapp.ts and remove excessive footers from sample apps by @pauljung14 in #152
Fixes
- [MOB-4740] Filter out messages set to deliver silently by @pauljung14 in #151
Full Changelog: v0.4.0...v0.4.1
v0.4.0
What's Changed
Updates
- [MOB-4677] Prevent dismissing of in-app message when clicking outside of message by @pauljung14 in #143
- [MOB-4576] Secure unprotected raw html path with iframe by @ts-nguyen in #142
Fixes
- [MOB-4726] Resolve security issues with dependency: terser by @pauljung14 in #144
New Contributors
- @pauljung14 made their first contribution in #143
Full Changelog: v0.3.0...v0.4.0
v0.3.0
Changed
- Persisted the same type of credential, to sign future JSON Web Tokens—even after invoking
updateUserEmail
(in #134). Previously, if a user calledsetUserID
, then updated a user's email withupdateUserEmail
, future JWTs would be signed with the new email address even though the consumer code originally authorized with user ID.
Fixed
- Fixed an issue where calling
resumeMessageStream
showed the next in-app message in the queue, even ifpauseMessageStream
wasn't called first (in #135)
Full Changelog: v0.2.1...v0.3.0
v0.2.1
v0.2.0
v0.1.3
Fixed
- In cases were
setEmail
orsetUserId
was called multiple times, the SDK would always request a JWT for the first email or userID. Fixed in #121.
Full Changelog: v0.1.2...v0.1.3
v0.1.2
What's Changed
- Update documentation by @martinmckenna in #107 and #108
- Fixes max-height issue by @martinmckenna in #109
Full Changelog: v0.1.1...v0.1.2
v0.1.1
What's Changed
Changed
- Updates Documentation by @martinmckenna in #104
Fixed
- Persist POST
/trackInAppClick
calls when browser navigates to new link by @martinmckenna in #105
Full Changelog: v0.1.0...v0.1.1
v0.1.0
Initial Release!
Added:
getInAppMessages
initialize
track
trackInAppClick
trackInAppClose
trackInAppConsume
trackInAppDelivery
trackInAppOpen
trackPurchase
updateCart
updateSubscriptions
updateUser
updateUserEmail