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
+20-4Lines changed: 20 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,12 +1,28 @@
1
-
# teal.modules.general 0.4.1.9006
1
+
# teal.modules.general 0.5.0.9000
2
2
3
-
# teal.modules.general 0.4.1
3
+
# teal.modules.general 0.5.0
4
+
5
+
### Breaking changes
6
+
7
+
- Removed the `table` object decoration in `tm_missing_data` and `tm_outliers` (#899).
8
+
- Removed the `summary_table` and `test_table` object decoration in `tm_g_distribution` (#897).
4
9
5
10
### Bug fixes
6
-
* 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)
11
+
12
+
- Fixed "Add to Report" functionality in `tm_outliers`, `tm_missing_data` and `tm_g_distribution` modules (#899 and #897).
13
+
- Fixes a bug in `tm_outliers` that fails when data has no join keys (#650).
7
14
8
15
### Enhancements
9
-
* Added `remove_zero_columns` to `tm_t_crosstable` to add an option to remove empty columns (#890)
16
+
17
+
- Improved the layout and appearance of the app using `bslib` components.
18
+
- Fixed deprecation warning for `tern::stack_grobs` in `tm_g_association` (#903).
19
+
- Allow search feature in `tm_file_viewer` (#152).
20
+
- Added `remove_zero_columns` to `tm_t_crosstable` to add an option to remove empty columns (#890)
21
+
22
+
# teal.modules.general 0.4.1
23
+
24
+
### Bug fixes
25
+
* 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)
0 commit comments