Skip to content

Releases: duan602728596/antd-schema-form

v5.0.1

16 Apr 12:01
Compare
Choose a tag to compare
  • 🐛Fix the error in the prompt message of verifying the maximum when the number type is verified.

  • 🐛修复number类型时验证maximum的提示信息错误。

v5.0.0

03 Dec 16:32
Compare
Choose a tag to compare
  • 🎉antd is upgraded to v5 version.
  • Breaking change: The function parameters of customComponent and customTableRender are changed from multiple parameters to object type.

  • 🎉antd升级到v5版本。
  • 破坏性更新:customComponent和customTableRender的函数参数从多个参数修改为object类型。

v4.5.1

21 Jun 09:36
Compare
Choose a tag to compare
  • 🐛Fixed an error that the moment object could not pass the verification under the required verification, and the value was always empty.

  • 🐛修复moment对象在required验证下,无法通过验证,总是提示值为空的错误。

v4.5.0

12 Apr 08:01
Compare
Choose a tag to compare
  • Upgrade all dependencies to the latest version.
  • The date component of type string adds the configuration show Time and format to control whether the date-picker can select the time. (#30)
  • 🐛The display of complex moment objects in the table is now displayed as a formatted string. (#31)
  • In the test case, use @testing-libraryreact instead of enzyme to render the react components.

  • 升级所有依赖到最新版本。
  • string类型的date组件添加配置$showTime$format,控制date-picker是否可以选择时间。(#30)
  • 🐛修复moment对象在表格中的展示,现在展示为格式化后的字符串。(#31)
  • 测试用例中,使用@testing-library/react替换enzyme来渲染react组件。

v4.4.0

01 Sep 07:21
Compare
Choose a tag to compare
  • Upgrade all dependencies to the latest version.
  • Remove immutability-helper dependency.
  • 🐛Fix the array table, rendering the input focus error that adjusts the array position.

  • 升级所有依赖到最新版本。
  • 移除immutability-helper依赖。
  • 🐛修复数组表格,渲染调整数组位置的Input的焦点错误。

v4.3.0

02 Aug 06:45
Compare
Choose a tag to compare
  • The method provided by lodash has been removed and implemented using native methods instead. (For compatibility, the method provided by lodash was used. Considering that some methods can already be implemented using native APIs and reduce dependencies, lodash is removed)

  • 移除了lodash提供的方法,改用原生方法实现。(之前为了兼容,使用了lodash提供的方法。考虑到有些方法已经可以使用原生api来实现,且减少依赖,所以移除了lodash)

v4.2.2

09 Jun 07:39
Compare
Choose a tag to compare
  • The array type supports the configuration of $required and $requiredMessage.

  • 数组类型支持配置$required$requiredMessage

v4.2.1

09 Jun 05:25
Compare
Choose a tag to compare
  • 🐛Fix the error that $minItemsMessage cannot be customized.

  • 🐛修复无法自定义$minItemsMessage的错误。

v4.2.0

17 Mar 05:59
Compare
Choose a tag to compare
  • Add judgment on the dayjs object.
  • Upgrade all dependencies to the latest version.

  • 添加对dayjs对象的判断。
  • 升级所有依赖到最新版本。

v4.1.1

05 Feb 02:09
Compare
Choose a tag to compare
  • Add $rowKey configuration to the array to set the rowKey field of the table.
  • 🐛Fix the type error of the number $integer configuration.

  • 数组添加$rowKey配置,用来设置表格的rowKey字段。
  • 🐛修复数字$integer配置的类型错误。