SurveyJS Dashboard v2.3.5
Released: Sep 2, 2025
Updates in v2.3.5
Funktionen
Survey Creator
- Sliders in Multi-Select and Dynamic Matrices:
- Slider and Range Slider can now be used as cell editors in Multi-Select and Dynamic Matrices.
- You can now select Slider from a column's Cell input type dropdown and configure the slider settings in the Property Grid.
Dashboard
- Statistics Table for Boolean Questions:
- Yes/No (Boolean) questions can now be visualized in a statistics table. This feature is enabled by default.
Fehlerkorrekturen
Form Library
- An exception was raised if
defaultValueExpression referenced a non-existent matrix column.
- Dynamic Matrix had no rows after the
visibleIf and resetValueIf expressions are evaluated.
- Updating the value within the
onDynamicPanelValueChanging event handler didn't work.
- The
onExpressionRunning event wasn't raised for validation expressions.
- Slider questions were editable on the Preview page.
- The
{visibleRowIndex} placeholder worked incorrectly within setValueExpression specified for a matrix column.
- The
setValueExpression was not executed, and the value is not copied from the source question when the question's value is updated.
- [Vue 3] Dropdown with Lazy Loading: "Maximum recursive updates exceeded" exception was raised.
sumInArray and similar functions used inside a panel or matrix cannot reference questions outside that panel or matrix.
Survey Creator
- Localization: The
signatureAutoScaleEnabled and showPlaceholder properties were not translated when they are inherited by a specialized Signature question.
- An exception was raised on an attempt to move a question to a newly created page.
- Theme Editor: Adding a header background image didn't activate the image's settings (image fit and opacity).
Dashboard
- Localized
VisualizationPanel: Toolbar items change their position when selecting another language.
- An API to reset a visualizer's state on the client is missing.
- A visualizer's "Other items and comments" section collapses after page refresh.
- Dashboard doesn't visualize a Rating Scale with string values.
- Rating Scale should be visualized using a regular bar chart, not a histogram.