SurveyJS Survey Creator のリリース

Released: Aug 13, 2025

v2.3.2 での更新項目

機能

Survey Creator:

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

不具合の修正

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() method.
  • Composite...

Released: Aug 6, 2025

v2.3.1 での更新項目

機能

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.

Added support for seconds in the dateDiff() function:

  • The dateDiff function can be used in expressions to calculate a...

Released: Jul 30, 2025

v2.3.0 での更新項目

機能

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 checkbox in each...

Released: Jul 22, 2025

v2.2.6 での更新項目

機能

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

Released: Jul 15, 2025

v2.2.5 での更新項目

機能

Survey Creator:

  • It is now possible to add a panel inside another panel regardless of maxPanelNestingLevel being set to 0.
  • It is now possible to assign a non-unique element name by adding a space character to it.

不具合の修正

Form Library:

  • [Accessibility] Rating Scale: Screen readers do not announce the question title when the question is focused using the keyboard.
  • Slider: A custom theme doesn't change the color of the selected range.
  • Table of Contents didn't work when questionsOnPageMode is...

Released: Jul 9, 2025

v2.2.4 での更新項目

不具合の修正

Survey Creator:

  • Composite question's elements were misaligned at design time.
  • It was possible to paste into title text that has bigger length than allowed.
  • A Start Rating Scale appeared misaligned at design time when the title location is left.
  • It was impossible to modify the text using an in-place editor when the string length equals to the max length.

Form Library:

  • Dynamic Matrix didn't remove an extra row when a matrix value has fewer rows.

Released: Jul 2, 2025

v2.2.3 での更新項目

不具合の修正

Form Library:

  • Could not override default value for valueName & titleName properties in choicesByUrl object.
  • Matrix called survey.onValueChanged before performing expression calculation.

Survey Creator:

  • Vue 3: Error occurred when creator.JSON was set more than once.

Released: Jun 25, 2025

v2.2.2 での更新項目

機能

  • Accessibility:
    • Now fully accessible when used with the Contrast theme. This update brings the tool into full compliance with modern accessibility standards, including WCAG, Section 508, and ARIA.

不具合の修正

Form Library:

  • Update default row value when column cellType would change.
  • Rendering issue with multiple textboxes when item titles are too long.
  • A11y compliance test failure in the form validation example.
  • The Serbian locale's code should be changed to sr.
  • Numeric Mask - a 1.000 value was...

Released: Jun 17, 2025

v2.2.1 での更新項目

機能

Form Library:

  • Read-only radio button group can now be edited using a keyboard.

不具合の修正

Form Library:

  • Multi-Select Matrix: Masked values had incorrect encoding when they were displayed in an error message within a matrix cell.
  • Question's clearIfInvisible property didn't override the survey's clearInvisibleValues property.

Survey Creator:

  • Accessibility:
    • Certain editors in the Property Grid did not display visible labels.
    • Certain scrollable regions are not accessible using keyboard.
  • Modal...

Released: Jun 12, 2025

v2.2.0 での更新項目

機能

New Slider and Range Slider Question Types:

  • Introduces two new interactive question types - Slider and Range Slider.
  • The Slider allows users to select a single value by dragging a thumb along a predefined scale.
  • The Range Slider lets users select a range using two thumbs.
  • Users can also drag the entire selected range along the scale without changing the distance between the thumbs.
  • These components support the following features out of the box:
    • Customizable scale (min, max, and step).
    • Auto...