github surveyjs/survey-library 0.10.0
Surveyjs is UMD library now and bootstrap and custom css versions are merged.

latest releases: v1.10.2, v1.10.1, v1.9.139...
7 years ago

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.

Don't miss a new survey-library release

NewReleases is sending notifications on new releases.