Survey Now v1.12.10
Released: November 13, 2024
Survey Now v1.12.10 includes bug fixes and minor enhancements.
Bug Fixes and Minor Enhancements
Form Library
- Introduce an API that indicates whether a form value was changed by a user or updated as a result of expression evaluation (#8939)
- Survey Creator: JSON Editor raises a validation error for custom question types (#9019)
Survey Creator
- [Performance] Do not render the content of collapsed elements on the design surface (#6019)
- A drop indicator doesn't appear when dropping a question between two custom widgets (#6033)
- [Vue 3] Adorners stop appearing on hover after a new question is added to the ghost page (#6036)
- The
onModifiedevent doesn't differentiate between adding and copying a page (#6037) - The "Preview Survey Again" button text is not localized (#6016)
Dashboard
- Text entry question visualization using charts: Bars are duplicated when changing the bar type (#488)
PDF Generator
- Signature: An exception is raised when the
storeDataAsTextproperty is disabled (#348) - Modifying
CONTENT_GAP_VERT_SCALEand other read-only properties of theFlatQuestionobject raises a TypeScript error (#349)
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>