Changelog
Source:NEWS.md
teal.reporter 0.5.0
Breaking changes
- The functions
reporter_previewer_ui()
andreporter_previewer_srv()
are deprecated and will be removed in a future release. Please migrate to using the underlying shiny modules independently:
Enhancements
- Moves
finalize()
methods to private in R6 classes. - Improved the layout and appearance of the reporter with new UI design.
- Added
preview_report_button_ui
andpreview_report_button_srv
to create a shiny module that creates a button to open the report previewer in a modal. - Improve error message when reporter zip file is not named correctly (#365)
teal.reporter 0.4.0
CRAN release: 2025-01-24
Enhancements
- Reports can now be reloaded. A zip file containing the report can be uploaded to restore the state of the Previewer.
- Report cards are now included in bookmarks. When using the
shiny
bookmarking mechanism, existing report cards will be available in the restored application. - HTML content can now be added to the report.
teal.reporter 0.2.0
New features
- Added the new
RcodeBlock
block for a customrmarkdown
r chunk. - Added the collapsible panel for the Show R Code in the previewer.
- Added additional input when needed to decide if “Show R Code” should be part of the rendered report.
- Added the possibility to add a personalized card name when adding a card.
- Added support for custom inputs for download and previewer modules.
Enhancements
- Changed modal button colors to align with their purpose and with other modals.
- Updated the
AddCardModule
comment input to have an active cursor when adding a card. - Updated report previewer to support preview of multiline comment.
- Added support for a table of contents for reporter documents.
- Added support for global
knitr
options in the render method in the Render class. - Improved look of the remove card modal in the previewer module.
teal.reporter 0.1.1
New features
- Added the
Archiver
class which enables saving and loading back theReport
in theshiny
session.
Enhancements
- Added support for the
ElementaryTree
class in theappend_table
method ofReportCard
. - Added additional validation for the
card_fun
evaluation. - Added support for more arguments setup for a
card_fun
function in theadd_card_button_srv
module, thecard_fun
could have any subset of the possible arguments now. - Added the optional
dim
argument to theappend_plot
method inReportCard
. - Added support for
Heatmap
plots inPictureBlock
. - Updated
append_encodings
,append_src
andappend_fs
to automatically add titles. - Updated vignettes and README content.
- Made the document type names more user friendly when downloading the report.
- Improved the add reporter card button to be disabled when clicked.