Thanks to visit codestin.com
Credit goes to github.com

Skip to content

shiny 1.13.0

Latest

Choose a tag to compare

@cpsievert cpsievert released this 24 Feb 21:00
· 1 commit to main since this release
b240b0b

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)