Skip to content

v2.0.7

Choose a tag to compare

@ianwieds ianwieds released this 15 Mar 10:39
· 5 commits to main since this release

Changed

  • Replaced custom esbuild build.js with prepare-package build system
  • Build config now lives in package.json under preparePackage key
  • Iframe URL construction uses new URL() instead of string concatenation

Added

  • Widget version is now passed to the embed iframe via URL params and chatsy:init postMessage

Removed

  • Deleted build.js (replaced by prepare-package)
  • Removed esbuild dev dependency