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

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/CHANGELOG.md CHANGED
@@ -0,0 +1,27 @@
1
+ # Changelog
2
+
3
+ ## [1.0.1](https://github.com/visma-swno/vsn-assistant/compare/chat-ui@v1.0.0...chat-ui@v1.0.1) (2025-07-23)
4
+
5
+
6
+ ### Bug Fixes
7
+
8
+ * allow typing new message while waiting for AI response ([#724](https://github.com/visma-swno/vsn-assistant/issues/724)) ([fb52a24](https://github.com/visma-swno/vsn-assistant/commit/fb52a243a3106eb2d705a86af4120f5dae7a72c2))
9
+
10
+ ## 1.0.0 (2025-07-22)
11
+
12
+
13
+ ### Features
14
+
15
+ * Add liveleader support ([#661](https://github.com/visma-swno/vsn-assistant/issues/661)) ([76b79ab](https://github.com/visma-swno/vsn-assistant/commit/76b79ab678f8ea3d31a45101f4d5012cbc40dded))
16
+ * **api:** Refactor chat messages ([#634](https://github.com/visma-swno/vsn-assistant/issues/634)) ([3b7ecf9](https://github.com/visma-swno/vsn-assistant/commit/3b7ecf971f2f35011d6cabafb3fed6d3fbaaa824))
17
+
18
+
19
+ ### Bug Fixes
20
+
21
+ * **api:** Improve conversation stream ([#632](https://github.com/visma-swno/vsn-assistant/issues/632)) ([74be1f6](https://github.com/visma-swno/vsn-assistant/commit/74be1f6243479f09d82c14239327e97f54afcb11))
22
+ * **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))
23
+ * **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)
24
+ * **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))
25
+ * **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))
26
+ * **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))
27
+ * **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))
@@ -2796,7 +2796,6 @@ let j = class extends O {
2796
2796
  placeholder="Ask anything"
2797
2797
  maxlength=${me.MAX_MESSAGE_LENGTH}
2798
2798
  rows="1"
2799
- ?readonly=${this.loading}
2800
2799
  ?disabled=${this.disabled}
2801
2800
  @input=${F(this, M, We)}
2802
2801
  @keydown=${F(this, M, sr)}