Skip to content

Releases: Leanplum/Leanplum-JavaScript-SDK

1.10.4-develop.1

22 Jul 14:18

Choose a tag to compare

1.10.4-develop.1 Pre-release
Pre-release

1.10.4-develop.1 (2022-07-22)

Bug Fixes

  • update published artifacts (30561ee)

1.10.3

19 Jul 06:24

Choose a tag to compare

1.10.3 (2022-07-19)

Bug Fixes

  • getting data from session storage may throw (5f1529b)

1.10.3-develop.1

15 Jul 07:12

Choose a tag to compare

1.10.3-develop.1 Pre-release
Pre-release

1.10.3-develop.1 (2022-07-15)

Bug Fixes

  • getting data from session storage may throw (5f1529b)

1.10.2

06 Jul 14:11

Choose a tag to compare

1.10.2 (2022-07-06)

Bug Fixes

  • hint screen readers that iam iframe is a popup (cf2be63)

1.10.2-develop.1

28 Jun 06:27

Choose a tag to compare

1.10.2-develop.1 Pre-release
Pre-release

1.10.2-develop.1 (2022-06-28)

Bug Fixes

  • hint screen readers that iam iframe is a popup (cf2be63)

1.10.1

08 Jun 13:59
2bbb9ba

Choose a tag to compare

1.10.1 (2022-06-08)

Bug Fixes

  • improve accessibility of rich in-app messages (#157) (2bbb9ba)

1.10.1-develop.1

08 Jun 13:52
2bbb9ba

Choose a tag to compare

1.10.1-develop.1 Pre-release
Pre-release

1.10.1-develop.1 (2022-06-08)

Bug Fixes

  • improve accessibility of rich in-app messages (#157) (2bbb9ba)

1.9.1-develop.1

02 Apr 06:59

Choose a tag to compare

1.9.1-develop.1 Pre-release
Pre-release

1.9.1-develop.1 (2022-04-02)

Bug Fixes

  • App Inbox throws a JS error if sessionStorage is not available (#143) (39374ba)

Leanplum JavaScript SDK 1.9.0

10 Nov 15:48

Choose a tag to compare

What's new:

  • Add the defineAction method that enables development of custom message templates. (#138)
  • Add the setLocale method to allow to set a new locale (#140, thanks to @wil93)

What's fixed:

  • Dev mode connection to dev server is not always correctly established (#142)
  • The downloadMessages callback is sometimes called with a null value (#139, thanks to @alberto911)

Leanplum JavaScript SDK 1.8.5

19 May 05:42

Choose a tag to compare

What's fixed:

  • Calling Leanplum.registerForPush() without arguments throws an error. (#134)