Skip to content

3.2.9

Choose a tag to compare

@xaboy xaboy released this 22 Sep 14:53
· 184 commits to next since this release

vue3
20240922

  • 新增 增加api.getParentRule方法获取父级规则
  • 新增 在组件中通过formCreateInject.updateValue方法更新表单的值
  • 优化 preview字段读取
  • 优化 自定义属性挂载
  • 优化 首屏渲染速度
  • 优化 getData和setData方法
  • 优化 统一内置组件的参数格式
  • 优化 modelValue同步
  • 优化 componentValidate方法, 支持配置触发方式
type ComponentValidate = string | boolean | {
    method: string;
    trigger?: string;
    message?: string;
    [key: string]: any;
};

帮助文档