Survey Now v1.9.138
Released: April 9, 2024
Survey Now v1.9.138 includes minor enhancements and bug fixes.
New Help Topics
Image and Video Choice Questions
Variables vs Calculated Values
New Blog Posts
How to Convert Online Forms to Fillable PDF Documents
New and Updated Demos
Bug Fixes and Minor Enhancements
Form Library
- Yes/No (Boolean) question: Support the
swapOrderproperty for the case when the answers are rendered as a radio button group (#8043) - Ranking: The "Select to Rank" feature stopped supporting keyboard navigation (#8065)
- Numeric input mask: The
minproperty prevents a value from being removed when it is below the specified minimum value (#8037) - Date input mask: The
minproperty results in unexpected input behavior (#8050) - Date input mask: Value input doesn't start from the first symbol when the caret is set at the end (#8057)
- Dynamic Matrix: A date input mask resets the entered value (#8059)
- Composite component:
onValueChangedchanges survey data with a delay (#8067)
Survey Creator
- Introduce a property to hide survey results from the Complete Page in the Preview tab (#5380)
- A custom toolbox item remains available in the question selector after being removed from the toolbox (#5363)
- [jQuery] A drag-and-drop handle doesn't appear if a custom widget is registered (#5384)
- Translation tab: Matrix row text is split in multiple lines using a period as a separator (#5388)
PDF Generator
- An image preview doesn't appear when a File Upload is nested within a Dynamic Panel (#311)
WordPress Plugin
- A user-made theme cannot be saved (#45)
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>