Lancements de Optimajet FormEngine
Released: Jun 3, 2025
Mises à jour de v4.3.0
Fonctionnalités
- Added disabled and readOnly properties to the Screen, Container, and Template components. These properties allow you to make the entire form or part of it disabled or read-only.
- Added a form validation editor to the designer which allows you to set a code that will check the entire form.
- Added localizations in Hindi, Serbian, Japanese, and Korean.
- Now the required validation parameters are displayed above the optional ones.
- Updated Internal Dependencies:
Released: Jun 3, 2025
Mises à jour de v4.2.0
Fonctionnalités
- Now the "required" class name will be applied to components with "required" validation.
- In the RSuite components, the required fields are marked with a red asterisk.
- Added required validation for fields with the date, number, boolean, array, and object types.
- Added the label property to the Calendar, Google Map and to the Uploader components.
- The errors property which allows you to manually set form validation errors has been added to the FormViewerProps, FormBuilderProps and to...
Released: May 23, 2025
Mises à jour de v4.1.0
Fonctionnalités
- Added Conditional validation that is performed only if certain conditions are met.
- Added the form data to the Code validation function so that the field can be validated based on other values from the form.
- Added a new method allComponentFields to ComponentData that returns an array of all component fields, including non-unique data keys.
- Updated Internal Dependencies:
- undici from 6.21.1 to 6.21.3.
Correctifs
- Fixed a bug where the styles of cloned nested elements are applied to...
Released: May 15, 2025
Mises à jour de v4.0.0
Fonctionnalités
- Added FormJsonBuilder, a code-based tool for form creation.
- Commercial license keys now use a different format, and the licensing scheme has changed.
- FormViewerProps.language is now a string representing language full code.
- Default links in Menu now use hash-based navigation.
- Introduced useBuilderMode hook.
- Tab and Menu components now support pill display variant.
- With this release, the following packages are distributed under the MIT license:
- react-form-builder/core
- react-form...