Skip to content

Leanplum JavaScript SDK 1.7.0

Choose a tag to compare

@gyoshev gyoshev released this 24 Jun 16:04
· 157 commits to develop since this release

What's new:

  • In-App Messages: subscribe to the showMessage event for custom rendering of in-app messages.
    See the Web In-App messages help topic for more information.
  • getFileUrl method that resolves a filename to link to the downloadFile API.
  • on and off methods for subscribing to events
  • getUserId method for getting the ID of the current user

What's fixed:

  • JS error when the development socket closes due to an error (#95)