v0.2.0
Breaking changes
- Updated
panel_group
andpanel_item
functions to no longer be an optional shiny input.
Enhancements
- Updated
standard_layout
function to contain class not id for each output block. - Added the
dim
slot to the list returned by theplot_with_settings
module. - Added
style
argument toverbatim_popup_srv
to control whether the content is styled usingstyler::style_text
. condition
objects can now be displayed inverbatim_popup
.
Bug fixes
- Fixed bug in
verbatim_popup_srv
wheredisabled
argument didn't influence the popup button. - Fixed
optionalSliderInput
validation to remove a warning message in certain cases.
New features
- Added a new module -
verbatim_popup
.
What's Changed
- fix news by @gogonzo in #57
- Contribution guide updates by @insights-engineering-bot in #58
- feat: added a
verbatim_popup
module by @kpagacz in #59 - Update plot_with_settings.R - dim slot by @Polkas in #63
- update installation instructions by @nikolas-burkoff in #64
- Update Rbuildignore and add auto-updates by @insights-engineering-bot in #65
- Update pre-commit config to detect
_pkgdown.y[a]ml
by @insights-engineering-bot in #67 - Update staged_dependencies.yaml for teal.modules.helios by @danielinteractive in #66
- Update font awesome icon labels for FA 6 by @cicdguy in #70
- Update table_with_settings.R by @Polkas in #71
- Update documentation workflow by @insights-engineering-bot in #73
- update css by @Polkas in #68
- add style argument to verbatim_popup_srv by @nikolas-burkoff in #74
- Merge pre-release to main by @cicdguy in #78
- fix disabling verbatim popup button by @nikolas-burkoff in #81
- Update check.yaml by @arkadiuszbeer in #79
- Fix Title and Description field in DESCRIPTION file by @donyunardi in #83
- allow trace for invalid quosures by @nikolas-burkoff in #86
- Update table_with_settings.R by @Polkas in #87
- optionalSliderInput - out of range by @Polkas in #89
- teal.widgets - bs345 by @Polkas in #84
- Removing if condition for by @arkadiuszbeer in #85
- [skip vbump] Release for version 0.2.0 by @insights-engineering-bot in #93
New Contributors
- @danielinteractive made their first contribution in #66
- @donyunardi made their first contribution in #83
Full Changelog: v0.1.1...v0.2.0