SurveyJS Dashboard のリリース

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

Released: Jun 4, 2025

v2.1.1 での更新項目

機能

  • Added support for Exclusive Options in Checkbox Questions:
    • An exclusive option clears all other selected choices in the same question when chosen.
    • The Checkboxes question type in SurveyJS already supports predefined exclusive options, such as None, Refuse to Answer, and Don't Know.
    • You can now make any option exclusive by enabling its isExclusive property.
    • To mark a choice option as exclusive in Survey Creator, locate the Choices table, click a Pen icon next to the desired option, and enable...

Released: May 20, 2025

v2.0.10 での更新項目

機能

  • Added two more functions that you can use for calculations within expressions:
    • round(num, precision): Rounds the given number to the specified number of decimal places.
    • trunc(num, precision): Truncates the given number to the specified number of decimal places.

Released: May 6, 2025

v2.0.8 での更新項目

不具合の修正

  • Localization: Chart type selector misses translations to Arabic.
  • Charts were displayed incorrectly in right-to-left locales.