Skip to content

v0.6.0

Latest

Choose a tag to compare

@insights-engineering-bot insights-engineering-bot released this 13 Dec 03:13
· 4 commits to main since this release
3976fc5

Enhancements

  • Modules now return a teal_report object that contains the data, code and reporter. All the reporter buttons were removed from the modules' UI.
  • Support case when both variables are categorical in association and bivariate plots.
  • Improve tm_missing_data visualization (#495).

What's Changed

  • 📑 Reporter Refactor: Adds support for new teal_report and teal_card class by @averissimo in #884
  • Refactor conditional statement for inner_classes check by @m7pr in #916
  • Address issues related to testing with shinytest2 the examples by @llrs-roche in #915
  • Fixes tm_g_distribtution from not properly creating report by @averissimo in #921
  • Remove source code button from modules' encoding panel by @averissimo in #917
  • Warn and create an empty table by @llrs-roche in #930
  • restructure sections by @gogonzo in #931
  • changed TealAppDriver constructor by @gogonzo in #927
  • remove module's hardcoded titles from teal_cards by @m7pr in #934
  • Remove ggmosaic by @llrs-roche in #940
  • Fixes plot settings that did not have an accordion wrapper by @averissimo in #939
  • Generate plots inside qenv for the reporter by @llrs-roche in #941
  • fix integration tests - could not find function "select" by @m7pr in #945
  • Increase timeout in some tests in Integration tests by @m7pr in #946
  • increase timeouts by @m7pr in #950
  • Adds rmarkdown module by @averissimo in #944
  • WIP: Fixes example testing via shinytest2 by @averissimo in #947
  • Replace table by plot on tm_missing_data by @llrs-roche in #922
  • Adds back support where 2 categorical variables are used in association and bivariate plots by @averissimo in #949
  • [skip vbump] upversion 0.6.0 by @donyunardi in #954

Full Changelog: v0.5.0...v0.6.0