Changed
- Use the browser's built-in JSON serialization when possible to improve performance and work better with more modern JavaScript frameworks
Changed
- It is no longer required to call
pendo.pageLoad() when using the HTML5 History API
- Added minor utility function to validate the Pendo installation
Fixed
- The agent now correctly captures text elements that contain multi-byte characters
Added
- Support for global guide javascript to enable more robust guide customization and configuration
Fixed
- The agent will now correctly handle white space when capturing text in some clicked elements
Fixed
- More robust check for segment.io integration
- Repaired a specific case where the automatic scroll-to-tooltip functionality was activated incorrectly
Added
- Allow users to "approve" guide content before it will display in their production environment
Changed
- Minor enhancements improve the previewing guides experience in the Pendo Editor when the guide is either attached to an element that isn't visible, or on a different page
Changed
- Support for options to show the launcher in situations where it would not previously show (e.g. mobile devices & iframes). This update is in preparation for a forthcoming Pendo app release, the agent update does not add any additional functionality.
Fixed
- Events from SVG items are now collecting properly in IE 11
Changed
- Additional updates to the customization capabilities of the guide launcher - including support for onboarding checklist / progress notifications
Fixed
- Element visibility is now properly determined in areas that specify
overflow-x: hidden or overflow-y: hidden