- Introduce
nested_closeable_modal()
that can create nested popups inside an already existing popup. - Replaces examples from
runApp
withshinyApp
. - Ensure that
table_with_settings()
is synchronized with the latest update ofrtables
, and updated the version dependency accordingly.
- Documentation enhancements - code formatting package names and R objects.
- Add
grDevices
to Imports. - Specified minimal version of package dependencies.
- Improved logic and documentation for
optionalSelectInput
.
- Fix the rendering on modal pop-up in plots.
- Removed
scda
package dependency from examples. - Update installation instructions in
README
.
- Added support for downloading base plots.
- Add support for
draggable_buckets
to useshinyvalidate
for input validation. - The
disabled
inverbatim_popup_srv
is no longer triggered when button is hidden. - Added
type
argument toverbatim_popup_ui
which allows the pop-up to be controlled by abutton
or alink
.
- Added labels to pagination button in
table_with_settings
and fixed alt text. - Fixed the html structure of
panel_item
function.
- Added
shinytest2
tests forplot_with_settings
andtable_with_settings
. - Removed the
DRAFT
label on downloaded plots. - Changed dependency type of
rtables
fromImports
toSuggests
.
- Updated
panel_group
andpanel_item
functions to no longer be an optional shiny input.
- Updated
standard_layout
function to contain class not id for each output block. - Added the
dim
slot to the list returned by theplot_with_settings
module. - Added
style
argument toverbatim_popup_srv
to control whether the content is styled usingstyler::style_text
. condition
objects can now be displayed inverbatim_popup
.
- Fixed bug in
verbatim_popup_srv
wheredisabled
argument didn't influence the popup button. - Fixed
optionalSliderInput
validation to remove a warning message in certain cases.
- Added a new module -
verbatim_popup
.
- Added a new widget
draggable_buckets
.
- The
option
teal.plot_dpi
controls thedpi
for rendering and downloading plots inplot_with_settings
. Ifoption
is not used then a default of72dpi
is used (unchanged from the previous behavior).
- Fixed a bug where zooming in or out from the browser would cause a plot of a
grob
object to not re-render instead displaying a blank white space.
- Updated package authors.
- Initial release of
teal.widgets
a package providing shiny widgets forteal
applications.
- Fixed location of pagination toggle for downloading tables using
table_with_settings
.