Rilasci di SurveyJS PDF Generator
Released: Mar 25, 2025
Aggiornamenti in v2.0.2
Correzioni
- Form Library:
- Rating Scale in dropdown mode: The min and max labels are hidden if rate value aren't auto-generated.
- The onTextMarkdown event doesn't provide access to a choice item for which the event is raised.
- SurveyModel's isLastPage() method returns true even when the current page is not last in question-per-page mode.
- Entering an already present choice option into the Other comment box saves an incorrect result if storeOthersAsComment is false.
- displayValue() function copies the...
Released: Mar 7, 2025
Aggiornamenti in v2.0.0
Funzionalità
- Native Support for ES Modules - SurveyJS v2.0 packages include ES modules that can be used directly, without being auto-converted from UMD modules by a transpiler. If your application uses ESM imports, the ES modules will be used automatically after you upgrade to SurveyJS v2.0.
- Transition from Knockout to Vanilla JavaScript Packages - In this significant shift, SurveyJS has moved away from using the Form Library for Knockout in the examples, including the full-featured demo. To...
Released: Mar 4, 2025
Aggiornamenti in v1.12.26
Correzioni
- Form Library
- File Upload: Single file removal deletes all uploaded files.
- Multi-Select Matrix: A Rating Scale question overflows its container on smaller screens.
- The progressValue property returns an outdated value when asked for within an onValueChanged event handler.
- A page doesn't appear if it's visibility conditionally depends on a question that belongs to the Start Page.
- Dropdown is closed immediately if its menuType is set to "dropdown" for all devices.
- The questionCount...
Released: Feb 5, 2025
Aggiornamenti in v1.12.22
Correzioni
- Form Library:
- The
prevPage() and nextPage() methods switched between pages incorrectly when the survey is in question-per-page mode.
- The
onCurrentPageChanging and onCurrentPageChanged events were not raised when the survey is in question-per-page mode.
- Randomizing questions on a page didn't work when the survey is in question-per-page mode.
- Composite question: The "Other" value and comments were stored outside the object produced by the question.
- [React] An exception was thrown when...
Released: Jan 28, 2025
Aggiornamenti in v1.12.21
Funzionalità
- Conditional Visibility for Rating Scale Items:
- You can now set conditional visibility rules for Rating Scale items. To conditionally show a rating scale item, specify the
visibleIf expression within a rate item configuration object.
- Form Library API:
- Adds a new
onDynamicPanelValueChanging event to the Form Library API. Its options argument contains the old and new values of a modified field within a Dynamic Panel and allows you to retrieve the old value or modify the new value if...
Released: Jan 22, 2025
Aggiornamenti in v1.12.20
Correzioni
- Form Library
- Masked input questions did not apply a mask when returning the
displayValue.
- The
onServerValidateQuestions event was not raised when a user navigates between pages using the progress bar.
- The
resetValueIf expression was not evaluated when it uses a custom function and doesn't directly reference questions.
- Survey Creator
- Choices editor: A gap between rows appeared under certain conditions when reordering choices.
- A TypeScript error is raised on an attempt to define the...
Released: Jan 16, 2025
Aggiornamenti in v1.12.19
Funzionalità
- Added new demo:
- Survey Creator: Save and Restore a Survey JSON Schema
Correzioni
- Auto-advance to the next page didn't work when the
"questionsOnPageMode" property was set to "questionPerPage".
- Full Name composite question:
- Inner input fields disappeared on the design surface after disabling the
startWithNewLine property.
- Multi-Select Matrix:
- A column's required mark is not rendered when the
displayMode property is set to "list".
- Vue 2
- File Upload raised a warning: Avoid using non...
Released: Jan 10, 2025
Aggiornamenti in v1.12.18
Correzioni
- Fixed the
onValidatedErrorsOnCurrentPage event which was not raised when a user attempts to navigate to another page using the Table of Contents.
- The Start Page didn't display the Start button although the
navigationButtonsVisibility property is set to "show".
- The Skip trigger didn't work correctly when the
questionsOnPageMode property is set to "questionPerPage".
- The Complete trigger didn't work correctly when the questionsOnPageMode property was set to "questionPerPage" and a page...
Released: Dec 30, 2024
Aggiornamenti in v1.12.17
Funzionalità
- Added an event for panel number customization
- In addition to the
onGetQuestionNumber and onGetPageNumber events, SurveyJS Form Library now supports an event that allows you to customize automatically generated numbers of panels - onGetPanelNumber.
- Providing a similar API: use the
options.panel parameter to access the PanelModel instance for which the event is raised and the options.number parameter to access and change the generated number.
Correzioni
- Survey Creator: Fixed hover...