Survey Now v1.12.19
Released: January 16, 2025
Survey Now v1.12.19 includes bug fixes and minor enhancements.
New and Updated Demos
Survey Creator: Save and Restore a Survey JSON Schema
New Blog Posts
Build Dynamic Forms in Blazor with Survey Now
Bug Fixes and Minor Enhancements
Form Library
- Multi-Select Matrix: A column's required mark is not rendered when the
displayModeproperty is set to"list"(#9287) - [Vue 2] File Upload raises a warning: Avoid using non-primitive value as key, use string/number value instead (#9300)
- Auto-advance to the next page doesn't work when the
"questionsOnPageMode"property is set to"questionPerPage"(#9315) - Full Name composite question: Inner input fields disappear on the design surface after disabling the
startWithNewLineproperty (#9304)
Survey Creator
- Inline choice editor: The Backspace key no longer deletes empty choices (#6375)
- Multi-Select Matrix: Borders are rendered incorrectly when the matrix is nested in a panel (#6376)
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>