Survey Now v1.12.38
Released: May 27, 2025
Survey Now v1.12.38 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
- [Safari on iOS] Input mask: It's impossible to enter certain dates when the mask pattern is
yyyy-mm-dd(#9924) - Switching to the next page in code works incorrectly in question-per-page mode if a time limit is set (#9917)
- Localization: Incorrect locale code is used for the Ukrainian language (#9908)
- [Mobile] Composite question: Matrices are rendered incorrectly (#9927)
- Composite question: The "Other" value is empty for a Checkboxes question if the
storeOthersAsCommentproperty is enabled by default (#9929) setValueExpressionisn't triggered for the Matrices and Dynamic Panels that aren't rendered yet (#9942)- [Survey Creator] A matrix column remains required after unselecting the Required checkbox if the
isRequiredproperty's default value is overridden for the Question class (#9920)
Survey Creator
visibleIfexpression is not updated for matrix rows and columns when a source question's name is changed (#6910)
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>