Skip to content

v1.1.0

Latest

Choose a tag to compare

@insights-engineering-bot insights-engineering-bot released this 17 Nov 13:58
· 23 commits to main since this release
4274680

Deprecations and removals

  • Removed ui_teal_with_splash, srv_teal_with_splash, new_tdata, tdata2env, get_code_tdata, join_keys.tdata, get_metadata,
    as_tdata, landing_popup_module and show_rcode_modal that were deprecated in 0.16.0.

New features

  • init and srv_teal have new reporter parameter, that allows to pre-define teal.reporter::Reporter object to be
    used for storing the content of the report. You can also globally disable reporting by setting reporter = NULL
    (and disable = TRUE in ui_teal for cases when ui_teal is used as shiny module).

What's Changed

  • call plot() to render the plot by @donyunardi in #1584
  • Add option to move sidebar to the right by @vedhav in #1590
  • 📑 Reporter Refactor: Adds support for new teal_report and teal_card class by @averissimo in #1541
  • remove unnecessary call by @gogonzo in #1598
  • Cheatsheet by @chizapoth in #1595
  • delete wrong @return by @gogonzo in #1602
  • Show/Hide reporter UI when teal UI is generated by renderUI by @vedhav in #1606
  • Add show r code to main ui of teal by @averissimo in #1592
  • Fixes remotes section in description by @averissimo in #1610
  • Fix the style for the broken modules tree by @vedhav in #1618
  • handle show R code button visibility with verbatim_popup_srv by @m7pr in #1616
  • Add comprehensive test coverage for teal_modifiers.R and init.R to improve package coverage by @Copilot in #1623
  • include teal-slices yaml in the Data filtering section by @gogonzo in #1634
  • Restore reporter cards by @gogonzo in #1635
  • Teal app driver changes by @gogonzo in #1633
  • Update report in custom modules vignette for new teal.reporter by @llrs-roche in #1593
  • Reuse module's label as default Card's name by @m7pr in #1636
  • Simplify after function by @llrs-roche in #1630
  • Fix inconsistent error tooltip colors between reporter and source code modules by @Copilot in #1639
  • docs: update documentation with new teal.reporter option by @osenan in #1640
  • Fixes integration tests by @averissimo in #1644
  • improve covr tests + remove deprecated functions by @m7pr in #1646
  • Enhance documentation for teal module reporting by @m7pr in #1648
  • [skip vbump] Release candidate v1.1.0 by @llrs-roche in #1649

New Contributors

  • @Copilot made their first contribution in #1623
  • @osenan made their first contribution in #1640

Full Changelog: v1.0.0...v1.1.0