Skip to contents

Version 0.0.4.9000

  • 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.
  • 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.

Version 0.0.3

CRAN release: 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)

Version 0.0.2

CRAN release: 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)