Survey Now v1.12.42
Released: June 25, 2025
Survey Now v1.12.42 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
- Update default row value when column
cellTypechanges (#10038) - The Serbian locale's code should be changed to
sr(#10053) - Numeric Mask - a
1.000value is reset to1when a question is referenced in expressions (#10056) - The
setValueIfexpression is not invoked when any field value is changed if thesetValueExpressionis constant (#10063) - The
countInArray({question1}, 'c1', {c1} notempty)function doesn't calculate the number of non-empty cells of a Text column (#10068) survey.getAllQuestions(true, false, true)doesn't work correctly for nested complex questions (#10080)
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>