Skip to content

Releases: Iterable/iterable-web-sdk

v1.0.4

25 May 13:29
7d6a3e1
Compare
Choose a tag to compare

What's Changed

Fixes

Full Changelog: v1.0.3...v1.0.4

v1.0.3

24 May 20:43
eadb138
Compare
Choose a tag to compare

What's Changed

Fixes

New Contributors

Full Changelog: v1.0.2...v1.0.3

v1.0.2

29 Mar 17:21
9416591
Compare
Choose a tag to compare

What's Changed

Fixes

New Contributors

Full Changelog: v1.0.1...v1.0.2

v1.0.1

15 Mar 20:11
Compare
Choose a tag to compare

What's Changed

Fixes

Full Changelog: v1.0.0...v1.0.1

v1.0.0

26 Oct 20:06
b8ec684
Compare
Choose a tag to compare

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

20 Sep 17:52
7baeabf
Compare
Choose a tag to compare

What's Changed

Fixes

Full Changelog: v0.4.1...v0.4.2

v0.4.1

07 Sep 16:09
a1840e3
Compare
Choose a tag to compare

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

25 Aug 19:45
105aaa1
Compare
Choose a tag to compare

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

Full Changelog: v0.3.0...v0.4.0

v0.3.0

09 Jun 23:00
f8e8dae
Compare
Choose a tag to compare

Changed

  • Persisted the same type of credential, to sign future JSON Web Tokens—even after invoking updateUserEmail (in #134). Previously, if a user called setUserID, then updated a user's email with updateUserEmail, 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 if pauseMessageStream wasn't called first (in #135)

Full Changelog: v0.2.1...v0.3.0

v0.2.1

06 Jun 18:44
3201cd0
Compare
Choose a tag to compare

Changed

  • Upgraded TypeScript and fixed new errors (in #131)
  • Prevented JS from running in the in-app message iframe (in #132)

Full Changelog: v0.2.0...v0.2.1