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-8Lines changed: 8 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,20 +1,20 @@
1
-
# teal 0.15.2.9131
1
+
# teal 0.16.0
2
2
3
3
### New features
4
4
5
-
* Possible to call `ui_teal` and `srv_teal` directly in any application by delivering `data` argument as a `reactive` returning `teal_data` object. #669
6
-
* Since introduction of `ui_teal` and `srv_teal` functions`id` argument in `init` is being deprecated. #1438
5
+
* Possible to call `ui_teal` and `srv_teal` directly in any application by delivering `data` argument as a `reactive` returning `teal_data` object (#669).
6
+
* Since introduction of `ui_teal` and `srv_teal` functions, the `id` argument in `init` is being deprecated (#1438).
7
7
* Introduce `ui_session_info` and `srv_session_info` shiny module to create the user session info and teal app lockfile download button.
8
-
* Introduced `teal_transform_module` to provide a way to interactively modify data delivered to `teal_module`'s `server` and to decorate module outputs. #1228#1384
8
+
* Introduced `teal_transform_module` to provide a way to interactively modify data delivered to `teal_module`'s `server` and to decorate module outputs, along with a vignette to demonstrate its usage (#1228,#1384).
9
9
* Introduced a new argument `once = FALSE` in `teal_data_module` to possibly reload data during a run time.
10
-
* Possibility to download lockfile to restore app session for reproducibility. #479
10
+
* Possibility to download lockfile to restore app session for reproducibility (#479).
11
11
* Datasets which name starts with `.` are ignored when `module`'s `datanames` is set as `"all"`.
12
-
* Added warning when reserved `datanames`, such as `all` and `.raw_data` are being used.
12
+
* Added warning when reserved `datanames`, such as `all` and `.raw_data` are being used.
13
13
* Added `add_custom_server()` to allow adding custom server logic to the main shiny server function of a teal app.
14
14
15
15
### Breaking changes
16
16
17
-
* Setting `datanames()` on `data` passed to teal application no longer has effect. In order to change `teal_module`'s
17
+
* Setting `datanames()` on `data` passed to teal application no longer has effect. In order to change `teal_module`'s
18
18
`datanames` one should modify `module$datanames`.
19
19
*`landing_popup_module()` is deprecated. Please use `add_landing_modal()` function to add a landing popup for your teal application.
20
20
*`teal` no longer re-export `%>%`. Please load `library(magrittr)` instead or use `|>` from `base`.
@@ -24,7 +24,7 @@
24
24
### Enhancement
25
25
26
26
* Enhanced a system of data validation and a display of error messages.
27
-
* Easier way of to call `javascript` events by setting `$(document).ready(function() { ... })`. #1114
27
+
* Easier way of to call `javascript` events by setting `$(document).ready(function() { ... })` (#1114).
28
28
* Provided progress bar for modules loading and data filtering during teal app startup.
29
29
* Filter mapping display has a separate icon in the tab.
30
30
* Environment of the `data` passed to the `teal_module`'s server consists unfiltered datasets contained in `.raw_data`.
0 commit comments