Survey Now v1.12.37
Released: May 20, 2025
Survey Now v1.12.37 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
- Skip Logic doesn't work in question-per-page mode if the
executeSkipOnValueChangedproperty is disabled in global settings (#9903) - Skip Logic in question-per-page mode: Navigating back gets users to the preceding question in the survey JSON schema instead of the actual previous question (#9886)
- Dynamic Panel: The
{visiblePanelIndex}placeholder producesnullunder certain conditions (#9874) - A read-only text editor doesn't allow selecting its value (#9909)
Survey Creator
- Expression editor inserts line breaks (
\n) incorrectly (#6860) - The
rowsVisibleIfexpression is applied within the Default Answer pop-up dialog (#6902)
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>