Added
- HTML guides plugin
- guide display channel support
- excludeRequestUrls config option for network logs
- add localStorage caching to segment flags plugin
Fixed
- fix issue where guide could display before its badge was displayed
- fix issue where throttling could be ignored in multi-tab/window scenarios
- avoid sending multiple RRWEB_ERROR logs
- fix Guide Personalization in URLs
- clear do not process flag when identity changes
Added
- add link to guide from last step seen in debugger
- allow up to 7 days of offline data if localStorageUnload is enabled
- analytics request retry backoff raised to 5 minutes
- analytics request timeout is time-based instead of a fixed number of failures
Fixed
- fix guide logic in markdown scripts for embedded guides
- ensure all promises involved in guide loading are resolved or rejected
Added
- pass active guide and RC module ID to listen portal
- added alias support for publicAppId
- analytics events can be cancelled by plugins before being sent
- enhanced debugger search bar functionality
- add config option to force leader frame
Fixed
- fixed config aliasing conflicts
- fix guide advance breaks if host application overrides Array.prototype.find incorrectly
Fixed
- remove duplicate class names for click events
Fixed
- remove duplicate class names for click events
Added
- debugger search bar design upgrade
- add oem.pendo.io to trusted domains
Fixed
- announcement modules inheriting isDarkMode state from RC
- record index position of nested css rules correctly
- race condition where agent analytics sometimes used the wrong url for page matching
- guide not sized/positioned correctly after image load failure
- session recording uses native Proxy implementation
- required question markdown syntax for embedded content
Fixed
- Style conflict between different Predict guides
Fixed
- Predict frames will continue to pass messages even if a second guide shows
Added
- Aliases for configuration options to support backwards compatibility
- Plugin for Predict guides
Fixed
- Fixed a race condition that could occur when a frame was removed during the display of a guide
- Corrected agent references in configuration documentation
- Improved cache invalidation for embedded guides to prevent displaying stale guides after metadata or identify events
Changed
- Updated package references from @pendo/agent to @pendo/web-sdk to reflect new naming conventions
Fixed
- revert "automatically activated badges sometimes point to wrong element"