Skip to content

Commit b77d856

Browse files
committed
Updated release.md
1 parent 1869170 commit b77d856

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

docs/release.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,12 @@ We will increment patch versions for non-breaking changes:
1818

1919
## Breaking change changelog
2020

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+
2127
### 1.3.0
2228

2329
- Fixed the type for the `defaultChecked` property of `Checkbox` widgets, updating it from `string` to `bool`.

0 commit comments

Comments
 (0)