SurveyJS Survey Creator v2.0.10

Released: May 20, 2025

Aggiornamenti in v2.0.10

Funzionalità

  • Added two more functions that you can use for calculations within expressions:
    • round(num, precision): Rounds the given number to the specified number of decimal places.
    • trunc(num, precision): Truncates the given number to the specified number of decimal places.

Correzioni

  • The showCreatorThemeSettings property didn't hide the theme settings icon when changed at runtime.
  • A custom page footer action added using the onPageGetFooterActions event handler contained a three-dot button with the question type menu.
  • Use cursor: pointer for toolbox items and clickable property grid elements.
  • The rowsVisibleIf expression was applied within the Default Answer pop-up dialog.
  • [Angular 18] Performance decreased when navigating through a large survey.