Survey Now v1.12.32
Released: April 15, 2025
Survey Now v1.12.32 is a maintenance update that includes big fixes and minor enhancements. New features are included in Survey Now v2.0, which is out now.
Bug Fixes and Minor Enhancements
Form Library
- Composite questions:
SurveyModel'sonPanelVisibleChangedevent is not raised when an inner panel's visibility is changed (#9698) - Dynamic Panel in a detail form of a Dynamic Matrix: The "Add Panel" button disappears even though the
maxPanelCountisn't reached (#9714) - Survey Creator: The
choiceValuesFromQuestionandchoiceTextsFromQuestionsettings are unavailable for drop-down columns in a Multi-Select or Dynamic Matrix (#9741)
Survey Creator
- Expressions: A backslash in a new line character
\nis escaped while it shouldn't be (#6818)
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>