Survey Now v1.12.13
Released: December 4, 2024
Survey Now v1.12.13 includes bug fixes and minor enhancements.
New Help Topics
Survey Creator: How to Reposition Form Elements
New and Updated Demos
Survey Creator: Markdown Support with markdown-it
Survey Creator: Markdown Support with Marked
Survey Creator: Create a Multilingual Form
New Blog Posts
Survey Creator: The Ultimate Guide to First-Class Form Building Experience
Bug Fixes and Minor Enhancements
Form Library
- Dropdown with Lazy Loading: The item list contains duplicate entries (#9111)
- Long Text (Comment) is scrolled to the bottom upon expansion (#9104)
- [Vue 3] Dropdown: Selected value isn't translated when changing the survey locale at runtime (#9034)
- When a question value is set in code using the
setValue()method, thesetValueExpressionstops being executed (#9132) - A string value that represents a very bug number cannot be converted to number (#9095)
- Radio Button Group: The Clear button caption remains untranslated if the locale is changed after the form is rendered (#9113)
- The
onValueChangedevent is raised more than once if the form contains several questions with the samevalueName(#9130)
Survey Creator
- Property Grid: The scroll bar doesn't respond to clicks (#6163)
- Expand All expands only the first-level elements (#6150)
- A question doesn't become focused if users click the question's input field area on the design surface (#6138)
- The
onModifiedevent is not raised when updating a page title or description (#6067)
PDF Generator
- Render a border around the Signature field in read-only mode (#347)
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>