SurveyJS v1.12.14
Released: December 10, 2024
SurveyJS v1.12.14 introduces JSON Obfuscator—a tool that modifies survey JSON schemas by replacing meaningful texts in them with random characters. Bug fixes and minor enhancements are included as well.
JSON Obfuscator
JSON Obfuscator is a utility tool that helps you strip your JSON schema of sensitive data before sharing it. This tool replaces titles, descriptions, placeholders, and other meaningful texts with randomized sequences of characters. You may find it useful when you need to attach a survey JSON schema to a bug report submitted to the SurveyJS team.
New and Updated Demos
Survey Creator: Modify New Question
Bug Fixes and Minor Enhancements
Form Library
- Dynamic Matrix: Conditional visibility within a detail panel stops working when another Dynamic Panel is placed there (#9137)
- Dynamic Matrix: Adding a new row puts it above the last expanded detail section (#9147)
Survey Creator
- Designer surface: A description placed under the input field results in a scroll bar (#6185)
- Property Grid: Value-related settings are available for HTML and Expression fields, while these field types do not have a value (#6176)
Dashboard
- The
onStateChanged
event isn't raised when filters are modified (#492)
How to Update SurveyJS Libraries in Your Application
Angular
npm i survey-core@1.12.14 survey-angular-ui@1.12.14 --save
npm i survey-creator-core@1.12.14 survey-creator-angular@1.12.14 --save
npm i survey-analytics@1.12.14 --save
npm i survey-pdf@1.12.14 --save
React
npm i survey-core@1.12.14 survey-react-ui@1.12.14 --save
npm i survey-creator-core@1.12.14 survey-creator-react@1.12.14 --save
npm i survey-analytics@1.12.14 --save
npm i survey-pdf@1.12.14 --save
Vue 3
npm i survey-core@1.12.14 survey-vue3-ui@1.12.14 --save
npm i survey-creator-core@1.12.14 survey-creator-vue@1.12.14 --save
npm i survey-analytics@1.12.14 --save
npm i survey-pdf@1.12.14 --save
Vue 2
npm i survey-core@1.12.14 survey-vue-ui@1.12.14 --save
npm i survey-creator-core@1.12.14 survey-creator-knockout@1.12.14 --save
npm i survey-analytics@1.12.14 --save
npm i survey-pdf@1.12.14 --save
HTML/CSS/JavaScript
<link href="https://unpkg.com/survey-core@1.12.14/defaultV2.min.css" type="text/css" rel="stylesheet">
<script type="text/javascript" src="https://unpkg.com/survey-core@1.12.14/survey.core.min.js"></script>
<script type="text/javascript" src="https://unpkg.com/survey-js-ui@1.12.14/survey-js-ui.min.js"></script>
<script src="https://unpkg.com/survey-core@1.12.14/themes/index.min.js"></script>
<link href="https://unpkg.com/survey-creator-core@1.12.14/survey-creator-core.min.css" type="text/css" rel="stylesheet">
<script src="https://unpkg.com/survey-creator-core@1.12.14/survey-creator-core.min.js"></script>
<script src="https://unpkg.com/survey-creator-js@1.12.14/survey-creator-js.min.js"></script>
<link href="https://unpkg.com/survey-analytics@1.12.14/survey.analytics.min.css" rel="stylesheet">
<script src="https://unpkg.com/survey-analytics@1.12.14/survey.analytics.min.js"></script>
<script src="https://unpkg.com/survey-pdf@1.12.14/survey.pdf.min.js"></script>