Optimajet FormEngine のリリース
Released: Jun 3, 2025
v4.2.0 での更新項目
機能
- 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 the IFormData...
Released: May 23, 2025
v4.1.0 での更新項目
機能
- 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.
不具合の修正
- Fixed a bug where the styles of cloned nested elements are applied to the original...
Released: May 15, 2025
v4.0.0 での更新項目
機能
- 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-builder...