You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .changeset/real-ears-wait.md
+8-1Lines changed: 8 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,4 +2,11 @@
2
2
'@lg-chat/input-bar': major
3
3
---
4
4
5
-
Update default setting for `shouldRenderGradient` prop to false. This will prevent warnings from being logged when compact variant is used.
5
+
#### Breaking Changes
6
+
7
+
- Update default value of `shouldRenderGradient` prop from `true` to `false`. This prevents console warnings when using the compact variant.
8
+
9
+
#### Minor Changes
10
+
11
+
-[LG-5600](https://jira.mongodb.org/browse/LG-5600) Fix send button to not be disabled when `state="loading"` if `messageBody` is empty. It will still be disabled if `disabled` or `disableSend` props are set to `true`.
12
+
- Add `onClickStop` prop to handle stop actions during loading state. When triggered, the previous message body is restored to the input field (similar to error state behavior).
0 commit comments