Skip to content

Commit

Permalink
Release version 2.61.2
Browse files Browse the repository at this point in the history
  • Loading branch information
yinkaihui committed Mar 29, 2024
1 parent 0f77ba8 commit 99b0d76
Show file tree
Hide file tree
Showing 10 changed files with 74 additions and 2 deletions.
9 changes: 9 additions & 0 deletions components/Carousel/__changelog__/index.en-US.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
## 2.61.2

2024-03-29

### 🐛 BugFix

- Fixed the bug where the Carousel indicator behaved abnormally in the component rtl view.([#2605](https://github.com/arco-design/arco-design/pull/2605))
- Fixed the bug of abnormal display of animation='card' under Carousel component rtl([#2605](https://github.com/arco-design/arco-design/pull/2605))

## 2.59.0

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

2024-03-29

### 🐛 问题修复

- 修复 Carousel 在组件 rtl 视图下指示器表现异常的 bug。([#2605](https://github.com/arco-design/arco-design/pull/2605))
- 修复 Carousel 组件 rtl 下 animation='card' 展示异常的 bug([#2605](https://github.com/arco-design/arco-design/pull/2605))

## 2.59.0

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

2024-03-29

### 🐛 BugFix

- Fix the issue where the content view of `Trigger` is still `ltr` when setting the component `rtl`([#2604](https://github.com/arco-design/arco-design/pull/2604))

## 2.59.0

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

2024-03-29

### 🐛 问题修复

- 修复 `Trigger` 在设置组件 `rtl` 时内容视图仍然是 `ltr` 的问题([#2604](https://github.com/arco-design/arco-design/pull/2604))

## 2.59.0

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

2024-03-29

### 🐛 BugFix

- Fix the bug of incomplete display of `Watermark` when pixel ratio=1.([#2614](https://github.com/arco-design/arco-design/pull/2614))

## 2.59.0

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

2024-03-29

### 🐛 问题修复

- 修复 `Watermark` 在像素比=1 时显示不完全的 bug。([#2614](https://github.com/arco-design/arco-design/pull/2614))

## 2.59.0

2024-01-19
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.1';
export const version = '2.61.2';

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

## 2.61.2

2024-03-29

### 🐛 BugFix

- Fix the bug of incomplete display of `Watermark` when pixel ratio=1.([#2614](https://github.com/arco-design/arco-design/pull/2614))
- Fixed the bug where the Carousel indicator behaved abnormally in the component rtl view.([#2605](https://github.com/arco-design/arco-design/pull/2605))
- Fixed the bug of abnormal display of animation='card' under Carousel component rtl([#2605](https://github.com/arco-design/arco-design/pull/2605))
- Fix the issue where the content view of `Trigger` is still `ltr` when setting the component `rtl`([#2604](https://github.com/arco-design/arco-design/pull/2604))

## 2.61.1

2024-03-22
Expand Down
11 changes: 11 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,17 @@
changelog: true
---

## 2.61.2

2024-03-29

### 🐛 问题修复

- 修复 `Watermark` 在像素比=1 时显示不完全的 bug。([#2614](https://github.com/arco-design/arco-design/pull/2614))
- 修复 Carousel 在组件 rtl 视图下指示器表现异常的 bug。([#2605](https://github.com/arco-design/arco-design/pull/2605))
- 修复 Carousel 组件 rtl 下 animation='card' 展示异常的 bug([#2605](https://github.com/arco-design/arco-design/pull/2605))
- 修复 `Trigger` 在设置组件 `rtl` 时内容视图仍然是 `ltr` 的问题([#2604](https://github.com/arco-design/arco-design/pull/2604))

## 2.61.1

2024-03-22
Expand Down

0 comments on commit 99b0d76

Please sign in to comment.