| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| README.md | 2026-02-24 | 467 Bytes | |
| shiny 1.13.0 source code.tar.gz | 2026-02-24 | 2.9 MB | |
| shiny 1.13.0 source code.zip | 2026-02-24 | 3.3 MB | |
| Totals: 3 Items | 6.2 MB | 0 | |
New features
- Shiny now supports interactive breakpoints when used with Ark (e.g. in Positron). (#4352)
Bug fixes and minor improvements
-
Stack traces from render functions (e.g.,
renderPlot(),renderDataTable()) now hide internal Shiny rendering pipeline frames, making error messages cleaner and more focused on user code. (#4358) -
Fixed an issue with
actionLink()that extended the link underline to whitespace around the text. (#4348)