SurveyJS v1.12.10
Released: November 13, 2024
SurveyJS 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
onModified
event 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
storeDataAsText
property is disabled (#348) - Modifying
CONTENT_GAP_VERT_SCALE
and other read-only properties of theFlatQuestion
object raises a TypeScript error (#349)
How to Update SurveyJS Libraries in Your Application
Angular
npm i survey-core@1.12.10 survey-angular-ui@1.12.10 --save
npm i survey-creator-core@1.12.10 survey-creator-angular@1.12.10 --save
npm i survey-analytics@1.12.10 --save
npm i survey-pdf@1.12.10 --save
React
npm i survey-core@1.12.10 survey-react-ui@1.12.10 --save
npm i survey-creator-core@1.12.10 survey-creator-react@1.12.10 --save
npm i survey-analytics@1.12.10 --save
npm i survey-pdf@1.12.10 --save
Vue 3
npm i survey-core@1.12.10 survey-vue3-ui@1.12.10 --save
npm i survey-creator-core@1.12.10 survey-creator-vue@1.12.10 --save
npm i survey-analytics@1.12.10 --save
npm i survey-pdf@1.12.10 --save
Vue 2
npm i survey-core@1.12.10 survey-vue-ui@1.12.10 --save
npm i survey-creator-core@1.12.10 survey-creator-knockout@1.12.10 --save
npm i survey-analytics@1.12.10 --save
npm i survey-pdf@1.12.10 --save
HTML/CSS/JavaScript
<link href="https://unpkg.com/survey-core@1.12.10/defaultV2.min.css" type="text/css" rel="stylesheet">
<script type="text/javascript" src="https://unpkg.com/survey-core@1.12.10/survey.core.min.js"></script>
<script type="text/javascript" src="https://unpkg.com/survey-js-ui@1.12.10/survey-js-ui.min.js"></script>
<script src="https://unpkg.com/survey-core@1.12.10/themes/index.min.js"></script>
<link href="https://unpkg.com/survey-creator-core@1.12.10/survey-creator-core.min.css" type="text/css" rel="stylesheet">
<script src="https://unpkg.com/survey-creator-core@1.12.10/survey-creator-core.min.js"></script>
<script src="https://unpkg.com/survey-creator-js@1.12.10/survey-creator-js.min.js"></script>
<link href="https://unpkg.com/survey-analytics@1.12.10/survey.analytics.min.css" rel="stylesheet">
<script src="https://unpkg.com/survey-analytics@1.12.10/survey.analytics.min.js"></script>
<script src="https://unpkg.com/survey-pdf@1.12.10/survey.pdf.min.js"></script>