DEVELOPERS

Pendo Mobile SDK

Agent 2.18.5

6 years ago

addedAdded Support for the Announcements Module in Resource Center.

addedAdded Users can now add search terms to guides found in the Guides List module.

addedAdded Added configuration option to allow customers to ignore url hash changes entirely.

fixedFixed 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

6 years ago

fixedFixed 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.

fixedFixed The initial render of a tooltip pointed at a position:fixed element was sometimes off by a few pixels. Not anymore.

fixedFixed 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

6 years ago

addedAdded The resource center (and its modules) can now be used with guide validation

addedAdded 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

fixedFixed Tooltips can no longer partially render off the top of the screen (making them unable to be dismissed)

fixedFixed Tooltips now wait to position until all their image blocks have loaded, preventing them from stuttering when rendered with large images

fixedFixed 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

fixedFixed Tooltips are better at picking their render direction/offset, and have better handling for mobile-sized screens

Agent 2.17.14

7 years ago

fixedFixed Sandbox Modules in the Resource Center now correctly execute csp-compliant javascript

fixedFixed 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

fixedFixed Previous Step will now correctly scroll to the previous step for tooltips that are not visible in the viewport

iOS SDK 2.0.1 (beta)

7 years ago

fixedFixed Fixed app latency caused by analytics collection on a pageViewController with a cyclic structure (i.e. the last page takes the user back to the first page and so force).