Version 0.0.4.9000
- Added support for
%in%and!%in%operators toor_filtering_transformator. This contribution was authored by @Siddhesh2097. - Added a new module -
tm_report_manager()- for comprehensivetealreport management. - Added vignette for
tm_report_manager(). - Fixed ID conflict in
or_filtering_transformatorthat caused errors when multiple instances were used in the same Shiny app. Removed ashinyBS::bsModal()block with fixed, non-module-scoped IDs (dead code — preview is handled byshiny::showModal()), resolving duplicate element IDs across instances. - Added
updateOn = "blur"to alltextInputcontrols so that reactive updates are only triggered when the user leaves the field, reducing unnecessary re-renders while typing. Requiresshiny >= 1.11.0. - Refactored
title_footer_decoratornot 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.
Version 0.0.2
CRAN release: 2026-02-17
- Added
choicesandselectedparameters totitles_footer_decorator(#15). - Fixed an issue when
or_filtering_transformatorprinted 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)
