Survey Now v2.0.1
Released: March 18, 2025
Survey Now v2.0.1 includes bug fixes and minor enhancements.
New Blog Posts
Survey Creator v2.0 - What's New
Survey Creator UI Customization in Survey Now v2.0
Bug Fixes and Minor Enhancements
Form Library
- File Upload: File previews are incorrectly enumerated in the
zh-cnlocale (#9586) - Questions inside a panel are divided between different pages in question-per-page mode (#9557)
- A survey with question numbering raises an error when switching to the Preview page (#9599)
Survey Creator
- Add an event that is raised when users select a different Survey Creator theme (#6731)
- A nested panel can be added regardless of
maxNestedPanelsbeing set to0(#6642) - Drag and drop: A question disappears if it is dropped in a certain way (#6620)
- Element Selector in Property Grid: A clicked nested element (matrix column) is not selected on the design surface (#6685)
- Property Grid: The Condition category is visible but empty for a Multiple Textboxes item (#6737)
- Property Grid: The Input Mask Settings category persists for input types that do not support input masks (#6742)
- Dynamic Panel: The panel count binding is not saved to the survey JSON schema (#6743)
PDF Generator
- Dropdown displays the value instead of the display text when lazy loading is enabled (#370)
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.js
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]/survey-core.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>
<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>