SurveyJS Dashboard v2.5.13

Released: Feb 27, 2026

Mises à jour de v2.5.13

Fonctionnalités

  • 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.

Correctifs

  • 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.