NEWS
uteals 0.0.5.9000
uteals 0.0.5 (2026-07-09)
- Added support for
%in% and !%in% operators to or_filtering_transformator. This contribution was authored by @Siddhesh2097.
- Added a new module -
tm_report_manager() - for comprehensive teal report management.
- Added vignette for
tm_report_manager().
- Fixed ID conflict in
or_filtering_transformator that caused errors when multiple instances were used in the same Shiny app. Removed a shinyBS::bsModal() block with fixed, non-module-scoped IDs (dead code — preview is handled by shiny::showModal()), resolving duplicate element IDs across instances.
- Added
updateOn = "blur" to all textInput controls so that reactive updates are only triggered when the user leaves the field, reducing unnecessary re-renders while typing. Requires shiny >= 1.11.0.
- Refactored
title_footer_decorator not to overwrite the first row of the TABLE.ID column in the imported file. This change allows for importing files that have meaningful data in the first row.
- Allowed to deselect the title in
title_footer_decorator.
- Added a button for CSV download for
tm_report_manager module. #46
uteals 0.0.3 (2026-04-13)
- Refactored the
merge_levels_transformator to handle the predefined inputs to the transformator (#25).
- Added new
watermark_decorator (#23).
- Changed the example to a working one in
create_rel_risk_transformator (#27)
- Changed the example to a working one in
ggplot_decorator (#28)
uteals 0.0.2 (2026-02-17)
- Added
choices and selected parameters to titles_footer_decorator (#15).
- Fixed an issue when
or_filtering_transformator printed a whole dataset when adding the output to the report (#16).
- Added reset button and removing rows. Fixed bugs. (#18)
- Fixed bug in
merge_column_levels_transformator - reset & close buttons sequentially works as expected (#19)