Skip to content

Commit 311a391

Browse files
committed
[skip vbump] upversion v0.4.0
1 parent 1cec0cd commit 311a391

File tree

2 files changed

+14
-9
lines changed

2 files changed

+14
-9
lines changed

DESCRIPTION

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Type: Package
22
Package: teal.modules.general
33
Title: General Modules for 'teal' Applications
4-
Version: 0.3.0.9091
4+
Version: 0.4.0
55
Date: 2025-02-25
66
Authors@R: c(
77
person("Dawid", "Kaledkowski", , "[email protected]", role = c("aut", "cre")),
@@ -48,7 +48,7 @@ Imports:
4848
lattice (>= 0.18-4),
4949
lifecycle (>= 0.2.0),
5050
MASS (>= 7.3-61),
51-
rtables (>= 0.6.8),
51+
rtables (>= 0.6.11),
5252
scales (>= 1.3.0),
5353
shinyjs (>= 2.1.0),
5454
shinyTree (>= 0.2.8),
@@ -62,7 +62,7 @@ Imports:
6262
teal.logger (>= 0.3.1),
6363
teal.reporter (>= 0.4.0),
6464
teal.widgets (>= 0.4.3),
65-
tern (>= 0.9.5),
65+
tern (>= 0.9.7),
6666
tibble (>= 2.0.0),
6767
tidyr (>= 0.8.3),
6868
tools,

NEWS.md

Lines changed: 11 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,21 @@
1-
# teal.modules.general 0.3.0.9091
1+
# teal.modules.general 0.4.0
22

3+
### Enhancements
4+
* Introduced `transformators` and `decorators` argument to modules (#863, #1441).
5+
* Modules' Show R Code widgets include library calls and their code is styled with `styler` package (#847, #786).
36
* Removed `Show Warnings` modals from modules.
7+
8+
### Miscellaneous
49
* Soft deprecated `datasets_selected` argument of modules in favor of `datanames`.
510
* Soft deprecated `show_metadata` argument of `tm_front_page()` in favor of `datanames`.
6-
* Modules' Show R Code widgets include library calls and their code is styled with `styler` package (#847, #786).
7-
8-
### Enhancements
9-
1011
* Added `teal.logger` functionality for logging changes in shiny inputs in all modules.
12+
* All example data is now sourced from `teal.data` (#818).
13+
* Update `tm_g_distribution` to not start with validation error (#823).
1114

1215
### Bug fixes
13-
* Fixed a bug in `tm_missing_data` in "Group by Subject" that was not using reactive data call.
16+
* Fixed a bug in `tm_missing_data` in "Group by Subject" that was not using reactive data call (#772).
17+
* Fixed out-of-bound labels for `tm_g_regression` (#66).
18+
* Fixed a bug in `tm_g_association` where the app would crash when a selected categorical variable was a factor instead of a character (#645).
1419

1520
# teal.modules.general 0.3.0
1621

0 commit comments

Comments
 (0)