@visma-swno/gaia-chat-ui 0.1.11 → 1.0.0

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.
Files changed (2) hide show
  1. package/CHANGELOG.md +20 -0
  2. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -0,0 +1,20 @@
1
+ # Changelog
2
+
3
+ ## 1.0.0 (2025-07-22)
4
+
5
+
6
+ ### Features
7
+
8
+ * Add liveleader support ([#661](https://github.com/visma-swno/vsn-assistant/issues/661)) ([76b79ab](https://github.com/visma-swno/vsn-assistant/commit/76b79ab678f8ea3d31a45101f4d5012cbc40dded))
9
+ * **api:** Refactor chat messages ([#634](https://github.com/visma-swno/vsn-assistant/issues/634)) ([3b7ecf9](https://github.com/visma-swno/vsn-assistant/commit/3b7ecf971f2f35011d6cabafb3fed6d3fbaaa824))
10
+
11
+
12
+ ### Bug Fixes
13
+
14
+ * **api:** Improve conversation stream ([#632](https://github.com/visma-swno/vsn-assistant/issues/632)) ([74be1f6](https://github.com/visma-swno/vsn-assistant/commit/74be1f6243479f09d82c14239327e97f54afcb11))
15
+ * **chat-ui:** Add error handler ([#639](https://github.com/visma-swno/vsn-assistant/issues/639)) ([a0ea255](https://github.com/visma-swno/vsn-assistant/commit/a0ea2556d5143fcf2bb496b42ca69ec3cbc5ba6c))
16
+ * **chat-ui:** Add user input length limitations ([#654](https://github.com/visma-swno/vsn-assistant/issues/654)) ([3f9c867](https://github.com/visma-swno/vsn-assistant/commit/3f9c867eaa6d0cea2757297fdb620edf035432ea)), closes [#648](https://github.com/visma-swno/vsn-assistant/issues/648)
17
+ * **chat-ui:** Make team-id optional ([#545](https://github.com/visma-swno/vsn-assistant/issues/545)) ([9030f45](https://github.com/visma-swno/vsn-assistant/commit/9030f450cff05e693bdd1ffbe09f01956c94e55a))
18
+ * **chat-ui:** Read expiration time from token payload ([#624](https://github.com/visma-swno/vsn-assistant/issues/624)) ([78096df](https://github.com/visma-swno/vsn-assistant/commit/78096dffe95dd343ba8347bfc8df86078ac91a0f))
19
+ * **chat-ui:** update package version ([#663](https://github.com/visma-swno/vsn-assistant/issues/663)) ([4ab1927](https://github.com/visma-swno/vsn-assistant/commit/4ab19273476b03308a1ee696e9151e09c1fe6c13))
20
+ * **chat-ui:** Update popover to latest Gaia guidelines ([#565](https://github.com/visma-swno/vsn-assistant/issues/565)) ([0ad466d](https://github.com/visma-swno/vsn-assistant/commit/0ad466d74ea26a736855e06760d7c41d9de901bc))
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@visma-swno/gaia-chat-ui",
3
- "version": "0.1.11",
3
+ "version": "1.0.0",
4
4
  "description": "Web component library for the Gaia Assistant Chat UI",
5
5
  "type": "module",
6
6
  "main": "dist/gaia-chat-ui.umd.js",