SurveyJS PDF Generator v2.5.13
Released: Feb 27, 2026
Updates in v2.5.13
Features
- Expressions:
- Caching for custom asynchronous functions is now enabled by default.
- Enhances performance and should not have any negative impact on existing applications.
- If you want your custom function to perform a server request on every call instead of using the cache, set the
useCache option to false when registering the function.
Fixes
- Form Library
- Progress bar flickers at certain viewport widths.
- Survey Creator
- Survey Creator doesn't auto-generate matrix column names like it does for question titles.
- Dynamic Panel: Nested question's
valueName isn't updated when duplicating the Dynamic Panel.
- Dynamic Panel: Nested question's validation rules aren't updated when duplicating the Dynamic Panel.