Releases: Iterable/iterable-web-sdk
Releases · Iterable/iterable-web-sdk
v1.0.4
What's Changed
Fixes
- [MOB-6229] Reposition close x button by @pauljung14 in #205
Full Changelog: v1.0.3...v1.0.4
v1.0.3
What's Changed
Fixes
- [MOB-5654] JWT Token To Be Refreshed Manually by @fTariqOmnicg in #193
- fix issue -infinite loop when expiration time in jwt is wrong by @fTariqOmnicg in #194
- Add mprew97 to codeowners by @mprew97 in #201
- Update react example to include
logout
andrefresh jwt token
buttons by @mprew97 in #203 - docs: correcting spelling and markdown syntax by @hectorleiva in #200
- [MOB-5654] Docs updates for refreshJwtToken by @bradumbaugh in #204
- V1.0.3 by @mprew97 in #206
- Prettier fix by @mprew97 in #207
New Contributors
- @fTariqOmnicg made their first contribution in #193
- @hectorleiva made their first contribution in #200
Full Changelog: v1.0.2...v1.0.3
v1.0.2
v1.0.1
v1.0.0
What's Changed
Changed
- [MOB-4055] Update getMessages requests to use new web endpoint by @pauljung14 in #163
- [MOB-4490] Deprecate boolean from getInAppMessages showInAppMessagesAutomatically param by @pauljung14 in #161
- [MOB-4959] Do not add autogenerated close button if in-app is displayed in Safari by @pauljung14 in #171
Fixed
- [MOB-4936] Fix issue with discrepancy in iframe heights and refactor mock data to test cached messages by @pauljung14 in #165
- [MOB-4718] Fix handleLinks support for iframe links in Safari by @pauljung14 in #168
Full Changelog: v0.4.2...v1.0.0
v0.4.2
What's Changed
Fixes
- [MOB-4840] Fix iframe height setting by @pauljung14 in #155
Full Changelog: v0.4.1...v0.4.2
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