Survey Now v2.2.5
Released: July 15, 2025
Survey Now v2.2.5 includes bug fixes and minor enhancements.
Bug Fixes and Minor Enhancements
Form Library
- [Accessibility] Rating Scale: Screen readers do not announce the question title when the question is focused using the keyboard (#10117)
- Table of Contents doesn't work when
questionsOnPageModeis"singlePage"and a custom item template is defined (#10110) - Skip logic doesn't work if the survey is in question-per-page mode and the target question is inside a panel (#10113)
- Slider: A custom theme doesn't change the color of the selected range (#10128)
Survey Creator
- It is possible to add a panel inside another panel regardless of
maxPanelNestingLevelbeing set to 0 (#7024) - Page navigator doesn't work with shadow DOM (#7003)
- It is possible to assign a non-unique element name by adding a space character to it (#7022)
- Design surface: Elements overlap when they are arranged in a line (#7023)
Dashboard
- Table View: An "undefined" tooltip appears in the first column (#555)
- Visualizer data isn't provided to the
PlotlySetup.onPlotCreatingevent under certain conditions (#568)
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.js
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]/survey-core.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>
<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>
<script src="https://unpkg.com/[email protected]/pdf-form-filler.min.js"></script>