Releases: duan602728596/antd-schema-form
Releases · duan602728596/antd-schema-form
v5.0.1
v5.0.0
- 🎉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
- 🐛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
- Upgrade all dependencies to the latest version.
- The
date
component of type string adds the configurationshow Time
andformat
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 ofenzyme
to render the react components.
v4.4.0
- 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
- 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
- The array type supports the configuration of
$required
and$requiredMessage
.
- 数组类型支持配置
$required
和$requiredMessage
。
v4.2.1
- 🐛Fix the error that
$minItemsMessage
cannot be customized.
- 🐛修复无法自定义
$minItemsMessage
的错误。
v4.2.0
- Add judgment on the dayjs object.
- Upgrade all dependencies to the latest version.
- 添加对dayjs对象的判断。
- 升级所有依赖到最新版本。
v4.1.1
- 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
配置的类型错误。