Changelog
Source:NEWS.md
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
runApp
withshinyApp
. - 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_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
.
teal.widgets 0.2.0
Breaking changes
- Updated
panel_group
andpanel_item
functions to no longer be an optional shiny input.
Enhancements
- 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
.
teal.widgets 0.1.1
Enhancements
- 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).