You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: NEWS.md
+22-1Lines changed: 22 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,4 +1,25 @@
1
-
# teal.modules.general 0.4.0.9001
1
+
# teal.modules.general 0.4.1.9020
2
+
3
+
### Breaking changes
4
+
5
+
- Removed the `table` object decoration in `tm_missing_data` and `tm_outliers` (#899).
6
+
- Removed the `summary_table` and `test_table` object decoration in `tm_g_distribution` (#897).
7
+
8
+
### Bug fixes
9
+
10
+
- Fixed "Add to Report" functionality in `tm_outliers`, `tm_missing_data` and `tm_g_distribution` modules (#899 and #897).
11
+
12
+
### Miscellaneous
13
+
14
+
- Fixed deprecation warning for `tern::stack_grobs` in `tm_g_association` (#903).
15
+
16
+
# teal.modules.general 0.4.1
17
+
18
+
### Bug fixes
19
+
* 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)
20
+
21
+
### Enhancements
22
+
* Added `remove_zero_columns` to `tm_t_crosstable` to add an option to remove empty columns (#890)
0 commit comments