Skip to content

v1.3.0

Compare
Choose a tag to compare
@Alvin-Liu Alvin-Liu released this 08 Jan 12:55
· 246 commits to master since this release

📝 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 方法将被废弃,不建议使用