Skip to content

Commit 8509faf

Browse files
committed
Release version 2.66.3
1 parent 26a5004 commit 8509faf

File tree

5 files changed

+33
-1
lines changed

5 files changed

+33
-1
lines changed

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.3
2+
3+
2025-08-06
4+
5+
### 🐛 BugFix
6+
7+
- Fixed a bug in the `Cascader` component where the `isLeaf` node selection check would fail after `loadMore` was enabled.([#3033](https://github.com/arco-design/arco-design/pull/3033))
8+
19
## 2.66.0
210

311
2025-04-03

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.3
2+
3+
2025-08-06
4+
5+
### 🐛 问题修复
6+
7+
- 修复 `Cascader` 组件在开启 `loadMore` 之后,对 `isLeaf` 节点选中判断有问题的 bug。([#3033](https://github.com/arco-design/arco-design/pull/3033))
8+
19
## 2.66.0
210

311
2025-04-03

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.2",
3+
"version": "2.66.3",
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: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,14 @@
22
changelog: true
33
---
44

5+
## 2.66.3
6+
7+
2025-08-06
8+
9+
### 🐛 BugFix
10+
11+
- Fixed a bug in the `Cascader` component where the `isLeaf` node selection check would fail after `loadMore` was enabled.([#3033](https://github.com/arco-design/arco-design/pull/3033))
12+
513
## 2.66.2
614

715
2025-07-15

site/docs/version_v2.zh-CN.md

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

5+
## 2.66.3
6+
7+
2025-08-06
8+
9+
### 🐛 问题修复
10+
11+
- 修复 `Cascader` 组件在开启 `loadMore` 之后,对 `isLeaf` 节点选中判断有问题的 bug。([#3033](https://github.com/arco-design/arco-design/pull/3033))
12+
513
## 2.66.2
614

715
2025-07-15

0 commit comments

Comments
 (0)