Skip to content

Releases: asoftwareworld/ASW-Form-Builder

v5.2.1

09 Nov 16:05
5038087
Compare
Choose a tag to compare

Upgrade Angular version 16 to 18
Fixed image upload issue
fixed popup width issue
implemented changes for new material design

v5.1.1

27 Jul 15:45
3d7a472
Compare
Choose a tag to compare

Fixed minor issues
upgrade angular version 15 to 16

v5.1.0

18 Mar 06:11
Compare
Choose a tag to compare

Upgrade angular and bootstrap version
added a new feature for QR code control below is a list of features

  1. logo style
  2. density
  3. format

v5.0.7

11 Nov 10:19
Compare
Choose a tag to compare

Fixed below issues

  1. No max height and max width for image control.
  2. Removal of default image for ASW in image control.
  3. For the image control, alignment properties i.e. center and left are working as left aligned.
  4. Fixed designing issue

v5.0.5

02 Nov 12:22
Compare
Choose a tag to compare

Calculated Input Issue #42
Numeric input should accept decimal values #43

v5.0.4

01 Nov 13:35
Compare
Choose a tag to compare

Feature Description

  1. Make the “Select Image shape” to be square by default in the Image control.
  2. Added an upload button in image control.
  3. Implemented image size to be configurable so that the user can set the width and height of the image in the setting itself.
  4. Add a signature icon in the preview as well.

v5.0.3

18 Oct 04:29
4001f0c
Compare
Choose a tag to compare

Fixed model change event

v5.0.2

16 Oct 05:56
4001f0c
Compare
Choose a tag to compare

Below is the list of new features/changes.

  1. maxLength is optional.
  2. Removed maxLength from the label.
  3. Fixed calculation binding.
  4. Fixed number model change event
  5. Added new property to Disable the control.

v5.0.1

11 Sep 15:34
Compare
Choose a tag to compare

Below is the list of new features/changes.

  1. Reduced form builder unpacked size.
  2. Added a new feature for Average in calculation control
  3. Fixed Digital signature and image drawing image saving issue
  4. Fixed design issue

v5.0.0

17 Aug 17:34
a2aeadd
Compare
Choose a tag to compare

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