Survey Now v1.12.36
Released: May 14, 2025
Survey Now v1.12.36 is a maintenance update that includes big fixes and minor enhancements. New features are included in Survey Now v2.0, which is out now.
Bug Fixes and Minor Enhancements
Form Library
- Checkboxes: Answer count validation is triggered if one of the special choice options (None, Don't Know, or Refuse to Answer) is selected (#9830)
- The
getAllQuestionsmethod doesn't return nested questions if they are invisible (#9844) - [Survey Creator] Multi-Select Matrix: "Column name" value is reset when the "Cell input type" is changed to "Rating Scale" (#9853)
- Custom theme doesn't reapply when users leave the Preview page to edit answers (#9851)
- A masked numeric value with specified separators is displayed incorrectly when it is calculated using a
setValueExpression(#9867) - Dynamic Matrix doesn't display the "Add Row" button if users go to the Preview page before the matrix is rendered and then leave the page (#9880)
How to Update Survey Now Libraries in Your Application
Angular
npm i [email protected] [email protected] --save
npm i [email protected] [email protected] --save
npm i [email protected] --save
npm i [email protected] --save
React
npm i [email protected] [email protected] --save
npm i [email protected] [email protected] --save
npm i [email protected] --save
npm i [email protected] --save
Vue 3
npm i [email protected] [email protected] --save
npm i [email protected] [email protected] --save
npm i [email protected] --save
npm i [email protected] --save
Vue 2
npm i [email protected] [email protected] --save
npm i [email protected] [email protected] --save
npm i [email protected] --save
npm i [email protected] --save
HTML/CSS/JavaScript
<link href="https://unpkg.com/[email protected]/defaultV2.min.css" type="text/css" rel="stylesheet">
<script type="text/javascript" src="https://unpkg.com/[email protected]/survey.core.min.js"></script>
<script type="text/javascript" src="https://unpkg.com/[email protected]/survey-js-ui.min.js"></script>
<script src="https://unpkg.com/[email protected]/themes/index.min.js"></script>
<link href="https://unpkg.com/[email protected]/survey-creator-core.min.css" type="text/css" rel="stylesheet">
<script src="https://unpkg.com/[email protected]/survey-creator-core.min.js"></script>
<script src="https://unpkg.com/[email protected]/survey-creator-js.min.js"></script>
<link href="https://unpkg.com/[email protected]/survey.analytics.min.css" rel="stylesheet">
<script src="https://unpkg.com/[email protected]/survey.analytics.min.js"></script>
<script src="https://unpkg.com/[email protected]/survey.pdf.min.js"></script>