Lanzamientos de SurveyJS PDF Generator

Released: Sep 30, 2025

Actualizaciones en v2.3.9

Características

  • Table View
    • Added support for Specialized and Composite Question Types.

Correcciones

Form Library

  • Yes/No (Boolean) Question: The useTitleAsLabel property didn't work.
  • [React 17] Dropdown with lazy loading doesn't load the next batch of choice options.
  • The pipe character ("|") could not be used in survey element names and titles.
  • Dynamic Panel: When the panel number is bound to a value, empty panels were not restored after a page reload regardless of the value.
  • Empty expression...

Released: Sep 23, 2025

Actualizaciones en v2.3.8

Características

  • Grafana Integration Example:
    • Introduces an integration example with Grafana, which adds support for validation warnings and informational notes alongside errors, enables dynamic control over which elements can be added in Survey Creator, and provides a new Dashboard option to lock visualizer types.
    • Grafana is an open-source platform for monitoring and visualizing metrics. There is now a GitHub repository with an example showing how to integrate SurveyJS with Grafana, calculate...

Released: Sep 17, 2025

Actualizaciones en v2.3.7

Correcciones

  • Signature is misaligned when exported to PDF.

Released: Sep 9, 2025

Actualizaciones en v2.3.6

Correcciones

Form Library

  • Multi-Select Matrix added a horizontal scroll bar when it contained sliders.
  • Slider in Multi-Select or Dynamic Matrix: The thumb didn't show the tooltip and didn't follow the cursor on click and drag.
  • Dynamic Panel: Group divider is misaligned when removePanelButtonLocation is set to "right".
  • Survey JSON schema produced warnings when used for JSON validation in Visual Studio Code.
  • Dropdowns with custom choices: Display texts weren't loaded for choices predefined within...

Released: Sep 2, 2025

Actualizaciones en v2.3.5

Características

Survey Creator

  • Sliders in Multi-Select and Dynamic Matrices:
    • Slider and Range Slider can now be used as cell editors in Multi-Select and Dynamic Matrices.
    • You can now select Slider from a column's Cell input type dropdown and configure the slider settings in the Property Grid.

Correcciones

Form Library

  • An exception was raised if defaultValueExpression reference a non-existent matrix column.
  • Dynamic Matrix had no rows after the visibleIf and resetValueIf expressions are evaluated...

Released: Aug 26, 2025

Actualizaciones en v2.3.4

Características

Form Library

  • Added a new onExpressionRunning event that lets you intercept or cancel expression evaluation.

Correcciones

Form Library

  • Shadow DOM: Dropdown didn't apply a filter and doesn't allow entering a space character.
  • The parentQuestion property doesn't contain a parent question instance for a question nested in a Dynamic Panel.
  • Single-Select Matrix: All rows remained invisible until the visibleIf condition for one of the rows evaluates to true.
  • Radio Button Group: Question...

Released: Aug 20, 2025

Actualizaciones en v2.3.3

Correcciones

Form Library

  • Dropdowns: The customChoices array did not include custom values that come from survey.data.
  • Pre-populated Dynamic Matrix with detail rows raised the onValueChanged event when a detail row was expanded.
  • Multi-Select Matrix: A column's resetValueIf property didn't work when users changed a cell value in a matrix bound using the valueName property.
  • A custom navigation button that generates a PDF document wouldn't wait for the Signature question to finish uploading.

Survey...

Released: Aug 13, 2025

Actualizaciones en v2.3.2

Características

Survey Creator:

  • Added the Save action to the footer toolbar when auto-save is disabled.

Correcciones

Form Library:

  • Dropdown with Lazy Loading:
    • Applied additional client-side filtering to the choice list.
    • The choice list reset to an unfiltered state when the dropdown closed due to page scrolling.
  • Yes/No Question rendered as Radio Button Group didn't allow selecting a value after resetValueIf executes.
  • A composite question was editable if it was added using the addNewQuestion...

Released: Aug 6, 2025

Actualizaciones en v2.3.1

Características

React Axe HTML Reporter:

  • Added accessibility validation to the Form Library and Survey Creator demos.
  • This validation has two parts:
    • Accessibility checker:
      • Runs the page markup against a comprehensive set of accessibility rules and returns a JSON report with passed and failed checks.
    • Accessibility reporter:
      • Displays the results in an interactive, user-friendly format.

Correcciones

Form Library:

  • [Angular] The onAfterRenderSurvey event was raised on each page change.
  • Range Slider...

Released: Jul 30, 2025

Actualizaciones en v2.3.0

Características

Form Library:

  • Added single- and multi-select question types, such as Checkboxes, Radio Button Group, and Dropdown, support multiple comment fields, enabling users to leave a comment for each individual choice option.
  • To display a comment field for a specific choice, enable its showCommentArea property. You can also set the isCommentRequired property to make the comment mandatory when that option is selected.

Survey Creator:

  • Added the option to add a matrix question with a...