Skip to content

v0.1.15

Compare
Choose a tag to compare
@insights-engineering-bot insights-engineering-bot released this 14 Aug 13:45
· 103 commits to main since this release
122c310

Enhancements

  • Updated encodings input checks to use shinyvalidate::InputValidator instead of shiny::validate for better UI experience.
  • Added a tooltip to value input of ui_arbitrary_lines to explain how to supply multiple values.

Breaking changes

  • Constraints range is calculated on the filtered data instead of the unfiltered.
  • Replaced chunks with simpler qenv class.
  • Replaced datasets argument containing FilteredData with the new arguments data (tdata object) and filter_panel_api (FilterPanelAPI).

Miscellaneous

  • Deprecated tm_g_gh_scatterplot. Use tm_g_gh_correlationplot instead.
  • Removed scda package dependency from examples.

What's Changed

New Contributors

Full Changelog: v0.1.14...v0.1.15