Skip to content

Commit 5715091

Browse files
committed
shiny v1.4.0
1 parent 58e82de commit 5715091

File tree

3 files changed

+7
-4
lines changed

3 files changed

+7
-4
lines changed

.github/workflows/conventional-commits.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,9 @@ jobs:
2222
feat
2323
fix
2424
perf
25-
style
2625
refactor
26+
release
27+
style
2728
test
2829
- uses: marocchino/sticky-pull-request-comment@v2
2930
if: always() && (steps.lint.outputs.error_message != null)

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -111,6 +111,9 @@ docs/source/reference/
111111

112112
/.luarc.json
113113

114+
# uv
115+
/uv.lock
116+
114117
# Developer scratch area
115118
_dev/
116119
tests/playwright/deploys/**/requirements.txt

CHANGELOG.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ All notable changes to Shiny for Python will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8-
## [UNRELEASED]
8+
## [1.4.0] - 2025-04-08
99

1010
## New features
1111

@@ -17,8 +17,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1717

1818
* Both `ui.Chat()` and `ui.MarkdownStream()` now support the inclusion of Shiny UI elements inside of messages. This allows for gathering input from the user (e.g., `ui.input_select()`), displaying of rich output (e.g., `render.DataGrid()`), and more. (#1868)
1919

20-
* Added a new `.message_stream_context()` method to `ui.Chat()`. This context manager is a useful alternative to `.append_message_stream()` when you want to: (1) Nest a stream within another and/or
21-
(2) Overwrite/replace streaming content. (#1906)
20+
* Added a new `.message_stream_context()` method to `ui.Chat()`. This context manager is a useful alternative to `.append_message_stream()` when you want to: (1) Nest a stream within another and/or (2) Overwrite/replace streaming content. (#1906)
2221

2322
### Changes
2423

0 commit comments

Comments
 (0)