SurveyJS Survey Creator Releases

Released: Jan 22, 2025

Updates in v1.12.20

Fehlerkorrekturen

  • 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...

Released: Jan 16, 2025

Updates in v1.12.19

Funktionen

  • Added new demo:
    • Survey Creator: Save and Restore a Survey JSON Schema

Fehlerkorrekturen

  • 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...

Released: Jan 10, 2025

Updates in v1.12.18

Fehlerkorrekturen

  • 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...

Released: Dec 30, 2024

Updates in v1.12.17

Funktionen

  • 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.

Fehlerkorrekturen

  • Survey Creator: Fixed...