@elia-assistant/chatui 2.0.0 → 2.0.3

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/README.md CHANGED
@@ -146,7 +146,7 @@ Omit `storageNamespace` for the single-widget case and the default storage keys
146
146
  - **Multilingual UI** — English and Slovak bundled; extend via `instance.i18n.addResourceBundle` at runtime
147
147
  - **Markdown rendering** — bot messages render full GFM via `react-markdown`
148
148
  - **Configurable "Powered by" footer** — change the link text/URL or hide it entirely
149
- - **Persistent settings** — config + theme + language survive page reloads (`localStorage`)
149
+ - **Persistent settings** — theme + language + conversation history survive page reloads (`localStorage`); config is reset to *defaults + your `createChat()` options* on every mount, so your code stays the source of truth
150
150
  - **Multi-instance safe** — every `createChat()` call is fully isolated; `storageNamespace` separates their persisted state too
151
151
  - **Lockable UI** — `hideSettings: true` removes the gear, theme picker, and settings modal (default for npm consumers)
152
152
  - **Export config** — generate ready-to-paste host code from the settings modal