Breaking changes
- Library survey[.min].js renamed to survey.ko[.min].js. Please add ".ko" suffix for the knockout version.
- 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
- We are using Webpack and the survey is UMD library now. You may use require and import key words now.
- All known bugs are fixed.