diff --git a/DESCRIPTION b/DESCRIPTION index 6e769f7d0..b95c0cae8 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,7 +1,7 @@ Type: Package Package: teal.modules.general Title: General Modules for 'teal' Applications -Version: 0.4.1.9020 +Version: 0.5.0 Date: 2025-08-20 Authors@R: c( person("Dawid", "Kaledkowski", , "dawid.kaledkowski@roche.com", role = c("aut", "cre")), @@ -27,8 +27,8 @@ Depends: ggplot2 (>= 3.4.0), R (>= 4.1), shiny (>= 1.8.1), - teal (>= 0.16.0.9008), - teal.transform (>= 0.6.0.9002) + teal (>= 1.0.0), + teal.transform (>= 0.7.0) Imports: bslib (>= 0.8.0), checkmate (>= 2.1.0), @@ -59,10 +59,10 @@ Imports: stats, stringr (>= 1.4.1), teal.code (>= 0.7.0), - teal.data (>= 0.7.0), + teal.data (>= 0.8.0), teal.logger (>= 0.4.0), teal.reporter (>= 0.5.0), - teal.widgets (>= 0.4.3.9005), + teal.widgets (>= 0.5.0), tern (>= 0.9.7), tibble (>= 2.0.0), tidyr (>= 0.8.3), @@ -83,10 +83,6 @@ Suggests: VignetteBuilder: knitr, rmarkdown -Remotes: - insightsengineering/teal.transform@main, - insightsengineering/teal.widgets@main, - insightsengineering/teal@main Config/Needs/verdepcheck: haleyjeppson/ggmosaic, tidyverse/ggplot2, rstudio/shiny, insightsengineering/teal, insightsengineering/teal.transform, mllg/checkmate, tidyverse/dplyr, diff --git a/NEWS.md b/NEWS.md index 0b2b5b0ac..5883bf4ce 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,4 +1,4 @@ -# teal.modules.general 0.4.1.9020 +# teal.modules.general 0.5.0 ### Breaking changes @@ -8,19 +8,20 @@ ### Bug fixes - Fixed "Add to Report" functionality in `tm_outliers`, `tm_missing_data` and `tm_g_distribution` modules (#899 and #897). +- Fixes a bug in `tm_outliers` that fails when data has no join keys (#650). -### Miscellaneous +### Enhancements +- Improved the layout and appearance of the app using `bslib` components. - Fixed deprecation warning for `tern::stack_grobs` in `tm_g_association` (#903). +- Allow search feature in `tm_file_viewer` (#152). +- Added `remove_zero_columns` to `tm_t_crosstable` to add an option to remove empty columns (#890) # teal.modules.general 0.4.1 ### Bug fixes * Fixes output is not updated when filter is added for the modules: `tm_a_pca`, `tm_a_regression`, `tm_g_scatterplot`, `tm_g_association`, `tm_g_bivariate`, `tm_g_distribution`, `tm_g_response`, `tm_t_crosstable` (#870) -### Enhancements -* Added `remove_zero_columns` to `tm_t_crosstable` to add an option to remove empty columns (#890) - # teal.modules.general 0.4.0 ### Enhancements