·
5 commits
to main
since this release
Enhancements
- Improved the layout and appearance of the app using
bslib
components. - Added argument
conf_type
to moduletm_g_km
to allow users to set a confidence interval type for median survival time estimation. - Added
denom
argument intm_t_binary_outcome
module. - Update
withr
dependency version.
Bug fixes
- Fixed bug in
tm_t_events
to return sorted table (#1393). - Fixed "Add to Report" failures in
tm_g_pp_adverse_events
,tm_g_pp_therapy
,tm_t_pp_basic_info
,tm_t_pp_laboratory
andtm_t_pp_prior_medication
modules (#1404).
Breaking changes
- Removed the
table
object decoration intm_g_pp_adverse_events
,tm_g_pp_therapy
(#1404). - Deprecated the
decorators
argument intm_t_pp_basic_info
,tm_t_pp_laboratory
andtm_t_pp_prior_medication
(#1404).
What's Changed
- Implement bslib and use Bootstrap 5 by @vedhav in #1359
- Add the
conf_type
argument totm_g_km()
by @edelarua in #1361 - Adds
denom
argument totm_t_binary_outcome
module by @averissimo in #1366 - 1369 table should be the last object that is returned in
tm_t_events
by @m7pr in #1372 - Final UI and bslib changes by @vedhav in #1370
- Replace
switchInput
withinput_switch
by @vedhav in #1385 - Remove dev_suppress by @gogonzo in #1387
- Fix minimal versions for scheduled actions by @llrs-roche in #1389
- Adding new module using
summarize_glm_count
by @llrs-roche in #1386 - chore: bump teal.logger dependency to 0.4.0 and remove from Remotes by @m7pr in #1395
- fix sorting in
tm_t_events
by @kumamiao in #1394 - Use the the new add button for adding a card by @vedhav in #1400
- Final UI/UX changes by @vedhav in #1405
- Bump version of shiny to support
bslib
and align withteal
's minshiny
version by @vedhav in #1410 - Update modules' code for reproducibility by @llrs-roche in #1399
- Fixes failing "Add to Report" for modules that have
DT
table visualization by @averissimo in #1411 - Update lifecycle badges by @m7pr in #1412
- chore: bump teal.code dependency to 0.7.0 and remove from Remotes by @m7pr in #1413
- chore: bump teal.reporter dependency to 0.5.0 and remove from Remotes by @m7pr in #1414
- [skip vbump] upversion v0.11.0 by @donyunardi in #1415
New Contributors
Full Changelog: v0.10.0...v0.11.1