SurveyJS v2.2.5
Released: July 15, 2025
SurveyJS 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
questionsOnPageMode
is"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
maxPanelNestingLevel
being 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.onPlotCreating
event under certain conditions (#568)
How to Update SurveyJS Libraries in Your Application
Angular
npm i survey-core@v2.2.5 survey-angular-ui@v2.2.5 --save
npm i survey-creator-core@v2.2.5 survey-creator-angular@v2.2.5 --save
npm i survey-analytics@v2.2.5 --save
npm i survey-pdf@v2.2.5 --save
React
npm i survey-core@v2.2.5 survey-react-ui@v2.2.5 --save
npm i survey-creator-core@v2.2.5 survey-creator-react@v2.2.5 --save
npm i survey-analytics@v2.2.5 --save
npm i survey-pdf@v2.2.5 --save
Vue.js
npm i survey-core@v2.2.5 survey-vue3-ui@v2.2.5 --save
npm i survey-creator-core@v2.2.5 survey-creator-vue@2.2.5 --save
npm i survey-analytics@2.2.5 --save
npm i survey-pdf@2.2.5 --save
HTML/CSS/JavaScript
<link href="https://unpkg.com/survey-core@2.2.5/survey-core.min.css" type="text/css" rel="stylesheet">
<script type="text/javascript" src="https://unpkg.com/survey-core@2.2.5/survey.core.min.js"></script>
<script type="text/javascript" src="https://unpkg.com/survey-js-ui@2.2.5/survey-js-ui.min.js"></script>
<script src="https://unpkg.com/survey-core@2.2.5/themes/index.min.js"></script>
<script src="https://unpkg.com/survey-creator-core@2.2.5/themes/index.min.js"></script>
<link href="https://unpkg.com/survey-creator-core@2.2.5/survey-creator-core.min.css" type="text/css" rel="stylesheet">
<script src="https://unpkg.com/survey-creator-core@2.2.5/survey-creator-core.min.js"></script>
<script src="https://unpkg.com/survey-creator-js@2.2.5/survey-creator-js.min.js"></script>
<link href="https://unpkg.com/survey-analytics@2.2.5/survey.analytics.min.css" rel="stylesheet">
<script src="https://unpkg.com/survey-analytics@2.2.5/survey.analytics.min.js"></script>
<script src="https://unpkg.com/survey-pdf@2.2.5/survey.pdf.min.js"></script>
<script src="https://unpkg.com/survey-pdf@2.2.5/pdf-form-filler.min.js"></script>