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: pkg-r/NEWS.md
+5-3Lines changed: 5 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,4 +1,8 @@
1
-
# shinychat (development version)
1
+
# shinychat 0.3.0
2
+
3
+
## Breaking changes
4
+
5
+
*`chat_mod_server()` now returns a list of reactives for `last_input` and `last_turn`, as well functions to `update_user_input()`, `append()` and `clear()` the chat. (#130, #143, #145)
2
6
3
7
## New features
4
8
@@ -10,8 +14,6 @@
10
14
11
15
* Added `chat_append(icon=...)` and `chat_ui(icon_assistant=...)` for customizing the icon that appears next to assistant responses. (#88)
12
16
13
-
*`chat_mod_server()` now returns a list of reactives for `last_input` and `last_turn`, as well functions to `update_user_input()`, `append()` and `clear()` the chat. (#130, #143, #145)
14
-
15
17
## Improvements
16
18
17
19
*`chat_app()` now correctly restores the chat client state when refreshing the app, e.g. by reloading the page. (#71)
0 commit comments