Skip to main content

Agent 2.23.0

Fixed

  • Guides present only inside an inner iframe are now also represented inside the resource center
  • Certain guide elements no longer wrap on hover
  • The resource center pulse notification was replaced with a far more performant animation
  • Under certain scenarios, track events were not getting correctly labeled with type track. This has been resolved

Agent 2.19.3

Fixed

  • Announcements now produce both guideSeen and guideAdvanced events
  • Guides created in the visual designer render text correctly in old versions of Firefox (As Firefox is an evergreen browser, this is limited to point-of-sale devices, or other specific environments that do not typically receive software updates)
  • Better height calculations for banner guides created in the visual designer when a body tag has position: absolute

Agent 2.19.2

Added

  • Support for guide content validation on translated guides

Fixed

  • Better positioning logic for the Resource Center notification bubble on element activated Resource Centers
  • The onboarding module in the Resource Center will now correctly filter out guides that do not have matching elements on the page
  • Better handling of temporary guide state cookies for subdomains
  • Announcements now correctly pull their display date first from a scheduled delivery date if available, and otherwise will fall back to last published date

Agent 2.19.1

Added

  • We've added code to allow customers to use a single install snippet across all of Pendo's web products

Fixed

  • Ensure guides that cross multiple iframes preserve and resume state correctly, even across page reloads
  • For guides created in the Visual Designer, elements inside of a guide row now correctly flex with %-based widths
  • Css-related errors thrown by IE7/8 are correctly trapped, to avoid guides not rendering in these environments
  • A check to ensure we’re only computing style on element nodes was made compatible with IE7/8

Agent 2.18.5

Added

  • Support for the Announcements Module in Resource Center.
  • Users can now add search terms to guides found in the Guides List module.
  • Added configuration option to allow customers to ignore url hash changes entirely.

Fixed

  • Customer implemented querystring whitelists had an edge case that caused them to be ignored. This has been fixed and should now always be honored.

Agent 2.18.2

Fixed

  • Preview mode now correctly uses normalized URLs when checking for page matches. This should clear up the vast majority of false positives for “Incorrect Page” errors encountered while in preview mode.
  • The initial render of a tooltip pointed at a position:fixed element was sometimes off by a few pixels. Not anymore.
  • We’ve changed some internals of how click-activated guides are triggered. These guides should now have virtually no impact on the performance of a user's application, regardless of how many click-activated guides exist on a given page.

Agent 2.18.1

Added

  • The resource center (and its modules) can now be used with guide validation
  • Customers can now use the annotateUrl configuration option to provide their own function to determine what “page” a visitor is on. This is particularly useful for customer applications where the url never changes

Fixed

  • Tooltips can no longer partially render off the top of the screen (making them unable to be dismissed)
  • Tooltips now wait to position until all their image blocks have loaded, preventing them from stuttering when rendered with large images
  • Images for guides created in the Visual Designer now always correctly get display: block, ensuring they don’t create a ~6px gap in their container
  • Tooltips are better at picking their render direction/offset, and have better handling for mobile-sized screens

Agent 2.17.14

Fixed

  • Sandbox Modules in the Resource Center now correctly execute csp-compliant javascript
  • Using pendo.identify()to change an end-user's language after rendering a guide will now correctly re-fetch that guide's content in the requested language
  • Previous Step will now correctly scroll to the previous step for tooltips that are not visible in the viewport

Agent version 2.17.13

Added

  • Chat integrations will now persist regardless of whether the Resource Center is open or closed
  • Support for the new "Previous Step" button action in the Visual Designer
  • Support for the new "Launch Guide" button action in the Visual Designer

Fixed

  • Customers without body tags can now render guides correctly. Customers who use <frameset> tags, this one's for you :)

Agent version 2.17.12

Added

  • More support for guide content validation - this release allows users to self-host known safe content hashes of guides created in the Visual Designer, and use them to validate that a guide's content has not been tampered with