This file describes API changes in /client/component/performelement_short_text,
information provided here is intended especially for developers.

=== 14.0 ===
* Replaced several components to centralise common functionality improving consistency and reducing duplication
    * ShortTextElementAdminDisplay.vue replaced with ShortTextAdminView.vue
    * ShortTextElementAdminForm.vue replaced with ShortTextAdminEdit.vue
    * ShortTextElementAdminReadOnlyDisplay.vue replaced with ShortTextAdminSummary.vue
* Removed ShortTextElementParticipantResponse.vue, generic ResponseDisplay.vue component is used instead
* Replaced ShortTextElementParticipantForm.vue with ShortTextParticipantForm.vue
* Updated ShortTextParticipantForm.vue to have more control of it's display and to handle switching
  between difference states using a generic helper component ElementParticipantFormContent.
    * Changed validation to use core validation rules where possible
    * Changes to template (wrapping the formScope with helper component), SCSS & lang strings