Skip to content

v4.0.0

Choose a tag to compare

@duan602728596 duan602728596 released this 09 Apr 07:36
· 153 commits to master since this release
  • Upgrade all dependencies to the latest version.
  • 🐛Fixed an issue where the TableComponent component did not re-render after being added or edited.
  • 🐛The addition and editing functions of the TableComponent component reset the form after canceling and closing. To avoid the problem of editing data left in the form when adding after editing.
  • 🐛The validation result of the rendered form of the TableComponent component has been removed. Fix the problem that the form verification result is displayed repeatedly.
  • 🐛Fixed the judgment of language under the new version of edge.
  • The onCancel event parameter passing adds keys, which is used when there may be a need to reset the form after executing the onCancel event.

  • 升级所有依赖到最新版本。
  • 🐛修复了TableComponent组件在添加或编辑后不重新渲染的问题。
  • 🐛TableComponent组件的添加、编辑功能在取消关闭后重置表单。避免出现编辑后再添加时,表单内遗留编辑数据的问题。
  • 🐛移除了TableComponent组件的渲染表单验证结果。修复了表单验证结果重复显示的问题。
  • 🐛修复了在新版edge下对语言的判断。
  • onCancel事件参数传递添加了keys,用于在执行onCancel事件后可能有重置表单的需求时使用。