Skip to main content

632 posts tagged with "Web SDK"

Updates related to the Pendo Web SDK

View All Tags

Web SDK v2.330.2

Fixed

  • Clear host-only cookies too, so cookies are not orphaned when the cookieDomain config changes

Web SDK v2.330.1

Changed

  • Moved non-cross-domain storage values to local storage to reduce cookie size and request header weight

Fixed

  • Stop leaving empty per-app cookies when a cookieDomain is set

Web SDK v2.330.0

Changed

  • Update vendored guide-components styles and components to the latest version
  • include additional debug info on continue guideSeen events

Fixed

  • Fixed an issue where scheme-less asset hosts caused the debugger and guide CSS to fail to load in the npm web-sdk

Web SDK v2.329.0

Fixed

  • use new novus icon for preview
  • Ensure UTM session properties persist correctly across multiple applications sharing the same cookie domain
  • Ensure unsent events are stored in local storage instead of cookies to prevent excessive header sizes
  • Fixed an issue where guides with custom code blocks could throw an exception when advance actions were null
  • Fixed an issue where guides with lower priority were displayed before higher-priority guides in multi-tab environments
  • Fixed configuration option initializeWhenVisible.

Web SDK v2.327.1

Fixed

  • Ensure unsent events are stored in local storage instead of cookies to prevent excessive header sizes
  • Fixed an issue where guides with custom code blocks could throw an exception when advance actions were null

Web SDK v2.328.1

Fixed

  • Ensure unsent events are stored in local storage instead of cookies to prevent excessive header sizes
  • Fixed an issue where guides with custom code blocks could throw an exception when advance actions were null

Web SDK v2.328.0

Added

  • include additional debug info on guideSeen events
  • Support for future feature matching on subdomain hashes instead of requiring glob patterns for staging servers

Changed

  • Updated the cookieless visitor identifier to use double underscores

Fixed

  • Updated the CSS for HTML guides to fix the close button position
  • Fixed an issue where the widget for Predict guides was not clickable
  • Fixed an issue where SVG icons appeared oversized in Session Replay due to masked style tags

Web SDK v2.327.0

Added

  • add data-pendo-theme-id attribute to rendered html guide

Fixed

  • html guide theme css is fetched before guide is displayed
  • Ensure target elements are tabbable when displayed above a guide backdrop and focus is trapped to the guide

Web SDK v2.326.0

Added

  • added onEventCaptured public event

Changed

  • Pass Pendo data host to Cleo app

Fixed

  • Resolved an issue where the Resource Center failed to open when native browser scroll methods were overwritten