SurveyJS Dashboard v2.5.19
Released: Apr 7, 2026
Actualizaciones en v2.5.19
Características
- Survey Creator: Display Language Names in English
- Added a new
useEnglishLanguageNames property to ICreatorOptions. Enable this property to display language names in English across the Translations tab, the survey language dropdown, and other Survey Creator UI elements, instead of their native names.
- Dashboard - Table View: Nested Tables Support
- Table View now supports nested tables for visualizing responses to questions that produce hierarchical data structures, such as Dynamic Matrix and Dynamic Panel questions.
- This feature is enabled by default. If you want to disable it, set the
useNestedTables property to false when creating a Tabulator instance.
Correcciones
- Form Library:
validateExpressions() incorrectly reports UnknownVariable for ...InArray functions.
- Required validation errors appear for read-only panels.
- Panel visibility doesn't evaluate correctly when expressions reference element properties.
- Matrix column visibility doesn't evaluate correctly when expressions reference element properties.
- Multiple Textboxes: Item title padding appears on right instead of left in RTL.
- Single-Line Input: Date input placeholder color is black instead of gray.
- Survey Creator:
- Designer tab: Page navigator scrolls to the wrong page in long surveys.
- Matrix column titles do not auto-increment numbers when a new column is added.
- Dashboard:
setFilter() does not allow clearing the filter via the UI.
hideEmptyAnswers fails to hide empty answers when a filter is applied to the visualized dataset.