SurveyJS Dashboard v2.5.13
Released: Feb 27, 2026
v2.5.13 버젼 업데이트
기능
- 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.
수정사항
- 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.
- Dashboard
- Table View:
onStateChanged is triggered unnecessarily when loading choicesByUrl.