Skip to content

v0.2.16

Choose a tag to compare

@insights-engineering-bot insights-engineering-bot released this 14 Aug 13:44
· 320 commits to main since this release
4cb69ed

Breaking changes

  • Replaced chunks with simpler qenv class.
  • Replaced datasets argument containing FilteredData with the new arguments data (tdata object) and filter_panel_api (FilterPanelAPI).

Enhancements

  • Added parent_dataname argument to tm_variable_browser and tm_missing_data to allow specification of parent dataset for these modules.
  • Improved UI labels and plot panel title in tm_g_association.
  • Added inputs tm_variable_browser module for text size and plot theme.
  • Forced ggplot theme to be always selected in all modules.
  • Updated encodings input checks to use shinyvalidate::InputValidator instead of shiny::validate for better UI experience.

Bug fixes

  • Fixed a bug in tm_g_scatterplot when selected x and y facets were the same.
  • Fixed a bug in tm_g_distribution to plot the theoretical distribution with newer ggplot2 version.
  • Fixed a bug in tm_g_bivariate when adding lines checkbox was available if one of x or y was deselected.
  • Fixed a bug in tm_variable_browser when changing filters would reset the selected variable to the first on the list.

Miscellaneous

  • Removed scda package dependency from examples.
  • Replaced deprecated ggplot2 functions ..count.., ..density.. and ..prop...
  • Version bump on forcats dependency.

What's Changed

New Contributors

Full Changelog: v0.2.15...v0.2.16