Optimajet FormEngine v4.0.0
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/components-rsuite
- react-form-builder/viewer-bundle
- Updated Internal Dependencies:
- rsuite from 5.64.2 to 5.80.2
- vite from v4.5.13 to v4.5.14.
不具合の修正
- useBuilderContext hook has been removed.
- The parameter model has been removed from createComponentData.
- Fixed an issue where calculated values inside Repeater children might not display correctly.
- Resolved validation errors for min/max date constraints.