Releases: escalated-dev/escalated
Releases · escalated-dev/escalated
v0.7.1 — Inertia v3 + configurable widget path
Changed
peerDependencies.\"@inertiajs/vue3\"widened from^1.0.0 || ^2.0.0to^1.0.0 || ^2.0.0 || ^3.0.0. Host apps on@inertiajs/vue3@3.xno longer trip annpm installpeer-dep conflict (#39). We import onlyLink,router,useForm, andusePage, all stable across the v1 → v2 → v3 line.
Fixed
- Widget's API endpoint path is now configurable via
data-widget-path(on the script tag) /widgetPathoption (oncreateEscalated). Default stays/support/widgetfor backward compatibility. Unblocks NestJS hosts where the base path isn't/support(#35). useChat()threads the resolvedwidgetPaththrough all six chat API endpoints; AgentTicketShow,ActiveChatsPanel,ChatQueuereadpage.props.escalated?.prefixto build the right path on the agent side.
Full Changelog: v0.7.0...v0.7.1