You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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