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
This commit was created on GitHub.com and signed with GitHub’s verified signature.
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)