Skip to content

4.2.0

Compare
Choose a tag to compare
@github-actions github-actions released this 11 Sep 08:58
· 21 commits to main since this release

4.2.0 (2024-09-11)

Features

  • Revamped the in-app messaging module to enhance performance by optimizing local processing, accelerating message loading during page transitions, and implementing a state-driven architecture for better responsiveness and control. (#431) (682ac42)
  • We highly recommend upgrading to the new in-app editor to ensure optimal performance.

Fixes

  • We reduced the chance of duplicate in-app messages by keeping a local store of messages already displayed.
  • Resolves an issue with tracking attributes for certain in-app messages.
  • Fixes an intermittent crash on initialization. #426
  • Resolves an application not responding (ANR) issue. #147