Optimajet FormEngine v4.1.0

Released: May 23, 2025

v4.1.0 での更新項目

機能

  • Added Conditional validation that is performed only if certain conditions are met.
  • Added the form data to the Code validation function so that the field can be validated based on other values from the form.
  • Added a new method allComponentFields to ComponentData that returns an array of all component fields, including non-unique data keys.
  • Updated Internal Dependencies:
    • undici from 6.21.1 to 6.21.3.

不具合の修正

  • Fixed a bug where the styles of cloned nested elements are applied to the original elements instead of the new ones.
  • Now, when uploading a form with non-unique keys, the keys are corrected to unique ones so that errors do not occur.