Releases: duan602728596/antd-schema-form
Releases · duan602728596/antd-schema-form
v5.1.0
v5.0.1
- 🐛Fix the error in the prompt message of verifying the maximum when the number type is verified.
- 🐛修复number类型时验证maximum的提示信息错误。
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
datecomponent of type string adds the configurationshow Timeandformatto 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-libraryreactinstead ofenzymeto 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
$requiredand$requiredMessage.
- 数组类型支持配置
$required和$requiredMessage。
v4.2.1
- 🐛Fix the error that
$minItemsMessagecannot be customized.
- 🐛修复无法自定义
$minItemsMessage的错误。
v4.2.0
- Add judgment on the dayjs object.
- Upgrade all dependencies to the latest version.
- 添加对dayjs对象的判断。
- 升级所有依赖到最新版本。