You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: packages/web-vue/CHANGELOG.md
+17Lines changed: 17 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,6 +2,23 @@
2
2
changelog: true
3
3
```
4
4
5
+
## 2.54.2
6
+
7
+
`2024-01-11`
8
+
9
+
### 🐛 BugFix
10
+
11
+
- **table:** Fix the problem of `span-method` reporting an error after exceeding the number of rows and columns ([#2914](https://github.com/arco-design/arco-design-vue/pull/2914))
12
+
13
+
### 💎 Enhancement
14
+
15
+
- **select:** enhance selected state style for options ([#2895](https://github.com/arco-design/arco-design-vue/pull/2895))
16
+
17
+
### 💅 Style
18
+
19
+
- **input:** Fix overlapping styles of neighboring components in input-group ([#2889](https://github.com/arco-design/arco-design-vue/pull/2889))
Copy file name to clipboardExpand all lines: packages/web-vue/components/table/CHANGELOG.md
+9Lines changed: 9 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,6 +2,15 @@
2
2
changelog: true
3
3
```
4
4
5
+
## 2.54.2
6
+
7
+
`2024-01-11`
8
+
9
+
### 🐛 BugFix
10
+
11
+
- Fix the problem of `span-method` reporting an error after exceeding the number of rows and columns ([#2914](https://github.com/arco-design/arco-design-vue/pull/2914))
0 commit comments