diff --git a/CHANGELOG.md b/CHANGELOG.md index 8d9fb3e..87bd00b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,12 @@ All notable changes to `@escalated-dev/escalated` will be documented in this file. +## [Unreleased] + +### Fixed +- Widget's API endpoint path is now configurable via `data-widget-path` (on the script tag) / `widgetPath` option (on `createEscalated`). Default stays `/support/widget` for backward compatibility. Unblocks NestJS hosts where the base path isn't `/support`. +- `useChat()` threads the resolved `widgetPath` through all six chat API endpoints; Agent `TicketShow`, `ActiveChatsPanel`, `ChatQueue` read `page.props.escalated?.prefix` to build the right path on the agent side. + ## [0.7.0] - 2026-04-05 ### Added diff --git a/src/components/ActiveChatsPanel.vue b/src/components/ActiveChatsPanel.vue index e0e65d2..ae77e19 100644 --- a/src/components/ActiveChatsPanel.vue +++ b/src/components/ActiveChatsPanel.vue @@ -1,5 +1,6 @@