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: CHANGELOG.md
+8-1Lines changed: 8 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,7 +9,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
9
9
## [UNRELEASED]
10
10
11
11
### New features
12
-
12
+
*`shiny run` now takes `reload-includes` and `reload-excludes` to allow you to define which files trigger a reload (#780).
13
+
*`shiny.run` now passes keyword arguments to `uvicorn.run` (#780).
13
14
* The `@output` decorator is no longer required for rendering functions; `@render.xxx` decorators now register themselves automatically. You can still use `@output` explicitly if you need to set specific output options (#747).
14
15
* Added support for integration with Quarto (#746).
15
16
* Added `shiny.render.renderer_components` decorator to help create new output renderers (#621).
@@ -59,6 +60,9 @@ Methods still under consideration in `shiny.experimental.ui`:
0 commit comments