Skip to content

v0.2.0

Compare
Choose a tag to compare
@github-actions github-actions released this 14 Oct 01:26
· 184 commits to main since this release
6e5ab0c

Breaking changes

  • Updated panel_group and panel_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 the plot_with_settings module.
  • Added style argument to verbatim_popup_srv to control whether the content is styled using styler::style_text.
  • condition objects can now be displayed in verbatim_popup.

Bug fixes

  • Fixed bug in verbatim_popup_srv where disabled 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

New Contributors

Full Changelog: v0.1.1...v0.2.0