SurveyJS PDF Generator v2.3.1
Released: Aug 6, 2025
Atualizações na v2.3.1
Recursos
React Axe HTML Reporter:
- Added accessibility validation to the Form Library and Survey Creator demos.
- This validation has two parts:
- Accessibility checker:
- Runs the page markup against a comprehensive set of accessibility rules and returns a JSON report with passed and failed checks.
- Accessibility reporter:
- Displays the results in an interactive, user-friendly format.
Correções
Form Library:
- [Angular] The
onAfterRenderSurvey event was raised on each page change.
- Range Slider and the text input fields bound to it were out of sync.
- Radio Button Group had an object as a display value when individual choice comments are enabled.
- The
clearIncorrectValues() method deleted a valid response to a Dynamic Panel question if a nested field has the valueName property specified (#10206).
- The
copyvalue trigger worked incorrectly when it is based on an expression that uses a custom function.
Survey Creator:
- Multiple Textboxes: Item label overflowed its in-place editor on the design surface.