Skip to main content

Launcher v5.66.1

Fixed

  • Ensure the extension does not prevent Chrome PDF previews from functioning correctly

Launcher v5.66.0

Added

  • Add last update timestamps to config app to improve debugging
  • Selective urls with fragments should now be accurately assessed by the browser extension

Changed

  • Updated the web SDK to version 2.320.0

Fixed

  • Filter duplicate data JSON viewer component to improve configuration app performance

Web SDK v2.320.0

Added

  • added flag to use target origin for designer connect message

Removed

  • Removed support for fully custom Resource Centers from the web SDK

Web SDK 2.319.0

Changed

  • Moved the focus management logic to the guide runtime script to improve interaction handling
  • Moved auto focus handlers to the guide runtime script
  • update to use 0s instead of asterisks for masking number inputs in session replay

Fixed

  • fix issue where calling onGuideAdvanced with no arguments could advance an embedded guide
  • Improve code sharing to reduce file size of independent plugins
  • fix issue where RC randomly re-opens the home view instead of the active module

Web SDK 2.318.0

Added

  • send performance metrics from web sdk at 10% sample rate
  • add force account id property to predict plugin
  • flush event buffer on frustration event

Fixed

  • fix duplicated DOM lookups
  • fix errors in network capture when frame has "null" origin
  • failure to validate a RC module will not invalidate the entire RC
  • HTML guides plugin fails to initialize on staging servers
  • improved caching for segment flags

Changed

  • move scroll handling to runtime scripts