Skip to content

v0.3.0

Compare
Choose a tag to compare
@github-actions github-actions released this 22 May 18:08
· 108 commits to main since this release
3eb5fcd

New Features

  • Added Queue class with updated unit tests.

Enhancements

  • Updated error messages for choices_labeled(), variable_choices() and value_choices() to be more informative.
  • Updated data_extract to be compatible with shinyvalidate: data_extract_srv and data_extract_multiple_srv accept shinyvalidate validation rules and their return objects now include shinyvalidate::InputValidator(s).
  • Added helper function compose_and_enable_validators to simplify enabling shinyvalidate::InputValidators returned from data_extract_multiple_srv.

Bug fixes

  • Fixed a bug in data_extract_filter_srv when app developer sets a selected value.

Miscellaneous

  • Examples use scda.2022 instead of scda.2021

What's Changed

New Contributors

Full Changelog: v0.2.0...v0.3.0