Skip to content

Commit

Permalink
Release version 2.62.1
Browse files Browse the repository at this point in the history
  • Loading branch information
yinkaihui committed May 17, 2024
1 parent 3a79a5d commit d02fe2e
Show file tree
Hide file tree
Showing 8 changed files with 52 additions and 2 deletions.
8 changes: 8 additions & 0 deletions components/Form/__changelog__/index.en-US.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
8 changes: 8 additions & 0 deletions components/Form/__changelog__/index.zh-CN.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
8 changes: 8 additions & 0 deletions components/InputTag/__changelog__/index.en-US.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
8 changes: 8 additions & 0 deletions components/InputTag/__changelog__/index.zh-CN.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion components/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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';

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
9 changes: 9 additions & 0 deletions site/docs/version_v2.en-US.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
9 changes: 9 additions & 0 deletions site/docs/version_v2.zh-CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit d02fe2e

Please sign in to comment.