Skip to content

Releases: FEMessage/el-form-renderer

v1.4.1

21 Mar 12:02
Compare
Choose a tag to compare

🔧 Fixes and Enhancements

  • 解决表单inline失效问题

v1.4.0

20 Mar 10:23
Compare
Choose a tag to compare

🎉 New Features

  • 每个form-item可以通过添加atChange事件,支持表单联动 #16
  • slot可以在任意位置插入 #15

v1.3.0

08 Jan 12:55
Compare
Choose a tag to compare

📝 Release Notes

v1.3.0 版本中content支持inputFormat、outputFormat、trim🎉

如果更新使用以下命令:

yarn upgrade @femessage/el-form-renderer

🎉 New Features

  • content 添加 inputFormat 方法,用于辅助 updateForm 对值进行更新
  • content 添加 outputFormat 方法,用于辅助 getFormValue 获取指定的值
  • content 添加 trim 值,取值时对字符串进行 trim 处理

❄️ Deprecations

  • updateValue 方法将被废弃,不建议使用

v1.2.0

27 Dec 11:20
Compare
Choose a tag to compare

📝 Release Notes

v1.2.0 版本支持动态改变select等组件的options🎉

如果更新使用以下命令:

yarn upgrade @femessage/el-form-renderer

🎉 New Features

  • 添加setOptions方法,支持动态改变options

🔧 Fixes and Enhancements

  • fix group 类型中使用 enableWhen 无效的问题

v1.1.0

26 Dec 02:50
Compare
Choose a tag to compare
  • fix 使用component不传$type报错的问题
  • 添加updateForm方法
  • 更新中文文档
  • 默认README为中文