Skip to content

Releases: surveyjs/survey-library

Complex conditions to show/hide questions and restfull service usage

23 Sep 20:15
Compare
Choose a tag to compare

VisibleIf property is added into question. You may use complex conditions here, example.
ChoicesByUrl property is added into dropdown, checkbox and radiogroup questions. Use it to get the data for choices from a restfull service, here is the example.

All known bugs have been fixed.

Show several questions in one line/row

07 Sep 08:41
Compare
Choose a tag to compare

A new question attribute startWithNewLine has been introduced. The default value is true, example.
A new survey attribute questionTitleLocation has been added. The default value is 'top', another option is 'bottom', example.

All reported bugs were fixed.

New question: MatrixDynamic and a lot of small improvements

02 Aug 07:52
Compare
Choose a tag to compare

v0.9.9

18 Jun 17:52
Compare
Choose a tag to compare

The new question type "file" is added: http://surveyjs.org/examples/questiontype-file.html.

The new property: survey.storeOthersAsComment (true by default). By default when a person chooses other in checkbox, dropdown or radio group question, the "other" value is stored in the question value and the other text is stored as [questionName]-comment value in the JSON data. Set the property to true, to store the other text directly in the question value: #19

French localization is added, on behalf https://github.com/Frank13

The fixed bugs:
#20
#21
#23

v0.9.8

06 Jun 15:30
Compare
Choose a tag to compare

Add support for different cell Types in matrixDropdown columns: "dropdown" (default), "checkox", "radiogroup", "text", and "comment".
Here is the example: http://surveyjs.org/examples/questiontype-matrixdropdown.html

The first public version

25 Sep 08:03
Compare
Choose a tag to compare
Pre-release

The first public release that can be used in internal websites at DX.