SurveyJS Survey Creator v2.0.10
Released: May 20, 2025
Mises à jour de v2.0.10
Fonctionnalités
- 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.
Correctifs
- 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.