Skip to content

Commit 2d51e73

Browse files
authored
release 0.2.0 [skip vbump] [skip spelling] (#200)
Releasing 0.2.0 Linking with: insightsengineering/nestdevs-tasks#25
1 parent 6438718 commit 2d51e73

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

DESCRIPTION

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Package: teal.reporter
22
Title: Reporting Tools for Shiny Modules
3-
Version: 0.1.1.9020
4-
Date: 2023-07-27
3+
Version: 0.2.0
4+
Date: 2023-08-11
55
Authors@R: c(
66
person("Dawid", "Kaledkowski", , "dawid.kaledkowski@roche.com", role = "cre"),
77
person("Maciej", "Nasinski", role = "aut"),

NEWS.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
1-
# teal.reporter 0.1.1.9020
1+
# teal.reporter 0.2.0
22

33
### New features
44

55
* Added the new `RcodeBlock` block for a custom `rmarkdown` r chunk.
66
* Added the collapsible panel for the Show R Code in the previewer.
77
* Added additional input when needed to decide if "Show R Code" should be part of the rendered report.
8-
* Added the possibility to add a personalized card name when adding a card.
8+
* Added the possibility to add a personalized card name when adding a card.
99
* Added support for custom inputs for download and previewer modules.
1010

1111
### Breaking changes
@@ -36,7 +36,7 @@
3636
* Added support for the `ElementaryTree` class in the `append_table` method of `ReportCard`.
3737
* Added additional validation for the `card_fun` evaluation.
3838
* Added support for more arguments setup for a `card_fun` function in the `add_card_button_srv` module, the `card_fun` could have any subset of the possible arguments now.
39-
* Added the optional `dim` argument to the `append_plot` method in `ReportCard`.
39+
* Added the optional `dim` argument to the `append_plot` method in `ReportCard`.
4040
* Added support for `Heatmap` plots in `PictureBlock`.
4141
* Updated `append_encodings`, `append_src` and `append_fs` to automatically add titles.
4242
* Updated vignettes and README content.

0 commit comments

Comments
 (0)