Optimajet FormEngine v7.10.0

Released: Jan 16, 2026

v7.10.0 での更新項目

機能

  • Added integration with the Material UI components library.
  • Added support for BuilderThemeProvider in RsLocalizationWrapper to enable theme switching in FormViewer when using RSuite components.
  • Added new ComponentStore methods:
    • addValidationRule
    • hasValidationRule
    • removeValidationRule
  • Added the required annotation builder for boolean properties that mark a field as required.
  • Added Annotation.controlsRequiredProp to indicate that a property value controls the required flag.
  • Added a link to the npm package on the documentation page for each component.
  • Extended the parameters of Definer.icon to support using either a component icon or an icon name.
  • Renamed the Generate JSON form schema menu item to Export JSON form schema.

不具合の修正

  • Fixed an error when no form storage was provided: AlwaysRejectFormStorage.ts:8 Uncaught (in promise) Error: Not implemented.
  • Fixed an issue where the Next.js example was broken with react-form-builder/core7.9.0.
  • Fixed the Module not found: Package path . is not exported from package error in premium/examples/with-nextjs/with-nextjs-v15 in FormViewer.