SurveyJS PDF Generator v2.2.6

Released: Jul 22, 2025

Mises à jour de v2.2.6

Fonctionnalités

  • Breaking Change - settings.confirmActionFunc is now undefined by default.
    • Previously, the confirmActionFunc setting allowed you to display a browser confirmation dialog with a custom message, similar to using the standard window.confirm(message) method.
    • Starting with Form Library v2.2.6, confirmActionFunc is undefined by default and must be explicitly defined before use. This change resolves cases where confirmActionFunc was defined but not executed and streamlines its relationship with the related confirmActionAsync function.

Correctifs

Form Library:

  • Multi-Select Dropdown / Tag Box: A choice item with a value of 0 cannot be selected.
  • Dropdown: The Clear button had a wrong caption in Hungarian.
  • Accessibility:
    • Expression question renders a <div> with role="textbox", even though it's not a text input.
    • Rating Scale elements use unsupported ARIA attributes.
  • Questions with saveMaskedValue set to true worked incorrectly in calculations within a matrix.
  • File Upload didn't release camera if you leave without taking a photo.
  • Default value for a survey element's visible property could not be changed.
  • Locale code for the Greek language was incorrect.
  • Auto-advance doesn't work with specialized question types.
  • Toolbox: Custom components cannot be used to customize toolbox categories.
  • Property Grid: Validation rule type selector changes its width depending on the text length.
  • Character counter displays a wrong number of characters on the design surface.
  • Expand/collapse and zoom action icons appear too small when Survey Creator is integrated into a Next.js project that uses Tailwind CSS.
  • Conditional rules were not updated when a choice value of a source matrix is changed.

PDF Generator:

  • Radio Button Group: Undefined appeared in the comment area for the Other choice option.