Skip to main content

Web SDK v2.332.0

Added

  • Added support for a configurable display delay for auto-activated guides in the Web SDK
  • Support EU and other regions with the Predict plugin

Changed

  • resolve Intercom user_id via Intercom('whoami')
  • Upgrade to Vue 3 framework with internal component library update

Fixed

  • Fix debugger frame drag/resize cursor drift
  • Fixed auto-closing collapse component bug in debugger application
  • Fixed flag to preventCodeInjection to correctly honor local and remote config settings.
  • fix debugger state when running outside of the top frame

Launcher v5.77.0

Changed

  • Updated the web-sdk to version 2.331.0
  • Upgrade to Vue 3 framework with internal component library update

Web SDK v2.331.0

Changed

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

Fixed

  • Clear host-only cookies too, so cookies are not orphaned when the cookieDomain config changes
  • Fix guideActivity events being dropped when a higher-priority guide is displayed at the same time
  • Stop leaving empty per-app cookies when a cookieDomain is set
  • Guide list module can search case-insensitive keywords
  • Fixed support for providing publicAppId using updated key name.

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

Launcher v5.75.0

Added

  • Support the use of full conversational analytics

Changed

  • Updated the web-sdk to version 2.329.0

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.