Releases: insightsengineering/teal.reporter
Releases · insightsengineering/teal.reporter
v0.3.1
Enhancements
- Added blocking of "Download" buttons while report is rendering, using the
shinybusy
package.
What's Changed
- post-release-cleanup by @kartikeyakirar in #247
- Revert
reporter_previewer
doc change from "post-release-cleanup (#247)" by @vedhav in #254 - Re-revert doc changes for
reporter_previewer
by @vedhav in #255 - 187 color scheme for disabled button by @chlebowa in #252
- 204 Add "rendering in progress" info by @chlebowa in #253
- options for strict tests; few enhancements by @pawelru in #241
- [skip actions] [skip vbump] Revert 2 commits by @donyunardi in #266
- set to release by @gogonzo in #264
Full Changelog: v0.3.0...v0.3.1
v0.3.0
Enhancements
add_card_button_srv
allows to specifycard_fun
withlabel
parameter for card's title & content customization.- Supports automatic
Rcode
formatting using the suggestedformatR
package in reports. - Improve output on PDF file format.
What's Changed
- remove_dependencies by @m7pr in #215
- Update Installation section for CRAN + other updates of readme by @m7pr in #213
- 185 fixing table formatting in PPT outputs by @kartikeyakirar in #211
- Enable listings support & table annotations in
to_flextable
by @edelarua in #220 - 212 fixing r-code formating by @kartikeyakirar in #216
- 198 Include user's card labels when generating the report by @m7pr in #219
- 169 wrapping up the long code in the Report by @kartikeyakirar in #218
- add no_browser hook in pre-commit by @donyunardi in #222
- Focus on the card name instead of the card comment by @vedhav in #228
- define code_block function with quote not string by @chlebowa in #232
- 229 report echo code for plotting and displaying it within the R code in a PDF file. by @kartikeyakirar in #230
- Suppresses the warning message because of partial arg match by @vedhav in #233
- update repo roster link by @donyunardi in #234
- Workflow propagation by @walkowif in #235
- 238 bring back internal examples by @m7pr in #239
- 430 use
expect_no_error
in tests instead ofexpect_error(, NA)
by @m7pr in #240 - update deps of roxygenize hook by @pawelru in #242
- Propagate files from insightsengineering/.github by @insights-engineering-bot in #244
- [skip actions] Propagate files from insightsengineering/.github by @insights-engineering-bot in #245
- Pre-release activities by @donyunardi in #246
- [skip vbump] Release candidate v0.3.0 by @donyunardi in #249
New Contributors
- @kartikeyakirar made their first contribution in #211
- @vedhav made their first contribution in #228
Full Changelog: v0.2.1...v0.3.0
v0.2.1
Miscellaneous
- Specify minimal version of dependent packages.
- Fixed CRAN requirements for the first CRAN submission.
- Removed manual pages for non-exported objects.
What's Changed
- Workflow propagation by @walkowif in #202
- Add CRAN release template by @walkowif in #205
- 471 precommit dependencies by @chlebowa in #207
- Adds min package version by @averissimo in #194
- 208 CRAN requirements for the first submission [skip vbump] by @m7pr in #209
New Contributors
- @chlebowa made their first contribution in #207
- @averissimo made their first contribution in #194
- @m7pr made their first contribution in #209
Full Changelog: v0.2.0...v0.2.1
v0.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.
Breaking changes
- Simplified
reporter_previewer_ui
to contain justid
argument.
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.
Miscellaneous
- Updated
append_src
method ofTealReportCard
to not add additional "R Code" Subtitle.
What's Changed
- [skip vbump] Dev version with 9xxx by @arkadiuszbeer in #157
- Enable multiline comments in report previewer and focus on 'add card' comment box by @asbates in #155
- RcodeBlock and optional R code (#161) by @Polkas in #166
- Add coverage badge by @walkowif in #167
- Enable checks for
workflow_dispatch
event by @walkowif in #168 - support the toc by @Polkas in #170
- edit card name by @mhallal1 in #172
- Badges and contribution guidelines by @insights-engineering-bot in #175
- optional download/previewer inputs - reporter by @Polkas in #173
- knitr::include_graphics by @Polkas in #176
- init the new modal for removal of a card in the previewer by @Polkas in #178
- fix typo Download by @donyunardi in #174
- Update check as-cran and default landing page by @walkowif in #181
- Update
rtables
staged dep by @edelarua in #183 - Change color of buttons in modals by @asbates in #186
- Workflow updates by @walkowif in #184
- Update workflows by @walkowif in #188
- Workflow propagations by @walkowif in #190
- Refactor of the filter-panel by @gogonzo in #191
- Move TealReportCard to teal by @gogonzo in #192
- empty by @gogonzo in #193
- Update install by @gogonzo in #195
- release 0.2.0 [skip vbump] [skip spelling] by @donyunardi in #200
New Contributors
- @asbates made their first contribution in #155
- @walkowif made their first contribution in #167
- @edelarua made their first contribution in #183
Full Changelog: v0.1.1...v0.2.0
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
v0.1.0
- Initialize the package.