Skip to content

Commit ef42eee

Browse files
committed
Release version 2.66.1
1 parent 000258d commit ef42eee

File tree

8 files changed

+52
-2
lines changed

8 files changed

+52
-2
lines changed

components/Collapse/__changelog__/index.en-US.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
## 2.66.1
2+
3+
2025-04-09
4+
5+
### 🐛 BugFix
6+
7+
- Fixed the bug that the expanded panel is not fully displayed when the `Collapse` component content is loaded asynchronously.([#2964](https://github.com/arco-design/arco-design/pull/2964))
8+
19
## 2.66.0
210

311
2025-04-03

components/Collapse/__changelog__/index.zh-CN.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
## 2.66.1
2+
3+
2025-04-09
4+
5+
### 🐛 问题修复
6+
7+
- 修复 `Collapse` 组件内容异步加载时,已展开面板展示不完整bug。([#2964](https://github.com/arco-design/arco-design/pull/2964))
8+
19
## 2.66.0
210

311
2025-04-03

components/ColorPicker/__changelog__/index.en-US.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
## 2.66.1
2+
3+
2025-04-09
4+
5+
### 🐛 BugFix
6+
7+
- Fixed the bug that `ColorPicker` component style variable reference was not prefixed with css variable.([#2965](https://github.com/arco-design/arco-design/pull/2965))
8+
19
## 2.66.0
210

311
2025-04-03

components/ColorPicker/__changelog__/index.zh-CN.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
## 2.66.1
2+
3+
2025-04-09
4+
5+
### 🐛 问题修复
6+
7+
- 修复 `ColorPicker` 组件样式变量引用未加 css 变量前缀的 bug。([#2965](https://github.com/arco-design/arco-design/pull/2965))
8+
19
## 2.66.0
210

311
2025-04-03

components/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -229,5 +229,5 @@ export { default as Watermark } from './Watermark';
229229
export type { ImageProps, ImagePreviewProps, ImagePreviewActionProps, ImagePreviewGroupProps } from './Image/interface';
230230
export { default as Image } from './Image';
231231

232-
export const version = '2.66.0';
232+
export const version = '2.66.1';
233233

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@arco-design/web-react",
3-
"version": "2.66.0",
3+
"version": "2.66.1",
44
"description": "Arco Design React UI Library.",
55
"module": "./es/index.js",
66
"main": "./lib/index.js",

site/docs/version_v2.en-US.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,15 @@
22
changelog: true
33
---
44

5+
## 2.66.1
6+
7+
2025-04-09
8+
9+
### 🐛 BugFix
10+
11+
- Fixed the bug that `ColorPicker` component style variable reference was not prefixed with css variable.([#2965](https://github.com/arco-design/arco-design/pull/2965))
12+
- Fixed the bug that the expanded panel is not fully displayed when the `Collapse` component content is loaded asynchronously.([#2964](https://github.com/arco-design/arco-design/pull/2964))
13+
514
## 2.66.0
615

716
2025-04-03

site/docs/version_v2.zh-CN.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,15 @@
22
changelog: true
33
---
44

5+
## 2.66.1
6+
7+
2025-04-09
8+
9+
### 🐛 问题修复
10+
11+
- 修复 `ColorPicker` 组件样式变量引用未加 css 变量前缀的 bug。([#2965](https://github.com/arco-design/arco-design/pull/2965))
12+
- 修复 `Collapse` 组件内容异步加载时,已展开面板展示不完整bug。([#2964](https://github.com/arco-design/arco-design/pull/2964))
13+
514
## 2.66.0
615

716
2025-04-03

0 commit comments

Comments
 (0)