- Added support for downloading base plots.
- Add support for
draggable_bucketsto useshinyvalidatefor input validation. - The
disabledinverbatim_popup_srvis no longer triggered when button is hidden. - Added
typeargument toverbatim_popup_uiwhich allows the pop-up to be controlled by abuttonor alink.
- Added labels to pagination button in
table_with_settingsand fixed alt text. - Fixed the html structure of
panel_itemfunction.
- Added
shinytest2tests forplot_with_settingsandtable_with_settings. - Removed the
DRAFTlabel on downloaded plots. - Changed dependency type of
rtablesfromImportstoSuggests.
- Updated
panel_groupandpanel_itemfunctions to no longer be an optional shiny input.
- Updated
standard_layoutfunction to contain class not id for each output block. - Added the
dimslot to the list returned by theplot_with_settingsmodule. - Added
styleargument toverbatim_popup_srvto control whether the content is styled usingstyler::style_text. conditionobjects can now be displayed inverbatim_popup.
- Fixed bug in
verbatim_popup_srvwheredisabledargument didn't influence the popup button. - Fixed
optionalSliderInputvalidation to remove a warning message in certain cases.
- Added a new module -
verbatim_popup.
- Added a new widget
draggable_buckets.
- The
optionteal.plot_dpicontrols thedpifor rendering and downloading plots inplot_with_settings. Ifoptionis not used then a default of72dpiis used (unchanged from the previous behavior).
- Fixed a bug where zooming in or out from the browser would cause a plot of a
grobobject to not re-render instead displaying a blank white space.
- Updated package authors.
- Initial release of
teal.widgetsa package providing shiny widgets fortealapplications.
- Fixed location of pagination toggle for downloading tables using
table_with_settings.