diff --git a/.changeset/inline-mode.md b/.changeset/inline-mode.md new file mode 100644 index 0000000..5feef7f --- /dev/null +++ b/.changeset/inline-mode.md @@ -0,0 +1,5 @@ +--- +"@chatcops/widget": minor +--- + +Add inline display mode to the widget. Set `mode: 'inline'` with a `container` element to render the chat panel directly inside a page element instead of as a floating popup. Export `Widget` class for creating multiple independent instances.