Skip to content

Commit

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

2024-07-02

### 🐛 BugFix

- Prevent phantom space in avatar image([#2692](https://github.com/arco-design/arco-design/pull/2692))

## 2.45.1

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

2024-07-02

### 🐛 问题修复

- 修复 `Avatar` 组件内部 img 元素存在空白的样式问题([#2692](https://github.com/arco-design/arco-design/pull/2692))

## 2.45.1

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

2024-07-02

### 🐛 BugFix

- DatePicker default placeholder remove "Please"([#2709](https://github.com/arco-design/arco-design/pull/2709))

## 2.60.0

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

2024-07-02

### 🐛 问题修复

- 移除 DatePicker 默认 placeholder "Please"([#2709](https://github.com/arco-design/arco-design/pull/2709))

## 2.60.0

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

2024-07-02

### 🐛 BugFix

- Fixed a bug where the selected item display was not updated in time when the `Select` component options changed (introduced in `2.63.0`)([#2732](https://github.com/arco-design/arco-design/pull/2732))

## 2.63.0

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

2024-07-02

### 🐛 问题修复

- 修复 `Select` 组件 options 改变时,选中项展示未及时更新的 bug(`2.63.0` 引入)([#2732](https://github.com/arco-design/arco-design/pull/2732))

## 2.63.0

2024-06-11
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.63.0';
export const version = '2.63.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.63.0",
"version": "2.63.1",
"description": "Arco Design React UI Library.",
"module": "./es/index.js",
"main": "./lib/index.js",
Expand Down
8 changes: 8 additions & 0 deletions site/docs/changelog.common.en-US.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
## 2.63.1

2024-07-02

### 💎 Enhancement

- Optimize `findDOMNode` console warning([#2727](https://github.com/arco-design/arco-design/pull/2727))

## 2.63.0

2024-06-11
Expand Down
8 changes: 8 additions & 0 deletions site/docs/changelog.common.zh-CN.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
## 2.63.1

2024-07-02

### 💎 功能优化

- 优化 `findDOMNode` 控制台 warning([#2727](https://github.com/arco-design/arco-design/pull/2727))

## 2.63.0

2024-06-11
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.63.1

2024-07-02

### 💎 Enhancement

- Optimize `findDOMNode` console warning([#2727](https://github.com/arco-design/arco-design/pull/2727))

### 🐛 BugFix

- Fixed a bug where the selected item display was not updated in time when the `Select` component options changed (introduced in `2.63.0`)([#2732](https://github.com/arco-design/arco-design/pull/2732))
- DatePicker default placeholder remove "Please"([#2709](https://github.com/arco-design/arco-design/pull/2709))
- Prevent phantom space in avatar image([#2692](https://github.com/arco-design/arco-design/pull/2692))

## 2.63.0

2024-06-11
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.63.1

2024-07-02

### 💎 功能优化

- 优化 `findDOMNode` 控制台 warning([#2727](https://github.com/arco-design/arco-design/pull/2727))

### 🐛 问题修复

- 修复 `Select` 组件 options 改变时,选中项展示未及时更新的 bug(`2.63.0` 引入)([#2732](https://github.com/arco-design/arco-design/pull/2732))
- 移除 DatePicker 默认 placeholder "Please"([#2709](https://github.com/arco-design/arco-design/pull/2709))
- 修复 `Avatar` 组件内部 img 元素存在空白的样式问题([#2692](https://github.com/arco-design/arco-design/pull/2692))

## 2.63.0

2024-06-11
Expand Down

0 comments on commit 2548f89

Please sign in to comment.