Skip to content

Data Capture Library 0.1.0-alpha05

Pre-release
Pre-release
Compare
Choose a tag to compare
@Tarun-Bhardwaj Tarun-Bhardwaj released this 15 Oct 16:08
· 774 commits to master since this release
a11d04c

This 0.1.0-alpha05 release of the data capture library adds support for choice and open-choice questions as well as handling ValueSets and ValueSet lookups within questionnaires. It also includes updates to existing features and bug fixes.

New features:

  • New widget: dialog with checkboxes #606
  • Add support open-choice item using a dialog #689
  • Support for hidden fields #656
  • Choice item answer lookups via contained ValueSet answerOptions #612
  • Callback API for answerOption lookup from referenced ValueSet Resource #613

Bug fixes: (Includes bugs that may have been part of the earlier releases)

  • QuestionResponseItem with initial value #755
  • Hidden extension to hide question item #683
  • Applying validation on bind to keep validation message relavant to current questionnaireItemViewItem #673
  • Set values to date and time widget if answer already present #649
  • Fix bug with date and date time widgets where you cannot reenter without moving away #208