Skip to content

shiny 1.11.1

Latest

Choose a tag to compare

@cpsievert cpsievert released this 08 Jul 04:54
· 19 commits to main since this release
51f653b

This is a patch release primarily for addressing the bugs introduced in v1.11.0.

Bug fixes

  • Fixed an issue where InputBinding implementations that don't pass a value to their subscribe callback were no longer notifying Shiny of input changes. (#4243)

  • updateActionButton() and updateActionLink() once again handle label updates correctly. (#4245)