SurveyJS Survey Creator v2.1.1

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 the Clear others when selected checkbox.

不具合の修正

  • Accessibility:
    • Dropdowns miss required ARIA attributes.
    • Interactive controls must not be nested, but pop-up elements are nested within buttons in the Property Grid.
    • Some ARIA attributes are prohibited for an element's role.
  • Property Grid:
    • The order of properties in the Conditions category has changed.
    • Property Grid had no limit on its width and can be stretched to completely overlap the design surface.
  • Page Navigator: Page 1 is always focused, even if another page is selected on the design surface.
  • Misc: Drag and Drop doesn't work with shadow DOM.