SurveyJS PDF Generator v2.0.10
Released: May 20, 2025
v2.0.10 中的更新
特性
- 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.
修補程式
- Skip Logic in question-per-page mode:
- Navigating back would take users to the preceding question in the survey JSON schema instead of the actual previous question.
- Didn't work in question-per-page mode if the executeSkipOnValueChanged property is disabled in global settings.
- Dynamic Panel:
- The {visiblePanelIndex} placeholder produced null under certain conditions.
- It's possible to set a panelCount less than the minPanelCount and more than the maxPanelCount.
- Didn't allow adding more entries than panelCount when its displayMode is "carousel" and the survey is in input-per-page mode.
- Accessibility:
- Error message colors do not meet minimum contrast ratio thresholds in the contrast theme.
- Enhance accessibility for Dropdown and Rating Scale rendered as dropdown.
- Survey Creator: An error is raised when trying to change a question type to a custom type.
- Loop and Merge: Generated PDF form didn't contain follow-up questions.
- Currency Input Mask: The prefix property could not be updated at runtime.
- MISC:
- Advanced header stayed fixed and overlapped the survey content when the content is scrolled.
- A read-only text editor doesn't allow selecting its value.