From 1e677c3c5bba72728668c40d78faea6536c480a8 Mon Sep 17 00:00:00 2001 From: yinkaihui Date: Fri, 12 Apr 2024 18:44:10 +0800 Subject: [PATCH] Release version 2.61.3 --- components/Dropdown/__changelog__/index.en-US.md | 8 ++++++++ components/Dropdown/__changelog__/index.zh-CN.md | 8 ++++++++ components/Form/__changelog__/index.en-US.md | 10 ++++++++++ components/Form/__changelog__/index.zh-CN.md | 10 ++++++++++ .../InputNumber/__changelog__/index.en-US.md | 8 ++++++++ .../InputNumber/__changelog__/index.zh-CN.md | 8 ++++++++ components/Tooltip/__changelog__/index.en-US.md | 8 ++++++++ components/Tooltip/__changelog__/index.zh-CN.md | 8 ++++++++ components/Tree/__changelog__/index.en-US.md | 8 ++++++++ components/Tree/__changelog__/index.zh-CN.md | 8 ++++++++ components/index.tsx | 2 +- package.json | 2 +- site/docs/version_v2.en-US.md | 14 ++++++++++++++ site/docs/version_v2.zh-CN.md | 14 ++++++++++++++ 14 files changed, 114 insertions(+), 2 deletions(-) diff --git a/components/Dropdown/__changelog__/index.en-US.md b/components/Dropdown/__changelog__/index.en-US.md index dec1fce713..555f7de323 100644 --- a/components/Dropdown/__changelog__/index.en-US.md +++ b/components/Dropdown/__changelog__/index.en-US.md @@ -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 diff --git a/components/Dropdown/__changelog__/index.zh-CN.md b/components/Dropdown/__changelog__/index.zh-CN.md index 549a0397c6..dbd84a44aa 100644 --- a/components/Dropdown/__changelog__/index.zh-CN.md +++ b/components/Dropdown/__changelog__/index.zh-CN.md @@ -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 diff --git a/components/Form/__changelog__/index.en-US.md b/components/Form/__changelog__/index.en-US.md index 45e09b740a..a27f53e300 100644 --- a/components/Form/__changelog__/index.en-US.md +++ b/components/Form/__changelog__/index.en-US.md @@ -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 diff --git a/components/Form/__changelog__/index.zh-CN.md b/components/Form/__changelog__/index.zh-CN.md index 74c66331c5..41f3651865 100644 --- a/components/Form/__changelog__/index.zh-CN.md +++ b/components/Form/__changelog__/index.zh-CN.md @@ -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 diff --git a/components/InputNumber/__changelog__/index.en-US.md b/components/InputNumber/__changelog__/index.en-US.md index 9c3883c0ef..efa5274563 100644 --- a/components/InputNumber/__changelog__/index.en-US.md +++ b/components/InputNumber/__changelog__/index.en-US.md @@ -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 diff --git a/components/InputNumber/__changelog__/index.zh-CN.md b/components/InputNumber/__changelog__/index.zh-CN.md index fefe7693de..62ba620121 100644 --- a/components/InputNumber/__changelog__/index.zh-CN.md +++ b/components/InputNumber/__changelog__/index.zh-CN.md @@ -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 diff --git a/components/Tooltip/__changelog__/index.en-US.md b/components/Tooltip/__changelog__/index.en-US.md index b32675617c..151adbcfa9 100644 --- a/components/Tooltip/__changelog__/index.en-US.md +++ b/components/Tooltip/__changelog__/index.en-US.md @@ -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 diff --git a/components/Tooltip/__changelog__/index.zh-CN.md b/components/Tooltip/__changelog__/index.zh-CN.md index 5fe607d10b..223cc0538c 100644 --- a/components/Tooltip/__changelog__/index.zh-CN.md +++ b/components/Tooltip/__changelog__/index.zh-CN.md @@ -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 diff --git a/components/Tree/__changelog__/index.en-US.md b/components/Tree/__changelog__/index.en-US.md index 8efafbc26b..475a7da522 100644 --- a/components/Tree/__changelog__/index.en-US.md +++ b/components/Tree/__changelog__/index.en-US.md @@ -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 diff --git a/components/Tree/__changelog__/index.zh-CN.md b/components/Tree/__changelog__/index.zh-CN.md index 479fb07d75..24a8d854e3 100644 --- a/components/Tree/__changelog__/index.zh-CN.md +++ b/components/Tree/__changelog__/index.zh-CN.md @@ -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 diff --git a/components/index.tsx b/components/index.tsx index 46daa393bb..cf3753c36c 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.2'; +export const version = '2.61.3'; diff --git a/package.json b/package.json index 2d74bba365..b7ad4c5e0e 100644 --- a/package.json +++ b/package.json @@ -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", diff --git a/site/docs/version_v2.en-US.md b/site/docs/version_v2.en-US.md index 0f5039be91..76c5198151 100644 --- a/site/docs/version_v2.en-US.md +++ b/site/docs/version_v2.en-US.md @@ -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 diff --git a/site/docs/version_v2.zh-CN.md b/site/docs/version_v2.zh-CN.md index e9a6fa4028..1827ae98f5 100644 --- a/site/docs/version_v2.zh-CN.md +++ b/site/docs/version_v2.zh-CN.md @@ -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