Changelog
Source:NEWS.md
teal.widgets 0.5.0
Enhancements
- Improved the layout and appearance of the widgets using
bslibcomponents (#288).
Breaking changes
-
panel_group()andpanel_item()are soft deprecated. Please use thebslib::accordion()andbslib::accordion_panel()instead. -
nested_closeable_modal()was soft deprecated.
teal.widgets 0.4.2
CRAN release: 2023-12-14
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.
teal.widgets 0.3.0
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.
teal.widgets 0.2.0
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 inverbatim_popup.
teal.widgets 0.1.1
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).