Survey Now v1.12.34
Released: April 30, 2025
Survey Now v1.12.34 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
- Dropdown with
choicesByUrlthrows a "Maximum recursive updates exceeded" error when the survey is read-only, and the dropdown is pre-populated (#9796) - Dropdown: A selected choice item is displayed as an Other value if
choicesare defined after assigning the question value in code (#9791) navigationButtonsLocation: "topBottom"doesn't apply (#9812)- Expression question: An error is raised if
maximumFractionDigitsandminimumFractionDigitsare swapped places (#9818)
PDF Generator
- File Upload with a custom file preview displays a "No file selected" message (#376)
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>