Enhancements
- Improved the layout and appearance of the widgets using
bslibcomponents (#288).
Breaking changes
- panel_group()and- panel_item()are soft
deprecated. Please use the- bslib::accordion()and- bslib::accordion_panel()instead.
- nested_closeable_modal()was soft deprecated.
Bug fixes
- Recompute the live-searchoption value dynamically inupdateOptionalSelectInput(#291).
- Fix bug where plot height reset after resizing (#301).
Miscellaneous
- Improve the documentation for several functions by adding
examples.
- Fix several bugs related to plot resizing.
- Fix the bug when plot_widthnot given inplot_with_settings.
Enhancements
- Introduce nested_closeable_modal()that can create
nested popups inside an already existing popup.
- Replaces examples from runAppwithshinyApp.
- Ensure that table_with_settings()is synchronized with
the latest update ofrtables, and updated the version
dependency accordingly.
Miscellaneous
- Documentation enhancements - code formatting package names and R
objects.
- Add grDevicesto Imports.
- Specified minimal version of package dependencies.
- Improved logic and documentation for
optionalSelectInput.
Bug fixes
- Fix the rendering on modal pop-up in plots.
Miscellaneous
- Removed scdapackage dependency from examples.
- Update installation instructions in README.
Enhancements
- 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.
Bug fixes
- Added labels to pagination button in
table_with_settingsand fixed alt text.
- Fixed the html structure of panel_itemfunction.
Miscellaneous
- Added shinytest2tests forplot_with_settingsandtable_with_settings.
- Removed the DRAFTlabel on downloaded plots.
- Changed dependency type of rtablesfromImportstoSuggests.
Breaking changes
- Updated panel_groupandpanel_itemfunctions to no longer be an optional shiny input.
Enhancements
- 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 in- verbatim_popup.
Bug fixes
- Fixed bug in verbatim_popup_srvwheredisabledargument didn’t influence the popup button.
- Fixed optionalSliderInputvalidation to remove a
warning message in certain cases.
New features
- Added a new module - verbatim_popup.
New features
- Added a new widget draggable_buckets.
Enhancements
- 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).
Bug fixes
- 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.
Miscellaneous
- Initial release of teal.widgetsa package providing
shiny widgets fortealapplications.
Changes
(from behavior when functionality was part of teal)
Bug fixes
- Fixed location of pagination toggle for downloading tables using
table_with_settings.