Added
- Agent debugger now shows URL validation status
- The output of validateEnvironment now includes native code status of Object.create
Added
- Prevent guides from showing if the visitor is unable to send guide events to Pendo (most common when an adblocker is enabled)
Added
- The debugger now displays a conflict warning for metadata keys that only differ in casing
Fixed
- Tooltips and Resource Center no longer disappear off screen when scrolling in Visual Design Studio
- The launch guide button in debugger now launches guides in child frames
- The debugger frames list now correctly updates when the guide list changes
- Protected against startup error in IE7 due to performance api missing methods
Fixed
- Protect against a possible undefined reference error reported in IE11
Fixed
- "Show Once" badges now hide after the first step has been seen, instead of waiting for all steps to be seen
- Reduced the amount of "flicker" that occurs when guides reload while a guide is shown.
- Permalink guides will now continue to try to show if a target element is not immediately visible
- Improved collection of text content from a guide for guideActivity events
Added
- Debugger now shows metadata for different application frames
- Clarify browser vs Pendo disabled cookies settings in the Debugger and validateInstall log
- Show frame communication type in Debugger
- Show "not initialized" state in Debugger
Fixed
- Improve support for metadata key of "length"
- No longer send dismiss/advance/snooze events if the step is already in that state
- Sync validateInstall output with the current visitor and account ids
Fixed
- Prevent the feedback "trigger" element from being added twice if the end user's visitor ID is changed between 2 non-anonymous IDs
Fixed
- Remove race condition between frames initializing at nearly the same time
Fixed
- Auto display guide will no longer interrupt a walkthrough if the next step cannot be displayed immediately
Added
- Reworked text capture so that it can be delivered as an optional plugin in the future (i.e. still included by default for now)
Fixed
- No longer log erroneous guide display errors after guide list changes
- Restore correct positioning of legacy tooltips in certain application setups
- Throttling now correctly applied to next guide when first step is continued and the 10 second cache is expired
- Autoscroll to tooltip now works when scroll parent uses scroll-behavior:smooth CSS rule