insights-engineering-bot
released this
13 Feb 21:21
·
58 commits
to main
since this release
Miscellaneous
- Added placeholders for
assaySpec
,adtteSpec
andgeneSpec
inputs when no option is selected. - Disabled the select input for
assaySpec
andadtteSpec
when there are no options available. - For module developers: The module gets
teal_data
object in the UI andreactive(<teal_data>)
in the server
Enhancements
- Updated the documentation and vignettes with the new way of specifying data for
teal::init()
. Thedata
argument acceptsteal_data
object.
What's Changed
- Workflow propagation by @walkowif in #328
- Use token in spelling workflow by @walkowif in #329
- Disable dropdown on encondings if no option is available by @averissimo in #332
- Only retain hard dependencies from pre-commit hooks by @averissimo in #333
- 330 Fix integration test (update adtteSpec snapshott) by @BFalquet in #334
- 198 Include user's card labels when generating the report by @kartikeyakirar in #336
- 339 migrate to teal data@main by @m7pr in #342
- add teal.data in package imports by @donyunardi in #347
- Using
teal_data
in the modules instead oftdata
by @vedhav in #344 - Workflow propagation by @walkowif in #350
- silent logger in tests by @pawelru in #353
- Fix pkgdown redirect by @vedhav in #356
- Fix broken examples by @vedhav in #351
- 355: Add
load_timeout = 30000
toAppDriver::new()
calls by @danielinteractive in #357 - new release by @danielinteractive in #358
New Contributors
- @averissimo made their first contribution in #332
- @kartikeyakirar made their first contribution in #336
Full Changelog: v0.1.5...v0.1.6