From 99b0d76ae2a703a6cb1bd795dab9292ad839f01d Mon Sep 17 00:00:00 2001 From: yinkaihui Date: Fri, 29 Mar 2024 18:03:38 +0800 Subject: [PATCH] Release version 2.61.2 --- components/Carousel/__changelog__/index.en-US.md | 9 +++++++++ components/Carousel/__changelog__/index.zh-CN.md | 9 +++++++++ components/Trigger/__changelog__/index.en-US.md | 8 ++++++++ components/Trigger/__changelog__/index.zh-CN.md | 8 ++++++++ components/Watermark/__changelog__/index.en-US.md | 8 ++++++++ components/Watermark/__changelog__/index.zh-CN.md | 8 ++++++++ components/index.tsx | 2 +- package.json | 2 +- site/docs/version_v2.en-US.md | 11 +++++++++++ site/docs/version_v2.zh-CN.md | 11 +++++++++++ 10 files changed, 74 insertions(+), 2 deletions(-) diff --git a/components/Carousel/__changelog__/index.en-US.md b/components/Carousel/__changelog__/index.en-US.md index 3dca82edf1..7fd462b9e1 100644 --- a/components/Carousel/__changelog__/index.en-US.md +++ b/components/Carousel/__changelog__/index.en-US.md @@ -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 diff --git a/components/Carousel/__changelog__/index.zh-CN.md b/components/Carousel/__changelog__/index.zh-CN.md index 5f883da301..f35b19b0b8 100644 --- a/components/Carousel/__changelog__/index.zh-CN.md +++ b/components/Carousel/__changelog__/index.zh-CN.md @@ -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 diff --git a/components/Trigger/__changelog__/index.en-US.md b/components/Trigger/__changelog__/index.en-US.md index 77eaea9ad2..fa213759ef 100644 --- a/components/Trigger/__changelog__/index.en-US.md +++ b/components/Trigger/__changelog__/index.en-US.md @@ -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 diff --git a/components/Trigger/__changelog__/index.zh-CN.md b/components/Trigger/__changelog__/index.zh-CN.md index 1ab34ff21a..35b72e6720 100644 --- a/components/Trigger/__changelog__/index.zh-CN.md +++ b/components/Trigger/__changelog__/index.zh-CN.md @@ -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 diff --git a/components/Watermark/__changelog__/index.en-US.md b/components/Watermark/__changelog__/index.en-US.md index 3f31a5e636..ed45b2dd97 100644 --- a/components/Watermark/__changelog__/index.en-US.md +++ b/components/Watermark/__changelog__/index.en-US.md @@ -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 diff --git a/components/Watermark/__changelog__/index.zh-CN.md b/components/Watermark/__changelog__/index.zh-CN.md index 8ebfa8f03c..ddcc8c814c 100644 --- a/components/Watermark/__changelog__/index.zh-CN.md +++ b/components/Watermark/__changelog__/index.zh-CN.md @@ -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 diff --git a/components/index.tsx b/components/index.tsx index a3997e3078..46daa393bb 100644 --- a/components/index.tsx +++ b/components/index.tsx @@ -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'; diff --git a/package.json b/package.json index dde6c8b2c9..2d74bba365 100644 --- a/package.json +++ b/package.json @@ -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", diff --git a/site/docs/version_v2.en-US.md b/site/docs/version_v2.en-US.md index 4f186f1eb8..0f5039be91 100644 --- a/site/docs/version_v2.en-US.md +++ b/site/docs/version_v2.en-US.md @@ -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 diff --git a/site/docs/version_v2.zh-CN.md b/site/docs/version_v2.zh-CN.md index d966b5ed65..e9a6fa4028 100644 --- a/site/docs/version_v2.zh-CN.md +++ b/site/docs/version_v2.zh-CN.md @@ -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