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
* main:
chore: Fix white space formatting in `reactive.poll` Returns (posit-dev#1667)
fix(shiny create): Use `template.id` for default directory (posit-dev#1666)
fix(tests): Add missing env vars for shinyapps.io tests (posit-dev#1663)
v1.1.0 release candidate
Put streaming visual cue at the end of the content (posit-dev#1659)
CI(debug): Print full stdout/stderr when command fails (posit-dev#1660)
Copy file name to clipboardExpand all lines: CHANGELOG.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
@@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
7
8
8
## [UNRELEASED]
9
9
10
+
### Bug fixes
11
+
12
+
*`shiny create` now uses the template `id` rather than the directory name as the default directory. (#1666)
13
+
14
+
## [1.1.0] - 2024-09-03
15
+
10
16
### New features
11
17
12
18
*`ui.Chat()` gains a new `.update_user_input()` method, which adds the ability to update the input placeholder message. As a result, `.set_user_message()` is now deprecated (since the new method can also be used to update the message). (#1594)
0 commit comments