Skip to content

Commit aee12f2

Browse files
committed
Release version 2.66.0
1 parent 9437b66 commit aee12f2

File tree

30 files changed

+270
-2
lines changed

30 files changed

+270
-2
lines changed

components/Carousel/__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.0
2+
3+
2025-04-03
4+
5+
### 🐛 BugFix
6+
7+
- Revise the definition of `CarouselProps.indicatorPosition`([#2944](https://github.com/arco-design/arco-design/pull/2944))
8+
19
## 2.61.2
210

311
2024-03-29

components/Carousel/__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.0
2+
3+
2025-04-03
4+
5+
### 🐛 问题修复
6+
7+
- 修正 `Carousel` 组件 `CarouselProps. indicatorPosition` 定义([#2944](https://github.com/arco-design/arco-design/pull/2944))
8+
19
## 2.61.2
210

311
2024-03-29

components/Cascader/__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.0
2+
3+
2025-04-03
4+
5+
### 🐛 BugFix
6+
7+
- Fixed a bug where the `Cascader` component was not echoing option tags correctly when setting values ​​lazily while being controlled.([#2961](https://github.com/arco-design/arco-design/pull/2961))
8+
19
## 2.65.0
210

311
2024-11-29

components/Cascader/__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.0
2+
3+
2025-04-03
4+
5+
### 🐛 问题修复
6+
7+
- 修复 `Cascader` 组件受控时延迟设置值时未正确回显选项标签的 bug 。([#2961](https://github.com/arco-design/arco-design/pull/2961))
8+
19
## 2.65.0
210

311
2024-11-29

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.0
2+
3+
2025-04-03
4+
5+
### 🐛 BugFix
6+
7+
- Fix `Collapse` error in react 19([#2948](https://github.com/arco-design/arco-design/pull/2948))
8+
19
## 2.51.0
210

311
2023-07-28

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.0
2+
3+
2025-04-03
4+
5+
### 🐛 问题修复
6+
7+
- 修复 `Collapse` 在 react 19 下报错问题([#2948](https://github.com/arco-design/arco-design/pull/2948))
8+
19
## 2.51.0
210

311
2023-07-28

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.0
2+
3+
2025-04-03
4+
5+
### 🆕 Feature
6+
7+
- `ColorPicker` supports `mode` to select a single color or gradient colors.([#2906](https://github.com/arco-design/arco-design/pull/2906))
8+
19
## 2.64.1
210

311
2024-10-28

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.0
2+
3+
2025-04-03
4+
5+
### 🆕 功能升级
6+
7+
- `ColorPicker` 支持 `mode` 来选择单个颜色或渐变色。([#2906](https://github.com/arco-design/arco-design/pull/2906))
8+
19
## 2.64.1
210

311
2024-10-28

components/DatePicker/__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.0
2+
3+
2025-04-03
4+
5+
### 🐛 BugFix
6+
7+
- Fixed the issue that after the `DatePicker` component sets the timezone, if there is PST and PDT, there will be one hour more or less at the boundary point.([#2938](https://github.com/arco-design/arco-design/pull/2938))
8+
19
## 2.65.0
210

311
2024-11-29

components/DatePicker/__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.0
2+
3+
2025-04-03
4+
5+
### 🐛 问题修复
6+
7+
- 修复 `DatePicker` 组件设置时区后,如果有冬令时和夏令时,在边界点会存在多一个小时或者少一个小时的情况。([#2938](https://github.com/arco-design/arco-design/pull/2938))
8+
19
## 2.65.0
210

311
2024-11-29

0 commit comments

Comments
 (0)