Skip to content

v3.3.1 Release! ​

Updated: 2025.09.05

✨ New Features: ​

  • Added font and position options in style configuration

  • Added hiddenFormConfig and disabledFormConfig to config for controlling form configuration item visibility and disabled state

  • Added validateOnlyRequired to config to show only required fields in validation module

  • Added global menu and drag rule import methods: FcDesigner.addMenu and FcDesigner.addDragRule

  • Added nameReadonly to config to control code editability

πŸ”§ Optimizations: ​

  • Added placeholder configuration item to select component (vant)

  • tableOptions and treeOptions components now support disabled state

  • Optimized built-in menu loading logic

  • Default to reset field and name when pasting components (incompatible update)

  • Isolated component hook configuration execution

🐞 Bug Fixes: ​

  • βœ… Fixed issue where component events could not be re-added after deletion

  • βœ… Fixed possible error when saving HTML content

  • βœ… Fixed showControl configuration item not working issue

  • βœ… Fixed possible error when moving components in grid (Vue2)