Survey Now v1.12.26
Released: March 4, 2025
Survey Now v1.12.26 includes big fixes and minor enhancements.
Bug Fixes and Minor Enhancements
Form Library
- File Upload: Single file removal deletes all uploaded files (#9502)
- The
progressValueproperty returns an outdated value when asked for within anonValueChangedevent handler (#9530) - A page doesn't appear if it's visibility conditionally depends on a question that belongs to the Start Page (#9520)
- Multi-Select Matrix: A Rating Scale question overflows its container on smaller screens (#9521)
- Dropdown is closed immediately if its
menuTypeis set to"dropdown"for all devices (#9544) - The
questionCountproperty within theonGetProgressTextevent takes into account invisible matrix rows (#9539)
Survey Creator
- A line break character
\nis saved in a survey JSON schema after removing a title or description using an in-place editor (#6653) - A
completedHtmlOnConditionmarkup persists after a corresponding logic rule is deleted in the Logic tab (#6657) - Single-Line Input: An exception is raised if you remove a toolbox subitem and try to select an input type corresponding to it in Property Grid (#6635)
- Pages editor: The Remove button is unavailable if you add pages using the Plus button (#6645)
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>