Survey Now v1.11.9
Released: July 30, 2024
Survey Now v1.11.9 includes bug fixes and minor enhancements.
New Help Topic
How to Calculate Duration Between Dates and Prefill a Form Field with the Duration Value
New Blog Post
Choosing the Right Open-Source Test Maker
New and Updated Demos
Implement a Custom Expression Property
Bug Fixes and Minor Enhancements
Form Library
- [Mobile] Ranking: Items cannot be reordered (#8604)
- Progress bar: White boxes appear behind page navigation buttons when using a custom theme with a background image (#8525)
- A web page is automatically scrolled to a survey even though the auto-scroll feature is disabled (#8602)
displayValue('questionName', questionValue)produces wrong output whenquestionValueis 0 (#8603)- Single-Line Input with
inputType: "date"removes an invalid input value before theonValidateQuestionevent is raised (#8617) - Multi-Select Matrix: A column total is duplicated if the column sets
showInMultipleColumns: true(#8581) - Custom composite question: A newly added dynamic panel disappears when modifying another question's value (#8612)
- File Upload: "Select File" button doesn't work when the survey is in the Shadow DOM (#8605)
- React: List component has list container undefined if gets new model (#8628)
Survey Creator
- Copy & paste doesn't work for a choice list (#5658)
- Page Navigator is blinking when page names are long (#5714)
onTranslationStringVisibilityisn't raised for properties of the "file" and "url" types (#5734)- Enable column and row limits for matrices added through the design surface (#5732)
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
Knockout / jQuery
<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-knockout-ui.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-knockout.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>