Skip to content

Commit

Permalink
Release version 2.61.3
Browse files Browse the repository at this point in the history
  • Loading branch information
yinkaihui committed Apr 12, 2024
1 parent aae6a9a commit 1e677c3
Show file tree
Hide file tree
Showing 14 changed files with 114 additions and 2 deletions.
8 changes: 8 additions & 0 deletions components/Dropdown/__changelog__/index.en-US.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
## 2.61.3

2024-04-12

### 🐛 BugFix

- Fix the bug that the global componentConfig of the `Dropdown` component does not take effect([#2632](https://github.com/arco-design/arco-design/pull/2632))

## 2.51.0

2023-07-28
Expand Down
8 changes: 8 additions & 0 deletions components/Dropdown/__changelog__/index.zh-CN.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
## 2.61.3

2024-04-12

### 🐛 问题修复

- 修复 `Dropdown` 组件的全局 componentConfig 不生效的 bug([#2632](https://github.com/arco-design/arco-design/pull/2632))

## 2.51.0

2023-07-28
Expand Down
10 changes: 10 additions & 0 deletions components/Form/__changelog__/index.en-US.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
## 2.61.3

2024-04-12

### 🐛 BugFix

- Fix `Form` rtl view style issue([#2635](https://github.com/arco-design/arco-design/pull/2635))
- Fix the bug that `Form.useFormContext` component `isSubmitting` is incorrect.([#2631](https://github.com/arco-design/arco-design/pull/2631))
- Fixed an error issue when `Form` component rules is not set and validate method validateOnly is true([#2620](https://github.com/arco-design/arco-design/pull/2620))

## 2.61.0

2024-03-15
Expand Down
10 changes: 10 additions & 0 deletions components/Form/__changelog__/index.zh-CN.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
## 2.61.3

2024-04-12

### 🐛 问题修复

- 修复 `Form` rtl 视图样式问题([#2635](https://github.com/arco-design/arco-design/pull/2635))
- 修复 `Form.useFormContext` 组件 `isSubmitting` 有误的 bug。([#2631](https://github.com/arco-design/arco-design/pull/2631))
- 修复 `Form` 组件 rules 未设置且 validate 方法 validateOnly 为 true 时报错问题([#2620](https://github.com/arco-design/arco-design/pull/2620))

## 2.61.0

2024-03-15
Expand Down
8 changes: 8 additions & 0 deletions components/InputNumber/__changelog__/index.en-US.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
## 2.61.3

2024-04-12

### 🐛 BugFix

- Fix `InputNumber` rtl view style issue([#2635](https://github.com/arco-design/arco-design/pull/2635))

## 2.61.0

2024-03-15
Expand Down
8 changes: 8 additions & 0 deletions components/InputNumber/__changelog__/index.zh-CN.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
## 2.61.3

2024-04-12

### 🐛 问题修复

- 修复 `InputNumber` rtl 视图样式问题([#2635](https://github.com/arco-design/arco-design/pull/2635))

## 2.61.0

2024-03-15
Expand Down
8 changes: 8 additions & 0 deletions components/Tooltip/__changelog__/index.en-US.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
## 2.61.3

2024-04-12

### 🐛 BugFix

- Fix the bug of text misalignment in `Tooltip` component under rtl([#2618](https://github.com/arco-design/arco-design/pull/2618))

## 2.35.1

2022-06-17
Expand Down
8 changes: 8 additions & 0 deletions components/Tooltip/__changelog__/index.zh-CN.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
## 2.61.3

2024-04-12

### 🐛 问题修复

- 修复 `Tooltip`组件在 rtl 下文本未对齐的 bug([#2618](https://github.com/arco-design/arco-design/pull/2618))

## 2.35.1

2022-06-17
Expand Down
8 changes: 8 additions & 0 deletions components/Tree/__changelog__/index.en-US.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
## 2.61.3

2024-04-12

### 🐛 BugFix

- Fixed the bug where the collapsed nodes of the `Tree` component in the lower boundary scene of React 18 cannot be expanded.([#2634](https://github.com/arco-design/arco-design/pull/2634))

## 2.56.2

2023-12-01
Expand Down
8 changes: 8 additions & 0 deletions components/Tree/__changelog__/index.zh-CN.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
## 2.61.3

2024-04-12

### 🐛 问题修复

- 修复 `Tree` 组件在 React 18 下边界场景出现折叠后的节点无法展开的 bug([#2634](https://github.com/arco-design/arco-design/pull/2634))

## 2.56.2

2023-12-01
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.61.2';
export const version = '2.61.3';

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.61.2",
"version": "2.61.3",
"description": "Arco Design React UI Library.",
"module": "./es/index.js",
"main": "./lib/index.js",
Expand Down
14 changes: 14 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,20 @@
changelog: true
---

## 2.61.3

2024-04-12

### 🐛 BugFix

- Fix `Form` rtl view style issue([#2635](https://github.com/arco-design/arco-design/pull/2635))
- Fix `InputNumber` rtl view style issue([#2635](https://github.com/arco-design/arco-design/pull/2635))
- Fixed the bug where the collapsed nodes of the `Tree` component in the lower boundary scene of React 18 cannot be expanded.([#2634](https://github.com/arco-design/arco-design/pull/2634))
- Fix the bug that the global componentConfig of the `Dropdown` component does not take effect([#2632](https://github.com/arco-design/arco-design/pull/2632))
- Fix the bug that `Form.useFormContext` component `isSubmitting` is incorrect.([#2631](https://github.com/arco-design/arco-design/pull/2631))
- Fixed an error issue when `Form` component rules is not set and validate method validateOnly is true([#2620](https://github.com/arco-design/arco-design/pull/2620))
- Fix the bug of text misalignment in `Tooltip` component under rtl([#2618](https://github.com/arco-design/arco-design/pull/2618))

## 2.61.2

2024-03-29
Expand Down
14 changes: 14 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,20 @@
changelog: true
---

## 2.61.3

2024-04-12

### 🐛 问题修复

- 修复 `Form` rtl 视图样式问题([#2635](https://github.com/arco-design/arco-design/pull/2635))
- 修复 `InputNumber` rtl 视图样式问题([#2635](https://github.com/arco-design/arco-design/pull/2635))
- 修复 `Tree` 组件在 React 18 下边界场景出现折叠后的节点无法展开的 bug([#2634](https://github.com/arco-design/arco-design/pull/2634))
- 修复 `Dropdown` 组件的全局 componentConfig 不生效的 bug([#2632](https://github.com/arco-design/arco-design/pull/2632))
- 修复 `Form.useFormContext` 组件 `isSubmitting` 有误的 bug。([#2631](https://github.com/arco-design/arco-design/pull/2631))
- 修复 `Form` 组件 rules 未设置且 validate 方法 validateOnly 为 true 时报错问题([#2620](https://github.com/arco-design/arco-design/pull/2620))
- 修复 `Tooltip`组件在 rtl 下文本未对齐的 bug([#2618](https://github.com/arco-design/arco-design/pull/2618))

## 2.61.2

2024-03-29
Expand Down

0 comments on commit 1e677c3

Please sign in to comment.