release notes

SurveyJS v1.12.17

Released: December 30, 2024

SurveyJS v1.12.17 adds an event for panel number customization and includes minor bug fixes and enhancements.

Customize Panel Numbering

In addition to the onGetQuestionNumber and onGetPageNumber events, SurveyJS Form Library now supports an event that allows you to customize automatically generated numbers of panels—onGetPanelNumber. This event provides a similar API: use the options.panel parameter to access the PanelModel instance for which the event is raised and the options.number parameter to access and change the generated number:

import { Model } from "survey-core";
const surveyJson = { ... }
const survey = new Model(surveyJson);

survey.onGetPanelNumber.add((_, options) => {
  if (options.panel.name === "panel1") {
    options.number = "0. ";
  }
});

Bug Fixes and Minor Enhancements

Form Library

  • Survey Creator: Hover effects stop applying to list items (#9202)

How to Update SurveyJS Libraries in Your Application

Angular
npm i survey-core@1.12.17 survey-angular-ui@1.12.17 --save
npm i survey-creator-core@1.12.17 survey-creator-angular@1.12.17 --save
npm i survey-analytics@1.12.17 --save
npm i survey-pdf@1.12.17 --save
React
npm i survey-core@1.12.17 survey-react-ui@1.12.17 --save
npm i survey-creator-core@1.12.17 survey-creator-react@1.12.17 --save
npm i survey-analytics@1.12.17 --save
npm i survey-pdf@1.12.17 --save
Vue 3
npm i survey-core@1.12.17 survey-vue3-ui@1.12.17 --save
npm i survey-creator-core@1.12.17 survey-creator-vue@1.12.17 --save
npm i survey-analytics@1.12.17 --save
npm i survey-pdf@1.12.17 --save
Vue 2
npm i survey-core@1.12.17 survey-vue-ui@1.12.17 --save
npm i survey-creator-core@1.12.17 survey-creator-knockout@1.12.17 --save
npm i survey-analytics@1.12.17 --save
npm i survey-pdf@1.12.17 --save
HTML/CSS/JavaScript
<link href="https://unpkg.com/survey-core@1.12.17/defaultV2.min.css" type="text/css" rel="stylesheet">
<script type="text/javascript" src="https://unpkg.com/survey-core@1.12.17/survey.core.min.js"></script>
<script type="text/javascript" src="https://unpkg.com/survey-js-ui@1.12.17/survey-js-ui.min.js"></script>

<script src="https://unpkg.com/survey-core@1.12.17/themes/index.min.js"></script>

<link href="https://unpkg.com/survey-creator-core@1.12.17/survey-creator-core.min.css" type="text/css" rel="stylesheet">
<script src="https://unpkg.com/survey-creator-core@1.12.17/survey-creator-core.min.js"></script>
<script src="https://unpkg.com/survey-creator-js@1.12.17/survey-creator-js.min.js"></script>

<link href="https://unpkg.com/survey-analytics@1.12.17/survey.analytics.min.css" rel="stylesheet">
<script src="https://unpkg.com/survey-analytics@1.12.17/survey.analytics.min.js"></script>

<script src="https://unpkg.com/survey-pdf@1.12.17/survey.pdf.min.js"></script>

Your cookie settings

We use cookies on our site to make your browsing experience more convenient and personal. In some cases, they are essential to making the site work properly. By clicking "Accept All", you consent to the use of all cookies in accordance with our Terms of Use & Privacy Statement. However, you may visit "Cookie settings" to provide a controlled consent.

Your renewal subscription expires soon.

Since the license is perpetual, you will still have permanent access to the product versions released within the first 12 month of the original purchase date.

If you wish to continue receiving technical support from our Help Desk specialists and maintain access to the latest product updates, make sure to renew your subscription by clicking the "Renew" button below.

Your renewal subscription has expired.

Since the license is perpetual, you will still have permanent access to the product versions released within the first 12 month of the original purchase date.

If you wish to continue receiving technical support from our Help Desk specialists and maintain access to the latest product updates, make sure to renew your subscription by clicking the "Renew" button below.