·
1 commit
to main
since this release
Enhancements
- Reduced the space of the filter panel by not displaying the "add filters" UI in a separate panel.
- The deprecated parameters
code
andcheck
were removed frominit_filtered_data()
.
Bug fixes
- Fix error while creating the filter choices when the data has a factor with a level containing an empty string ("").
Breaking changes
ui_add
andsrv_add
no longer exist as adding new filters is a part ofui_active
andsrv_active
.
Miscellaneous
print.teal_slice()
andprint.teal_slices()
now return object invisibly.
What's Changed
- handle unused levels and "" choice by @gogonzo in #587
- 588 remove link to
teal
package form docs by @m7pr in #589 - 239
logger::log_shiny_input_change
by @m7pr in #590 - Bumps
{rmarkdown}
minimal version by @averissimo in #591 - revert
logger::log_shiny_input_changes
by @m7pr in #597 - Removes 'plotly_relayout' warning from console by @averissimo in #601
- Workflow propagations by @walkowif in #605
- add lookup-refs param to rhub workflow by @pawelru in #610
- Feature branch PR by @gogonzo in #603
- Add GH access token to rhub workflow by @walkowif in #615
- update readme by @pawelru in #617
- Workflow propagations by @walkowif in #618
- Allow non-standard datanames in filter data by @averissimo in #622
- add rmarkdown to VignetteBuilder by @pawelru in #626
- update min version of testthat and precommit config by @donyunardi in #627
- Update scheduled.yaml by @pawelru in #628
- Remove arguments by @llrs-roche in #630
- Fixes problem destroying objects outside a interactive console by @averissimo in #613
- Fix windows build in r-universe by @vedhav in #632
- add setup-r-dependencies by @donyunardi in #631
- Fix logger by @gogonzo in #635
- Fix
scheduled
inputs by @averissimo in #634 - issue #480 add invisible(x) to
print.teal_slice
by @jimrothstein in #636 - Support more MAE and SE versions in CI Pipelines by @m7pr in #637
- vbump teal.logger by @m7pr in #638
- vbump teal.data by @m7pr in #639
- Remove lookup-refs by @m7pr in #640
- Make sure the code chunks does not break because of warnings by @vedhav in #642
- [skip vbump] upversion v0.6.0 by @donyunardi in #643
New Contributors
- @llrs-roche made their first contribution in #630
- @jimrothstein made their first contribution in #636
Full Changelog: v0.5.1...v0.6.0