·
23 commits
to main
since this release
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_moduleandshow_rcode_modalthat were deprecated in 0.16.0.
New features
initandsrv_tealhave newreporterparameter, that allows to pre-defineteal.reporter::Reporterobject to be
used for storing the content of the report. You can also globally disable reporting by settingreporter = NULL
(anddisable = TRUEinui_tealfor cases whenui_tealis 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_reportandteal_cardclass 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
renderUIby @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_srvby @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
Full Changelog: v1.0.0...v1.1.0