Releases: asoftwareworld/ASW-Form-Builder
v5.2.1
v5.1.1
Fixed minor issues
upgrade angular version 15 to 16
v5.1.0
Upgrade angular and bootstrap version
added a new feature for QR code control below is a list of features
- logo style
- density
- format
v5.0.7
Fixed below issues
- No max height and max width for image control.
- Removal of default image for ASW in image control.
- For the image control, alignment properties i.e. center and left are working as left aligned.
- Fixed designing issue
v5.0.5
v5.0.4
Feature Description
- Make the “Select Image shape” to be square by default in the Image control.
- Added an upload button in image control.
- Implemented image size to be configurable so that the user can set the width and height of the image in the setting itself.
- Add a signature icon in the preview as well.
v5.0.3
Fixed model change event
v5.0.2
Below is the list of new features/changes.
- maxLength is optional.
- Removed maxLength from the label.
- Fixed calculation binding.
- Fixed number model change event
- Added new property to Disable the control.
v5.0.1
Below is the list of new features/changes.
- Reduced form builder unpacked size.
- Added a new feature for Average in calculation control
- Fixed Digital signature and image drawing image saving issue
- Fixed design issue
v5.0.0
Below is the list of new features/changes.
1. Renamed the Textbox to Text Field
2. Added new Number control (Added new text control will have numbers only as an input)
3. Added new calculation control (This control can provide the calculations for selected input controls (Number Input Control))
4. Added duplicate/clone control option (User can clone or duplicate the existing control by the provided icon)
5. Added new Signature Control (Digital Signature)
6. Added new Image Drawing control
7. Added input masking and custom error message (This property will help for input pattern and custom error message)
8. Added custom CSS attribute (This property will help to add custom CSS for all controls)
9. Fixed designing issues
10. Added aswModelChange (value change) event for all controls
11. Added Form validation
12. Added button click event
13. Added min and max date for date picker
14. Added new QR Code Control