Skip to main content

Agent 2.39.1

Added

  • Shadow DOM support for guides and analytics.
  • New function pendo.validateNativeMethods() can determine if the host application has overridden native JS methods, which can cause the agent or designer not to function correctly. Useful for debugging.
  • New function pendo.validateEnvironment() will run both pendo.validateInstall() and pendo.validateNativeMethods() to holistically inspect the host environment.

Fixed

  • Safer references to encodeURIComponent/decodeURIComponent to avoid cross browser issues.
  • Announcement modules that contain whatsnew guides will no longer “jump” back to the top of the module on scroll.
  • Guides that are taller than the height of the window will now have scrollbars applied to them.
  • Ensure Feedback-related login/open flows occur in the correct order.
  • Ensure Feedback has been initialized prior to sending the user to the login screen.
  • Use a default name for track events when not provided.
  • Container will resize when vid or img media is added.
  • Fix for Feedback login and redirect.
  • Feedback uses firstName and lastName if no full_name provided.