SurveyJS PDF Generator v2.0.4
Released: Apr 8, 2025
v2.0.4 버젼 업데이트
기능
- Enhanced UI for Surveys with a Header and Table of Contents:
- The position of the survey header is now relative to the Table of Contents (TOC) depending on whether the header has a background color or image.
- Without a background, the header appears beside the TOC, and the TOC spans the full height of the survey.
- With a background color or image, the survey header stretches across the full width of the survey, including the area occupied by the TOC.
수정사항
- When
survey.data contains a number as a string, and an expression returns the same value as a number, survey response stays the same.
- A comment area value was not updated when setting a comment in code.
- An error would be raised when exporting a survey on Node.js.
- Vue 3: Survey header would not be rendered when the survey JSON schema is loaded asynchronously within the
onMounted hook.
- Angular: Question titles were not displayed if they were rendered in a
<label> element.
- Mobile: Font size scaling didn't apply when the scale factor is low.
- Dynamic Matrix: The
displayValue('questionName', {row.colName}) expression no longer worked.