Upgrade notes for Shiny 1.11.1
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 theirsubscribe
callback were no longer notifying Shiny of input changes. (#4243)updateActionButton()
andupdateActionLink()
once again handlelabel
updates correctly. (#4245)