Skip to content

Releases: lljj-x/vue-json-schema-form

v0.1.0

16 Sep 09:22
Compare
Choose a tag to compare

0.1.0 (2020-09-16)

Features

  • errorschema: errorSchema 支持直接配置在 uiSchema中 (5996acc), closes #7
  • field: filed组件 支持通过uiSchema配置 className、attrs、style (b85b69f), closes #8

v0.0.16

15 Sep 01:12
Compare
Choose a tag to compare

0.0.16 (2020-09-14)

Features

  • lib: uiSchema 支持配置在schema中 (0732d7f)
  • lib: errorSchema 支持配置在schema中 (9e96560)

v0.0.15

08 Sep 11:13
Compare
Choose a tag to compare

0.0.15 (2020-09-08)

Bug Fixes

  • objectfield: 修复调用isValid 校验schema 返回结果可能不正确的问题 (1f34d32)

v0.0.14

08 Sep 11:14
Compare
Choose a tag to compare

Features

  • customrule: 添加自定义校验方法 (017272d)

v0.0.13

23 Jul 09:43
Compare
Choose a tag to compare

0.0.13 (2020-07-23)

Bug Fixes

  • arraymultiselect: 修复type array 多选框不支持配置 uiwidget (f9b577c)
  • 修复选择框需要uiSchema参数问题 (66be8df)

Features

  • 添加 datatime格式支持,和required 区间校验 (d3d4e3f)
  • datatime: 时间日期选择支持区间选择,清空时保存数据类型 (71343e4)
  • daterange: 支持时间区间选择 (2de8f14)
  • datetime: 新增支持 date、time、datetime 三种类型 (897dedc)
  • enum uischema: enumNames 和anyOf const 形式,支持通过uiSchema配置枚举项标题 (62698e4)
  • field: 自定义 field 支持 ui:fieldProps 配置传入附加props (7bea3a6)

v0.0.12

20 Jul 08:25
Compare
Choose a tag to compare

0.0.12 (2020-07-20)

Bug Fixes

  • object vaidate: 对象类型校验修复 additionalProperties false 不生效问题 (b8772e8)
  • style: 更新表单数组操作样式 (ca0652f)

Features

  • null: 添加type null 支持 (5c437ad)
  • array 类型支持 showTitle showDescription 配置是否显示标题或描述 (d9e3618)
  • 对渲染节点添加class, 标识当前渲染节点path (100d8ec)
  • 调整表单渲染class类都为 首字母小写 (fc97966)
  • anyof: anyOf 下拉切换组件,默认使用 当前schema的 title,description (edd86ab)
  • customformats: 支持customFormats配置,添加自定义 formats (f84c7e1)
  • integerfield: 添加单独 integerfield 区分 NumberField (830ab48)
  • 调整lib 导出模块,添加 getDefaultFormState (5a3c318)

v0.0.10

06 Jul 09:52
Compare
Choose a tag to compare

0.0.10 (2020-07-06)

Bug Fixes

  • formfooter: 修复 formFooter 配置确定按钮文案无效的问题 (6606ca2)
  • lib: 修复代码错误导致表单初始化会更新一次form value的问题 (b9e7ec1)

Features

  • array: 优化数组类型渲染,不可添加的空组不做渲染 (fadd295)
  • form event: 更新form emit事件名非为驼峰 (db8bcb7)

v0.0.9

22 Jun 10:12
Compare
Choose a tag to compare

0.0.9 (2020-06-22)

Bug Fixes

  • doc: 修复docs:build 报错,修改demo默然 ClientOnly (dde714c)
  • lib: 全局Vue下,默认注册 VueForm组件 (0f81ac6)