Survey Now v1.12.27
Released: March 11, 2025
Survey Now v1.12.27 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
- A text input field with a numeric mask ignores the
maxLengthlimit (#9529) - Expression settings (
defaultValueExpression,setValueExpression, etc.) are preserved when an Expression form field is converted from another question - Dynamic Panel has incorrect styles in question-per-page mode (#9572)
hideIfChoicesEmptyhides the question but renders an empty page in question-per-page mode (#9556)validationEnableddoesn't apply in question-per-page mode (#9558)- Survey preview works incorrectly in question-per-page mode (#9562)
- Enhance the
setValueIfandsetValueExpressionbehavior whensetValueIfis a function without parameters (#9549)
Survey Creator
- Localization: A custom new page name string (
ed.newPageName) is ignored when pages are added using the Pages table editor (#6687) - Element subtype selector raises an exception on selecting an item when the
toolbox.showSubitemsproperty is disabled (#6694)
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>