@cimulate/copilot-widget 1.33.4 → 1.33.5

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md CHANGED
@@ -2,6 +2,10 @@
2
2
 
3
3
  `@cimulate/copilot-widget` follows [Semantic Versioning](https://semver.org/). Each entry is a released `package.json` version (deployed on merge to `master`), newest first.
4
4
 
5
+ ## 1.33.5 — 2026-09-03
6
+
7
+ - Product comparison images now honor an absolute `imageUrl` (e.g. `https://…`) instead of always prefixing `baseUrl`, fixing broken images when the agent returns fully-qualified image URLs.
8
+
5
9
  ## 1.33.4 — 2026-09-03
6
10
 
7
11
  - Product detail cards, product carousels, and product comparisons now display promotional prices supplied in product promotion payloads. Detail and comparison blocks support `promotions` and `extendedData.productPromotions`; carousels support those fields plus the existing promotional price-breakdown bucket.