SurveyJS Dashboard v1.12.21
Released: Jan 28, 2025
Aggiornamenti in v1.12.21
Funzionalità
- Conditional Visibility for Rating Scale Items:
- You can now set conditional visibility rules for Rating Scale items. To conditionally show a rating scale item, specify the
visibleIf expression within a rate item configuration object.
- Form Library API:
- Adds a new
onDynamicPanelValueChanging event to the Form Library API. Its options argument contains the old and new values of a modified field within a Dynamic Panel and allows you to retrieve the old value or modify the new value if needed.
Correzioni
- The
Cannot read properties of undefined (reading 'id') exception was thrown when implementing the survey.onAfterRenderQuestionInput function.
- A question with name "0" didn't appear correctly within a condition editor.
- Page title and description placeholders and question adorner texts were not updated when changing
creator.locale at runtime.