Skip to content

Releases: optimajet/formengine

Form Engine 1.3.0

13 Jun 16:35
Compare
Choose a tag to compare
  • Added the RsSignature component for drawing signatures.
  • The text of the form data and errors in the left panel on the designer preview is now scrollable.
  • Fixed minor style breakdowns in the designer scrollbars.

Form Engine 1.2.0

05 Jun 15:52
Compare
Choose a tag to compare
  • Added the RsLink component to be used as a hyperlink.
  • Improved error logging when launching custom functions:
    • The error text now includes the source code of the function.
    • Removed unnecessary logging to the console during testing in the editor.
  • Added documentation for storing user-defined data.
  • Styles have been added to the bundle for the viewer.

Fixed bugs

  • Fixed minor style breakdowns in the Mozilla Firefox browser.
  • The last selected form is not loaded when the designer is opened.
  • The onWillUnmount event does not work.
  • Changes to the Placement property in Error settings are not applied to the form in real time.

Form Builder 1.1.0

03 May 12:11
Compare
Choose a tag to compare
  • React Suite updated to version 5.59.1.

Form Builder 1.0.9

17 Apr 12:30
Compare
Choose a tag to compare
  • The "Edit JSON" button in the designer has been moved to the layout switches.
  • Changed appearance of the language switch - the language code is shown instead of the language name.
  • Updated documentation on computed properties.
  • Fixed a typo in the custom component documentation.

Form Builder 1.0.8

11 Apr 14:26
Compare
Choose a tag to compare
  • Added localization for Farsi language in Designer.
  • Added documentation on how to use FormEngine via CDN.

Form Builder 1.0.7

14 Mar 16:55
Compare
Choose a tag to compare
  • Fixed a bug where the focus in the property editor was reset when entering each character.

Form Builder 1.0.6

08 Mar 11:48
Compare
Choose a tag to compare
  • Added the FormBuilder UI customization feature.
  • Add IFormBuilder.parseForm(formString) method that sets the form serialized in JSON as the current form.
  • Fixed the bug when FormBuilder UI breaks with create-react-app.

Form Builder 1.0.5

16 Feb 12:06
Compare
Choose a tag to compare
  • Added the FormBuilder ref to provide access to BuilderStore. It can also be used to get a form's JSON.
  • Fixed a bug in the Dropdown component that caused the original elements to be lost after adding a new element.

Form Builder 1.0.4

26 Jan 16:21
Compare
Choose a tag to compare
  • Added FormEngine embedding library to unpkg.com CDN.
  • The label property has been added to the RsDatePicker component.
  • Fixed bugs:
    • The form handles null values incorrectly.
    • Some children disappear in slot dropzone.
    • The input text in RsDropdown component is not visible.
    • Dropdowns marked as required do not show invalid state after clear.

Form Builder 1.0.3

22 Dec 13:16
Compare
Choose a tag to compare
  • Fixed dark theme styles.
  • Fixed incorrect behavior of renderWhen property.