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: docs/release.md
+6Lines changed: 6 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -18,6 +18,12 @@ We will increment patch versions for non-breaking changes:
18
18
19
19
## Breaking change changelog
20
20
21
+
### 1.4.0
22
+
23
+
- Widget and action classes are still usable but marked as deprecated in favor of using `WidgetTemplate` to build widgets from `.widget` files.
24
+
- Added `jinja2` as a required dependency for widget template rendering.
25
+
- A stop button is now shown by default during streaming, allowing users to cancel the stream mid-response. Integrations can override `ChatKitServer.get_stream_options` to change this behavior.
26
+
21
27
### 1.3.0
22
28
23
29
- Fixed the type for the `defaultChecked` property of `Checkbox` widgets, updating it from `string` to `bool`.
0 commit comments