Optimajet FormEngine v7.11.0

Released: Feb 3, 2026

v7.11.0 での更新項目

機能

  • Added MuiDialog component.
  • Added type property support to MuiTextField.
  • Added support for disabled and read-only properties for MUI components (see Disabled and read-only).
  • Removed barrel files from the core package to improve tree shaking and package structure.
  • Moved bundle-size tooling to public examples and dropped install-from-tgz flow.
  • Extended FormEngine core documentation.
  • Documented bundle size comparison with competitors.
  • Bumped Next.js from 15.4.10 to 16.1.5 in /examples/premium/with-nextjs.
  • Bumped ESLint and related packages in premium examples (with-nextjs-v16, with-remix-v2).
  • Security:
    • Bumped lodash from 4.17.21 to 4.17.23 in /src and in premium examples (formengine, with-nextjs-v15, with-remix-v2).
    • Bumped lodash-es from 4.17.21 to 4.17.23 in /examples/premium/with-formik.
    • Bumped diff from 5.2.0 to 5.2.2 in /examples/premium/with-remix/with-remix-v2.

不具合の修正

  • Fixed Vitest globals causing Jest types to be used in tests.
  • Fixed localization fallback behavior.
  • Fixed designer issue where RSuite CSS overrode MUI styles.
  • Fixed IndexedDB error: 'demo-presets' is not a known object store name.
  • Fixed read-only and disabled flags not always being passed through the component hierarchy.
  • Fixed CI build failure.
  • Addressed test environment limitation: Window's getComputedStyle() with pseudo-elements (not implemented in test runner).