From d02fe2edc8d8c61028a645cfe2f0f5e4a2d8d21b Mon Sep 17 00:00:00 2001 From: yinkaihui Date: Fri, 17 May 2024 17:56:43 +0800 Subject: [PATCH] Release version 2.62.1 --- components/Form/__changelog__/index.en-US.md | 8 ++++++++ components/Form/__changelog__/index.zh-CN.md | 8 ++++++++ components/InputTag/__changelog__/index.en-US.md | 8 ++++++++ components/InputTag/__changelog__/index.zh-CN.md | 8 ++++++++ components/index.tsx | 2 +- package.json | 2 +- site/docs/version_v2.en-US.md | 9 +++++++++ site/docs/version_v2.zh-CN.md | 9 +++++++++ 8 files changed, 52 insertions(+), 2 deletions(-) diff --git a/components/Form/__changelog__/index.en-US.md b/components/Form/__changelog__/index.en-US.md index a27f53e300..63df747813 100644 --- a/components/Form/__changelog__/index.en-US.md +++ b/components/Form/__changelog__/index.en-US.md @@ -1,3 +1,11 @@ +## 2.62.1 + +2024-05-17 + +### 🐛 BugFix + +- Fix the bug that the verification status appears validating when rules are not set in `Form.Item`([#2676](https://github.com/arco-design/arco-design/pull/2676)) + ## 2.61.3 2024-04-12 diff --git a/components/Form/__changelog__/index.zh-CN.md b/components/Form/__changelog__/index.zh-CN.md index 41f3651865..762dbcce37 100644 --- a/components/Form/__changelog__/index.zh-CN.md +++ b/components/Form/__changelog__/index.zh-CN.md @@ -1,3 +1,11 @@ +## 2.62.1 + +2024-05-17 + +### 🐛 问题修复 + +- 修复 `Form.Item` 未设置 rules 时,校验状态出现 validating 的 bug。([#2676](https://github.com/arco-design/arco-design/pull/2676)) + ## 2.61.3 2024-04-12 diff --git a/components/InputTag/__changelog__/index.en-US.md b/components/InputTag/__changelog__/index.en-US.md index c0f6a90ed7..5f6fdaca16 100644 --- a/components/InputTag/__changelog__/index.en-US.md +++ b/components/InputTag/__changelog__/index.en-US.md @@ -1,3 +1,11 @@ +## 2.62.1 + +2024-05-17 + +### 🐛 BugFix + +- Fixed the bug where the maxTagCount.render property of the `InputTag` component reported an error.([#2684](https://github.com/arco-design/arco-design/pull/2684)) + ## 2.62.0 2024-04-26 diff --git a/components/InputTag/__changelog__/index.zh-CN.md b/components/InputTag/__changelog__/index.zh-CN.md index 0b52e3b10f..74b9e23d92 100644 --- a/components/InputTag/__changelog__/index.zh-CN.md +++ b/components/InputTag/__changelog__/index.zh-CN.md @@ -1,3 +1,11 @@ +## 2.62.1 + +2024-05-17 + +### 🐛 问题修复 + +- 修复 `InputTag` 组件 maxTagCount.render 属性报错的 bug.([#2684](https://github.com/arco-design/arco-design/pull/2684)) + ## 2.62.0 2024-04-26 diff --git a/components/index.tsx b/components/index.tsx index 57b9ad6ac9..f15d35de7c 100644 --- a/components/index.tsx +++ b/components/index.tsx @@ -229,5 +229,5 @@ export { default as Watermark } from './Watermark'; export type { ImageProps, ImagePreviewProps, ImagePreviewActionProps, ImagePreviewGroupProps } from './Image/interface'; export { default as Image } from './Image'; -export const version = '2.62.0'; +export const version = '2.62.1'; diff --git a/package.json b/package.json index 25acd2c388..24892a665a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@arco-design/web-react", - "version": "2.62.0", + "version": "2.62.1", "description": "Arco Design React UI Library.", "module": "./es/index.js", "main": "./lib/index.js", diff --git a/site/docs/version_v2.en-US.md b/site/docs/version_v2.en-US.md index afd5a8fb4a..efbab7057c 100644 --- a/site/docs/version_v2.en-US.md +++ b/site/docs/version_v2.en-US.md @@ -2,6 +2,15 @@ changelog: true --- +## 2.62.1 + +2024-05-17 + +### 🐛 BugFix + +- Fixed the bug where the maxTagCount.render property of the `InputTag` component reported an error.([#2684](https://github.com/arco-design/arco-design/pull/2684)) +- Fix the bug that the verification status appears validating when rules are not set in `Form.Item`([#2676](https://github.com/arco-design/arco-design/pull/2676)) + ## 2.62.0 2024-04-26 diff --git a/site/docs/version_v2.zh-CN.md b/site/docs/version_v2.zh-CN.md index b642c4db3c..97afda81fd 100644 --- a/site/docs/version_v2.zh-CN.md +++ b/site/docs/version_v2.zh-CN.md @@ -2,6 +2,15 @@ changelog: true --- +## 2.62.1 + +2024-05-17 + +### 🐛 问题修复 + +- 修复 `InputTag` 组件 maxTagCount.render 属性报错的 bug.([#2684](https://github.com/arco-design/arco-design/pull/2684)) +- 修复 `Form.Item` 未设置 rules 时,校验状态出现 validating 的 bug。([#2676](https://github.com/arco-design/arco-design/pull/2676)) + ## 2.62.0 2024-04-26