Skip to content

Commit

Permalink
Release version 2.62.0
Browse files Browse the repository at this point in the history
  • Loading branch information
yinkaihui committed Apr 26, 2024
1 parent 0a10472 commit 5e771d6
Show file tree
Hide file tree
Showing 24 changed files with 186 additions and 8 deletions.
8 changes: 8 additions & 0 deletions components/ColorPicker/__changelog__/index.en-US.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
## 2.62.0

2024-04-26

### 🆕 Feature

- `ColorPicker` component adds `onChangeComplete` and `renderFooter` properties([#2633](https://github.com/arco-design/arco-design/pull/2633))

## 2.60.0

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

2024-04-26

### 🆕 功能升级

- `ColorPicker` 组件增加 `onChangeComplete``renderFooter` 属性([#2633](https://github.com/arco-design/arco-design/pull/2633))

## 2.60.0

2024-02-23
Expand Down
4 changes: 2 additions & 2 deletions components/Image/README.en-US.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,11 +30,11 @@ Show and preview pictures.
|height|Image height|string \| number |`-`|-|
|lazyload|lazyload loading [Intersection_Observer](https://developer.mozilla.org/en-US/docs/Web/API/Intersection_Observer_API)|boolean \| IntersectionObserverInit |`-`|2.47.0|
|loaderClassName|The style of the loader, will override the default transition effect|string \| string[] |`-`|-|
|onError|Triggered when image loading fails|(ev: SyntheticEvent<HTMLImageElement>) => void |`-`|-|
|onLoad|Triggered when the image is loaded|(ev: SyntheticEvent<HTMLImageElement>) => void |`-`|-|
|previewProps|Preview options (all options are optional) [ImagePreviewProps](#imagepreview)|PartialImagePreviewProps |`-`|-|
|style|Additional style|CSSProperties |`-`|-|
|width|Image width|string \| number |`-`|-|
|onError|Triggered when image loading fails|(ev: Event) => void |`-`|-|
|onLoad|Triggered when the image is loaded|(ev: Event) => void |`-`|-|

### Image.Preview

Expand Down
4 changes: 2 additions & 2 deletions components/Image/README.zh-CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,11 +30,11 @@
|height|图片显示高度|string \| number |`-`|-|
|lazyload|开启懒加载 [Intersection_Observer](https://developer.mozilla.org/en-US/docs/Web/API/Intersection_Observer_API)|boolean \| IntersectionObserverInit |`-`|2.47.0|
|loaderClassName|loader 的样式,将覆盖默认过渡效果|string \| string[] |`-`|-|
|onError|图片加载失败时触发|(ev: SyntheticEvent<HTMLImageElement>) => void |`-`|-|
|onLoad|图片加载完成时触发|(ev: SyntheticEvent<HTMLImageElement>) => void |`-`|-|
|previewProps|预览的配置项 (所有选项都是可选的)[ImagePreviewProps](#imagepreview)|PartialImagePreviewProps |`-`|-|
|style|节点样式|CSSProperties |`-`|-|
|width|图片显示宽度|string \| number |`-`|-|
|onError|图片加载失败时触发|(ev: Event) => void |`-`|-|
|onLoad|图片加载完成时触发|(ev: Event) => void |`-`|-|

### Image.Preview

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.0

2024-04-26

### 🆕 Feature

- `InputTag` supports responsive Tag number([#2656](https://github.com/arco-design/arco-design/pull/2656))

## 2.59.0

2024-01-19
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.0

2024-04-26

### 🆕 功能升级

- `InputTag` 支持响应式 Tag 数([#2656](https://github.com/arco-design/arco-design/pull/2656))

## 2.59.0

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

2024-04-26

### 🆕 Feature

- `Message.config` supports `closable` parameter([#2659](https://github.com/arco-design/arco-design/pull/2659))

## 2.58.0

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

2024-04-26

### 🆕 功能升级

- `Message.config` 支持 `closable` 参数([#2659](https://github.com/arco-design/arco-design/pull/2659))

## 2.58.0

2023-12-29
Expand Down
1 change: 0 additions & 1 deletion components/Radio/README.en-US.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@ In a set of related and mutually exclusive data, the user can only select one op
|---|---|---|---|
|disabled|disabled|boolean |`-`|
|name|`Radio`'s name attr|string |`-`|
|disabled|Whether to disable all radios in the group|boolean |`-`|
|direction|Arrangement direction|'vertical' \| 'horizontal' |`horizontal`|
|size|The size of radio button style(Only effective under `button` type)|'small' \| 'default' \| 'large' \| 'mini' |`-`|
|type|type of `Radio`|'radio' \| 'button' |`radio`|
Expand Down
1 change: 0 additions & 1 deletion components/Radio/README.zh-CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@
|---|---|---|---|
|disabled|禁用|boolean |`-`|
|name|`Radio` 的 name|string |`-`|
|disabled|禁用所有子单选器|boolean |`-`|
|direction|方向|'vertical' \| 'horizontal' |`horizontal`|
|size|按钮类型的单选框尺寸(只在按钮类型下生效)|'small' \| 'default' \| 'large' \| 'mini' |`-`|
|type|单选的类型,是单选还是按钮|'radio' \| 'button' |`radio`|
Expand Down
8 changes: 8 additions & 0 deletions components/Radio/__changelog__/index.en-US.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
## 2.62.0

2024-04-26

### 🐛 BugFix

- Fixed the issue where the `disabled` configuration of the internal Radio is invalid after `Radio.Group` is set to disabled.([#2653](https://github.com/arco-design/arco-design/pull/2653))

## 2.51.0

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

2024-04-26

### 🐛 问题修复

- 修复 `Radio.Group` 设置 disabled 后,内部 Radio 的 `disabled` 配置无效的问题 。([#2653](https://github.com/arco-design/arco-design/pull/2653))

## 2.51.0

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

2024-04-26

### 💎 Enhancement

- Optimize `Select` component focus control([#2657](https://github.com/arco-design/arco-design/pull/2657))

### 🆕 Feature

- `Select` supports responsive Tag number([#2656](https://github.com/arco-design/arco-design/pull/2656))

## 2.60.2

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

2024-04-26

### 💎 功能优化

- 优化 `Select` 组件焦点控制([#2657](https://github.com/arco-design/arco-design/pull/2657))

### 🆕 功能升级

- `Select` 支持响应式 Tag 数([#2656](https://github.com/arco-design/arco-design/pull/2656))

## 2.60.2

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

2024-04-26

### 🐛 BugFix

- Fixed the issue where entering a minus sign in the Slider component triggered an onChange value of NaN.([#2660](https://github.com/arco-design/arco-design/pull/2660))

## 2.61.0

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

2024-04-26

### 🐛 问题修复

- 修复`Slider`组件输入负号触发`onChange`的值为`NaN`的问题。([#2660](https://github.com/arco-design/arco-design/pull/2660))

## 2.61.0

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

2024-04-26

### 🐛 BugFix

- Fixed the issue where the ref reference in the Tabs component could be null.([#2660](https://github.com/arco-design/arco-design/pull/2660))

## 2.60.2

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

2024-04-26

### 🐛 问题修复

- 修复`Tabs`组件的`ref`引用可能为`null`的问题。([#2660](https://github.com/arco-design/arco-design/pull/2660))

## 2.60.2

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

2024-04-26

### 🐛 BugFix

- Fix the problem that `Typography.Ellipsis` is not displayed in safari. Due to environmental differences, compatibility is displayed under safari.([#2662](https://github.com/arco-design/arco-design/pull/2662))

## 2.61.0

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

2024-04-26

### 🐛 问题修复

- 修复 `Typography.Ellipsis` 在 safari 下不显示的问题。因环境差异, safari 下为兼容显示([#2662](https://github.com/arco-design/arco-design/pull/2662))

## 2.61.0

2024-03-15
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.3';
export const version = '2.62.0';

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

## 2.62.0

2024-04-26

### 💎 Enhancement

- Optimize `Select` component focus control([#2657](https://github.com/arco-design/arco-design/pull/2657))

### 🆕 Feature

- `Message.config` supports `closable` parameter([#2659](https://github.com/arco-design/arco-design/pull/2659))
- `Select` supports responsive Tag number([#2656](https://github.com/arco-design/arco-design/pull/2656))
- `InputTag` supports responsive Tag number([#2656](https://github.com/arco-design/arco-design/pull/2656))
- `ColorPicker` component adds `onChangeComplete` and `renderFooter` properties([#2633](https://github.com/arco-design/arco-design/pull/2633))

### 🐛 BugFix

- Fix the problem that `Typography.Ellipsis` is not displayed in safari. Due to environmental differences, compatibility is displayed under safari.([#2662](https://github.com/arco-design/arco-design/pull/2662))
- Fixed the issue where entering a minus sign in the Slider component triggered an onChange value of NaN.([#2660](https://github.com/arco-design/arco-design/pull/2660))
- Fixed the issue where the ref reference in the Tabs component could be null.([#2660](https://github.com/arco-design/arco-design/pull/2660))
- Fixed the issue where the `disabled` configuration of the internal Radio is invalid after `Radio.Group` is set to disabled.([#2653](https://github.com/arco-design/arco-design/pull/2653))

## 2.61.3

2024-04-12
Expand Down
22 changes: 22 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,28 @@
changelog: true
---

## 2.62.0

2024-04-26

### 💎 功能优化

- 优化 `Select` 组件焦点控制([#2657](https://github.com/arco-design/arco-design/pull/2657))

### 🆕 功能升级

- `Message.config` 支持 `closable` 参数([#2659](https://github.com/arco-design/arco-design/pull/2659))
- `Select` 支持响应式 Tag 数([#2656](https://github.com/arco-design/arco-design/pull/2656))
- `InputTag` 支持响应式 Tag 数([#2656](https://github.com/arco-design/arco-design/pull/2656))
- `ColorPicker` 组件增加 `onChangeComplete``renderFooter` 属性([#2633](https://github.com/arco-design/arco-design/pull/2633))

### 🐛 问题修复

- 修复 `Typography.Ellipsis` 在 safari 下不显示的问题。因环境差异, safari 下为兼容显示([#2662](https://github.com/arco-design/arco-design/pull/2662))
- 修复`Slider`组件输入负号触发`onChange`的值为`NaN`的问题。([#2660](https://github.com/arco-design/arco-design/pull/2660))
- 修复`Tabs`组件的`ref`引用可能为`null`的问题。([#2660](https://github.com/arco-design/arco-design/pull/2660))
- 修复 `Radio.Group` 设置 disabled 后,内部 Radio 的 `disabled` 配置无效的问题 。([#2653](https://github.com/arco-design/arco-design/pull/2653))

## 2.61.3

2024-04-12
Expand Down

0 comments on commit 5e771d6

Please sign in to comment.