Survey Now v1.12.23
Released: February 11, 2025
Survey Now v1.12.23 includes bug fixes and minor enhancements.
Bug Fixes and Minor Enhancements
Form Library
- Tab titles persist when Dynamic Panel is collapsed (#9369)
- When a custom calculation function is called for the first time,
this.questionisundefined(#9422) - A survey doesn't navigate back to a composite question that has validation errors (#9361)
- Non-serializable properties are present in an auto-generated JSON schema (#9373)
- [Mobile] Dynamic Matrix: The "Show Details" and "Hide Details" button captions are not updated according to the current state of a detail section (#9410)
- Multi-Select Dropdown / Tag Box: A search string is not visible if a long item is already selected (#9416)
- A variable name is rendered instead of its value when the value is empty and the expression contains nothing but this variable (#9417)
Survey Creator
- Disabled actions respond to being hovered over on the design surface (#6534)
- The "Survey Settings" button is invisible when the Property Grid is open (#6538)
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>