SurveyJS PDF Generator v2.0.5
Released: Apr 15, 2025
Updates in v2.0.5
Fixes
- Table of Contents doesn't work in 'question-per-page' survey mode.
- Table of Contents doesn't appear if a survey JSON schema is loaded after rendering a survey.
- Yes/No (Boolean) Question: When selecting a value for the first time, the Yes label is not announced by a screen reader.
- Single-Select Matrix: A screen reader announces too much information when selecting each option.
- XMLHttpRequest and Image are not supported by Node.js.
- Advanced header is misaligned when static width is specified for a survey.
- Composite questions: SurveyModel's onPanelVisibleChanged event is not raised when an inner panel's visibility is changed.
- Select-based questions: The "Other" comment box is focused on loading a survey if a default value for the comment box is specified.
- Survey Creator: The choiceValuesFromQuestion and choiceTextsFromQuestion settings are unavailable for drop-down columns in a Multi-Select or Dynamic Matrix.
- The onAfterRenderMatrixCell event contains an incorrect object in the options.question parameter.
- "Skip To" trigger is no longer executed if you return to the original question and move forward.
- Dynamic Panel in a detail form of a Dynamic Matrix: The "Add Panel" button disappears even though the maxPanelCount isn't reached.
- The onPartialSend event isn't raised when switching between pages in question-per-page survey mode.
- showOtherItem and other properties specific to select-based questions are defined in the common Question class.