Skip to content

Releases: surveyjs/survey-library

Stable version after a lot of changes in v0.10.0

07 Nov 05:42
Compare
Choose a tag to compare

This release contains only bug fixes. There were a lot of changes in the previous release.
All known issues are fixed.

Surveyjs is UMD library now and bootstrap and custom css versions are merged.

26 Oct 12:17
Compare
Choose a tag to compare

Breaking changes

  1. Library survey[.min].js renamed to survey.ko[.min].js. Please add ".ko" suffix for the knockout version.
  2. Libraries survey.bootstrap.js and survey.react.bootstrap.js do not exists any more. Please use survey.ko[.min].js and survey.react[.min].js instead. Add the following code before creating a survey Survey.Survey.cssType = "bootstrap";. It will tell survey to use bootstrap css classes.

Changes

  1. We are using Webpack and the survey is UMD library now. You may use require and import key words now.
  2. All known bugs are fixed.

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.