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
+8-5Lines changed: 8 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,4 +1,6 @@
1
-
# teal.modules.general 0.4.1.9020
1
+
# teal.modules.general 0.5.0.9001
2
+
3
+
# teal.modules.general 0.5.0
2
4
3
5
### Breaking changes
4
6
@@ -8,19 +10,20 @@
8
10
### Bug fixes
9
11
10
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).
11
14
12
-
### Miscellaneous
15
+
### Enhancements
13
16
17
+
- Improved the layout and appearance of the app using `bslib` components.
14
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)
15
21
16
22
# teal.modules.general 0.4.1
17
23
18
24
### Bug fixes
19
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)
20
26
21
-
### Enhancements
22
-
* Added `remove_zero_columns` to `tm_t_crosstable` to add an option to remove empty columns (#890)
0 commit comments