New features
- The new fast-scrolling data table/grid feature (
ui.output_data_frame
/render.data_frame
) now has a filtering feature. To enable, pass the argumentfilters=True
to therender.DataTable
orrender.DataGrid
constructors. (#592) shiny run
now takes a--reload-dir <DIR>
argument that indicates a directory--reload
should (recursively) monitor for changes, in addition to the app's parent directory. Can be used more than once. (#353)- The default theme has been updated to use Bootstrap 5 with custom Shiny style enhancements. (#624)
- Added experimental UI
tooltip()
,update_tooltip()
, andtoggle_tooltip()
for easy creation (and server-side updating) of Bootstrap tooltips (a way to display additional information when focusing (or hovering over) a UI element). (#629)
Bug fixes
- Using
update_slider
to update a slider's value to adatetime
object or other non-numeric value would result in an error. (#649)