Optimajet FormEngine v5.1.0

Released: Jul 17, 2025

v5.1.0 での更新項目

機能

  • Added support for functional type properties.
  • Added the formOptions property to pass custom options to the getForm function.
  • Added the options property for templates, similar to formOptions.
  • Added support for one-way data binding for component properties.
  • Added ability to create computed and localized properties using the form JSON builder.
  • Added the persistFormName property to disable form name persistence in localStorage.
  • Added the AutoComplete component.
  • Added visual highlighting for user-modified component properties.
  • Updated Internal Dependencies:
    • rsuite from 5.80.2 to 5.83.1.

不具合の修正

  • Fixed dropdown positioning in code action arguments editor (previously appearing off-screen).
  • Fixed aria-label attribute added on components without labels.