Survey Now v1.12.3
Released: September 24, 2024
Survey Now v1.12.3 includes big fixes and minor enhancements.
New Help Topics
How to Vertically Align Input Fields in a Form
New and Updated Demos
Background In-Survey Calculations
Convert Markdown to HTML with markdown-it
Convert Markdown to HTML with Marked
Bug Fixes and Minor Enhancements
Form Library
- Dropdown: Item labels are misaligned in RTL languages (#8827)
- [Accessibility] Composite question elements are unreachable via VoiceOver cursor (#8807)
- A form page created in code doesn't appear in the Table of Contents (#8817)
- Advanced Header: A header image becomes too small because the header height is decreased on smartphones (#8797)
- Specialized questions: The
titleordefaultQuestionTitleproperty value does not appear in the Property Grid (#8835) - A Dynamic Matrix nested in a Dynamic Panel doesn't apply the
defaultRowValueproperty (#8819) - Panels and nested questions are numbered incorrectly (#8813)
- Survey Creator: A specialized question based on Checkboxes with
choicesByUrlis not rendered on the design surface (#8821) - Multi-Select Matrix: An exception is thrown when the
hideIfRowsEmptyproperty is enabled
WordPress Plugin
- File previews do not appear when the
storeDataAsTextproperty is disabled (#53)
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>