Changelog
teal.transform 0.1.1
Breaking changes
- Removed the (previously deprecated)
input_id
argument todata_merge_module
. - Updated
choices_selected
so that allselected
values must be validchoices
. When using delayed resolving the invalid selected are removed and a warning is thrown to the logs, in other cases an error is thrown.
teal.transform 0.1.0
Changes (from behavior when functionality was part of teal
)
New features
- Added new argument
ordered
forselect_spec()
to flag whether order of the selection should be tracked.
Miscellaneous
- The
get_relabel_call
function now returnsformatters::var_relabel
instead ofteal.data::var_relabel
.