Optimajet FormEngine v7.15.0

Released: Apr 1, 2026

v7.15.0 での更新項目

機能

  • Added onBuilderLanguageChange and onViewerLanguageChange callbacks on FormBuilderProps for builder and preview language changes.
  • Added optional presetName to the onFormElementAdd callback payload when a component is inserted from a preset.
  • Documented presetName in Tracking component add and remove events.
  • Wired IndexedDB form storage into the premium FormEngine example (examples/premium/formengine) to match the form storage documentation.
  • Security
    • Bumped handlebars from 4.7.8 to 4.7.9.
    • Bumped node-forge (transitive dependency updates).
    • Bumped socket.io-parser (including in Angular examples).
  • Chore
    • Migrated selected build, release, and sample-app automation scripts from JavaScript and PowerShell to TypeScript.
    • Bumped flatted from 3.3.3 to 3.4.2.
    • Bumped yaml from 1.10.2 to 1.10.3.
    • Bumped brace-expansion from 1.1.11 to 1.1.13.
    • Bumped picomatch across examples and sample apps.
    • Bumped path-to-regexp from 8.3.0 to 8.4.0 in tooling.
    • Bumped locutus in the Vue bundle-size example under examples/community/bundle-size.

不具合の修正

  • Fixed preset entries showing as InternalError in the component picker when preset metadata was unavailable.
  • Fixed incorrect links in Integrating FormEngine with Angular.