Releases: optimajet/formengine
Releases · optimajet/formengine
Form Engine 1.3.0
- 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
- 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 inError settings
are not applied to the form in real time.
Form Builder 1.1.0
- React Suite updated to version 5.59.1.
Form Builder 1.0.9
- 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
- Added localization for Farsi language in Designer.
- Added documentation on how to use FormEngine via CDN.
Form Builder 1.0.7
- Fixed a bug where the focus in the property editor was reset when entering each character.
Form Builder 1.0.6
- 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
- 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
- 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
- Fixed dark theme styles.
- Fixed incorrect behavior of
renderWhen
property.