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
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -18,16 +18,16 @@ We will increment patch versions for non-breaking changes:
18
18
19
19
## Breaking change changelog
20
20
21
-
### 1.1.0
21
+
### 1.3.0
22
22
23
-
-`CustomSummary`, `CustomTask`, and `EntitySource` types have been updated to restrict `icon` to `IconName`.
24
-
- All `ThreadItemConverter` methods have been updated to be asynchronous.
23
+
- Fixed the type for the `defaultChecked` property of `Checkbox` widgets, updating it from `string` to `bool`.
25
24
26
25
### 1.2.0
27
26
28
27
- Updated `agents.stream_agent_response` to add annotation parts as they are received rather than adding all the annotations at the end after the response is completed.
29
28
- Added support for rendering `container_file_citation`.
30
29
31
-
### 1.3.0
30
+
### 1.1.0
32
31
33
-
- Fixed the type for the `defaultChecked` property of `Checkbox` widgets, updating it from `string` to `bool`.
32
+
-`CustomSummary`, `CustomTask`, and `EntitySource` types have been updated to restrict `icon` to `IconName`.
33
+
- All `ThreadItemConverter` methods have been updated to be asynchronous.
0 commit comments