Skip to content

v0.4.0

Choose a tag to compare

@insights-engineering-bot insights-engineering-bot released this 28 Feb 15:14
· 72 commits to main since this release
469d2d6

Enhancements

  • Introduced transformators and decorators argument to modules (#863).
  • Modules' Show R Code widgets include library calls to boost reproducibility (#786).
  • Removed Show Warnings modals from modules.

Miscellaneous

  • Soft deprecated datasets_selected argument of modules in favor of datanames.
  • Soft deprecated show_metadata argument of tm_front_page() in favor of datanames.
  • Added teal.logger functionality for logging changes in shiny inputs in all modules.
  • All example data is now sourced from teal.data.
  • Update tm_g_distribution to not start with validation error (#823).

Bug fixes

  • Fixed a bug in tm_missing_data in "Group by Subject" that was not using reactive data call (#772).
  • Fixed out-of-bound labels for tm_g_regression (#66).
  • Fixed a bug in tm_g_association where the app would crash when a selected categorical variable was a factor instead of a character (#645).

What's Changed

New Contributors

Full Changelog: v0.3.0...v0.4.0