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 27, 2025
v2.1.0 での更新項目
機能
visibleIf expression is not updated for matrix rows and columns when a source question's name is changed.
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.
不具合の修正
- The
showCreatorThemeSettings property didn't hide the theme settings icon when changed at runtime.
- A custom page footer action added using the
onPageGetFooterActions event handler contained a three-dot button with the question...
Released: May 14, 2025
v2.0.9 での更新項目
不具合の修正
- In-survey scroll bar didn't apply a theme in the Preview and Themes tabs.
Released: Apr 30, 2025
v2.0.7 での更新項目
機能
Design Surface
- Updated the Image Picker placeholder on the design surface.
Added a New Loop and Merge Functionality
- Added a "Loop and Merge" Demo:
- Loop and Merge is a feature that allows you to repeat a group of questions and combine the responses into one data object.
- The loop can either iterate over the same set of questions for each item or adjust dynamically based on user input.
- Supported Question Types - A question loop can be created using one of the complex question types:
Released: Apr 23, 2025
v2.0.6 での更新項目
機能
- Added a new and updated demo: Page Break and Page Merge.
不具合の修正
- A console error is thrown when selecting a "Date and Time" input mask type for a Multiple Textboxes item.
- [React] unmountComponentAtNode is not exported from 'react-dom'.
- Translation tab: Default translations aren't used as placeholders for choices in matrix columns and rows.
Released: Apr 15, 2025
v2.0.5 での更新項目
機能
- Dropdown and Tag Box: Support for User-Defined Options
- Single- and Multi-Select Dropdown question types introduce a capability for users to create custom choice options based on values they enter directly into the input field. This capability allows users to add and select choice options that were not originally provided by the survey author.
- By default, custom choices persist until the user reloads or closes the web page with the survey. If you want to store the choices for a longer period...
Released: Apr 8, 2025
v2.0.4 での更新項目
機能
- Added three new demos that show how you can integrate AI-powered functionalities into Survey Creator to make the survey configuration process faster:
- Generate Choice Options Using AI.
- One-Click Survey Localization Using AI.
- Generate Survey from PDF Document Using AI.
- Enhanced UI for Toolbox Categories:
- Toolbox categories are used to arrange toolbox items in logical groups. With default toolbox configuration, categories are only separated one from another by horizontal lines, but they can...
Released: Apr 2, 2025
v2.0.3 での更新項目
不具合の修正
- Machine Translation Dialog: Fixed the translation table from overflowing the popup.
- Drag & Drop: Fixed long titles within a drag image from being neither wrapped nor truncated.
- Toolbox Subitems:
- Fixed a subitem group from appearing before a previous one hides.
- Custom subitems would appear incorrectly and didn't work if they were added asynchronously.
Released: Mar 25, 2025
v2.0.2 での更新項目
機能
- Change icons for Property Grid categories:
- Survey Creator's Property Grid and other UI elements are built upon regular SurveyJS surveys and can be customized using the SurveyModel API. To access and customize a SurveyModel instance that underlies a specific UI element, including Property Grid, you can handle the onSurveyInstanceCreated event. Previously, this event didn't allow you to change icons for Property Grid categories in the new icon view, because the categories are in fact survey...