v0.1.1
New features
- Added the
Archiver
class which enables saving and loading back theReport
in theshiny
session.
Breaking changes
- Updated
append_fs
method in theTealReportCard
to accept alist
object.
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.
Bug fixes
- Fixed how
trellis
plots are catched by theset_content
method in thePictureBlock
.
Miscellaneous
- Added
to_list
andfrom_list
methods to all content related classes. - Decoupled the
metadata
andcontent
in theReportCard
.
What's Changed
- fix news by @gogonzo in #77
- Contribution guide updates by @insights-engineering-bot in #79
- 43 decouple@main by @Polkas in #78
- docs: replaced github links with pkgdown links by @kpagacz in #82
- Update TableBlock.R by @Polkas in #83
- try for card_fun by @Polkas in #87
- add_card_button_srv - card_fun by @Polkas in #93
- 6 archive@main by @Polkas in #80
- Update staged_dependencies.yaml by @Polkas in #84
- append_fs accepts a list by @Polkas in #97
- append_plot - grid::grid.draw for trellis by @Polkas in #101
- optional height and width arguments to the append_plot method by @Polkas in #100
- update README by @nikolas-burkoff in #102
- Update installation instructions by @nikolas-burkoff in #109
- update staged.deps by @mhallal1 in #104
- Handle report generation for CI by @cicdguy in #110
- update for teal.goshawk by @nikolas-burkoff in #103
- Update Rbuildignore and add auto-updates by @insights-engineering-bot in #111
- try render and check for pdflatex by @Polkas in #108
- staged deps for teal.osprey by @denisovan31415 in #114
- Revert "staged deps for teal.osprey" by @nikolas-burkoff in #115
- update reporter + staged.deps by @mhallal1 in #113
- add staged.deps by @nikolas-burkoff in #116
- Update pre-commit config to detect
_pkgdown.y[a]ml
by @insights-engineering-bot in #118 - Update staged_dependencies.yaml for teal.modules.helios by @danielinteractive in #117
- update append_fs by @mhallal1 in #119
- Update font awesome icon labels for FA 6 by @cicdguy in #123
- 120 append fs title@main by @mhallal1 in #121
- Update documentation workflow by @insights-engineering-bot in #124
- css and buttons by @Polkas in #122
- Update SimpleReporter.R by @Polkas in #125
- reporter buttons by @Polkas in #127
- Update check.yaml by @arkadiuszbeer in #132
- fix #133 update DESCRIPTION file to address the NOTES from R CMD check by @donyunardi in #135
- teal.reporter - bs345 by @Polkas in #134
- NEWS by @mhallal1 in #140
- Make document types names more friendly by @nikolas-burkoff in #143
- UAT feedback by @mhallal1 in #146
- disable the add card button when clicked by @Polkas in #151
- [skip vbump] Release for version 0.1.1 by @insights-engineering-bot in #153
New Contributors
- @denisovan31415 made their first contribution in #114
- @danielinteractive made their first contribution in #117
- @donyunardi made their first contribution in #135
Full Changelog: v0.1.0...v0.1.1