@visma-swno/gaia-chat-ui 1.0.0 → 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
@@ -1,5 +1,12 @@
1
1
  # Changelog
2
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
+
3
10
  ## 1.0.0 (2025-07-22)
4
11
 
5
12
 
@@ -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)}