release notes

SurveyJS v1.9.116

Released: November 7, 2023

SurveyJS v1.9.116 introduces new featured demos that illustrate rich capabilities of Survey Creator with integrated Theme Editor. In addition, the Signature question type receives responsiveness support and a new API that control pen width.

In SurveyJS v1.9.100, we introduced Theme Editor—a powerful tool that helps you design beautiful, eye-catching forms with ease. To better illustrate the endless capabilities of this tool and Survey Creator in general, we present to you ten fresh new demos based on real-world scenarios: hotel booking, flight check-in, issue report, and other popular forms and surveys. You can use these demos as learning materials or as a starting point for your own next form. These demos also come with a new landing page to help you navigate in them.

SurveyJS Featured demos

View Featured Demos

Signature: Responsiveness Support and Pen Width API

A Signature question allows respondents to leave a signature under their response. The dimensions of the signature area are defined in pixels by the signatureHeight and signatureWidth properties. The latest SurveyJS release adds a capability to automatically scale the signature area to fit it into the question width. The area's aspect ratio is preserved. To enable this functionality, set the signatureAutoScaleEnabled property to true.

Auto-scale disabled:

SurveyJS: Signature with auto-scale disabled

Auto-scale enabled:

SurveyJS: Signature with auto-scale enabled

Note that the signature area is scaled only for display. The resulting image will have dimensions specified by the signatureHeight and signatureWidth properties.

In addition to the auto-scale feature, the Signature question type introduces new API members that specify the minimum and maximum width of pen strokes in pixels: penMinWidth and penMaxWidth.

const surveyJson = {
  "elements": [{
    "name": "signature",
    "type": "signature",
    "penMinWidth": 0.5,
    "penMaxWidth": 2.5
  }]
}

Bug Fixes

Form Library

  • defaultValueExpression stopped working for specialized question types (#7280)
  • File Upload: An empty preview appears when the onDownloadFile event calls options.callback with "error" (#7242)

Survey Creator

  • Logic rules are deleted when you delete a question referenced within them (#4839)
  • Choice in-place editing stops working after you add more choices (#4856)
  • Themes Tab: The Save button is unavailable when isAutoSave is disabled (#4866)

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.