SurveyJS v2.3.3
Released: August 20, 2025
SurveyJS v2.3.3 includes bug fixes and minor enhancements.
New Demos
Checkboxes with Exclusive Option
Bug Fixes and Minor Enhancements
Form Library
- Dropdowns: The
customChoices
array does not include custom values that come fromsurvey.data
(#10247) - Pre-populated Dynamic Matrix with detail rows raises the
onValueChanged
event when a detail row is expanded (#10253) - Multi-Select Matrix: A column's
resetValueIf
property doesn't work when users change a cell value in a matrix bound using thevalueName
property (#10250) - A custom navigation button that generates a PDF document doesn't wait for the Signature question to finish uploading (#10251)
visibleIf
on a composite question fails when referencing a question with the same name as one inside the composite question (#10257)
Survey Creator
- The
onTranslationStringVisibility
event is not raised for the auto-translation pop-up window (#7094) - Design surface: Element adorners are misaligned after the Change Input Type adorner is removed (#7088)
How to Update SurveyJS Libraries in Your Application
Angular
npm i survey-core@v2.3.3 survey-angular-ui@v2.3.3 --save
npm i survey-creator-core@v2.3.3 survey-creator-angular@v2.3.3 --save
npm i survey-analytics@v2.3.3 --save
npm i survey-pdf@v2.3.3 --save
React
npm i survey-core@v2.3.3 survey-react-ui@v2.3.3 --save
npm i survey-creator-core@v2.3.3 survey-creator-react@v2.3.3 --save
npm i survey-analytics@v2.3.3 --save
npm i survey-pdf@v2.3.3 --save
Vue.js
npm i survey-core@v2.3.3 survey-vue3-ui@v2.3.3 --save
npm i survey-creator-core@v2.3.3 survey-creator-vue@2.3.3 --save
npm i survey-analytics@2.3.3 --save
npm i survey-pdf@2.3.3 --save
HTML/CSS/JavaScript
<link href="https://unpkg.com/survey-core@2.3.3/survey-core.min.css" type="text/css" rel="stylesheet">
<script type="text/javascript" src="https://unpkg.com/survey-core@2.3.3/survey.core.min.js"></script>
<script type="text/javascript" src="https://unpkg.com/survey-js-ui@2.3.3/survey-js-ui.min.js"></script>
<script src="https://unpkg.com/survey-core@2.3.3/themes/index.min.js"></script>
<script src="https://unpkg.com/survey-creator-core@2.3.3/themes/index.min.js"></script>
<link href="https://unpkg.com/survey-creator-core@2.3.3/survey-creator-core.min.css" type="text/css" rel="stylesheet">
<script src="https://unpkg.com/survey-creator-core@2.3.3/survey-creator-core.min.js"></script>
<script src="https://unpkg.com/survey-creator-js@2.3.3/survey-creator-js.min.js"></script>
<link href="https://unpkg.com/survey-analytics@2.3.3/survey.analytics.min.css" rel="stylesheet">
<script src="https://unpkg.com/survey-analytics@2.3.3/survey.analytics.min.js"></script>
<script src="https://unpkg.com/survey-pdf@2.3.3/survey.pdf.min.js"></script>
<script src="https://unpkg.com/survey-pdf@2.3.3/pdf-form-filler.min.js"></script>