Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
README.md | 2025-07-08 | 370 Bytes | |
shiny 1.11.1 source code.tar.gz | 2025-07-08 | 4.0 MB | |
shiny 1.11.1 source code.zip | 2025-07-08 | 4.4 MB | |
Totals: 3 Items | 8.4 MB | 3 |
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)