v3.5.0
Wed, 6 Apr, 2022Feature
- Support for adding description while setting the
validationType
toRegex
for the textbox form field has been added.
Breaking changes
- From BoldSign API SDK version 3.5.0, while setting the
validationType
asCustomRegex
for a TextBoxField, thevalidationCustomRegexDescription
becomes mandatory field. So if you are using a version less than 3.5.0,validationCustomRegexDescription
will not be available, and you need to upgrade to above 3.4.0 version.